Evan Teran

Results 446 comments of Evan Teran

So I can definitely do this sort of fixup... but I'd love to find a place which lists the translations so I can just get them all correct once. Looking...

Hey there! So I'm currently overseas, so I won't be able to respond much for a bit. But yes, NG does iterate forwards instead of backwards. The reasons are actually...

Did you try following the wiki? https://github.com/eteran/edb-debugger/wiki/Compiling-(Ubuntu) As for running a .sh file, keep in mind that the target needs to be executable by the OS. So make sure the...

Also, xterm is technically optional, it's just warning you that it wanted to run it to show the application output, but it's ok if it can't, it'll just output to...

OK, I'll take a look and ensure the requirements are correct for 18.04+. I suspect that you have a permissions issue. When you ask edb to open a `.sh` file...

I think this had to do with the new internationalization stuff I added to support other languages. Added it as a depenency to the wiki!

Sorry for the delay on this. I'm somewhat torn on this PR. I can definitely see the utility of it, sometimes you want your vector to grow incrementally, sometimes you...

Unfortunately this PR has fallen too far behind master to really bring up to date. if the OP wants to re-introduce it, please open a new PR based on the...

I agree that it's a bit awkwardly named... but I'm not sure your proposed name is any better. What the macro does is free each element, and then frees the...

Upon re-visiting the code, I think you may be right. It was **originally** written as a free all macro, but it clearly just calls an arbitrary function on each element...