aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-14Wrap other members without disturbing scope lookupDrahflow
2015-12-14Wrapper for default valuesDrahflow
2015-12-09SHA512 exampleDrahflow
2015-12-09Add fixed regression.Drahflow
2015-12-09Correctly re-box multiple outputs from registerDrahflow
2015-10-21Don't pollute stack on empty arrays in any/allDrahflow
2015-10-05Correctly zero-terminate /bin/shDrahflow
2015-09-23Use separate GC stack to prevent overflowDrahflow
2015-09-23GC can stack overflow, must fixDrahflow
2015-08-26Don't crash on [] in sortDrahflow
2015-08-26Don't fail on nested eachsDrahflow
2015-08-21typoDrahflow
2015-08-21Make it more understandableDrahflow
2015-08-21Point to execution.md once moreDrahflow
2015-08-21Move arithmetics before usage in examplesDrahflow
2015-08-21expand `=[]` example to stringsDrahflow
2015-08-21Added `--` as it is used laterDrahflow
2015-08-19Correctly auto-loop for listsDrahflow
2015-08-03Another thing I whish I had in another languageDrahflow
2015-07-21... but don't so much.Drahflow
2015-07-21Handle dying connections betterDrahflow
2015-07-16Handly POST better (but still slow)Drahflow
2015-07-14Return directory prefix from globDrahflow
2015-07-13Don't overwrite fallback error handler with parentDrahflow
2015-07-13Really stay within memory bounds :)Drahflow
2015-07-12Let's keep within memory bounds :)Drahflow
2015-07-10TypoDrahflow
2015-07-10SHA512Drahflow
2015-07-01Wrap ffi-returned strings without crashingDrahflow
Apparently internalAllocate now (as is permitted) modifies rcx. The buggy code was not prepared to deal with it.
2015-07-01Full FreeBSD port wantedDrahflow
2015-07-01Fix bug in resolveFunctionDrahflow
2015-07-01sys .so does not in fact use sys .linuxDrahflow
2015-07-01Deactivate libs which expect sys .linux on FreeBSDDrahflow
2015-07-01Only supply sys .linux on Linux systemsDrahflow
2015-07-01Need to export conditional namesDrahflow
2015-07-01FreeBSD support in masterDrahflow
2015-06-30Remove outdated FIXMEDrahflow
2015-06-30Typo.Drahflow
2015-06-30Updated documentation on ' and #. and friendsDrahflow
2015-06-30Dynamic handling of missing scope entriesDrahflow
2015-06-30Some things have actually been doneDrahflow
2015-06-29Better code in integer tracerDrahflow
2015-06-29I choose: GPL 3.0Drahflow
2015-06-29Updated readmeDrahflow
2015-06-28Build order according to complexityDrahflow
2015-06-28Use GLOB_DAT relocations insteadDrahflow
... which are available on both Linux and FreeBSD outside of GOT.
2015-06-26Correctly parse getdents64 resultsDrahflow
2015-06-26Other way aroundDrahflow
2015-06-26Move write syscall number into constantsDrahflow
2015-06-25Moved sys .freeze where it belongs moreDrahflow