aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-13Less noisestableDrahflow
2015-05-13Now with 57% less runtimeDrahflow
2015-05-13Use nametable templatingDrahflow
2015-05-13More functions classified as scope-tightDrahflow
2015-05-12Get a clue about which calls are problematicDrahflow
2015-05-12Do not allocate useless scopes in viaDrahflow
2015-05-11Initial move to stack-allocated scopesDrahflow
2015-05-08Now wrapping callback argumentsDrahflow
2015-05-08Actually, this is only shallowly constDrahflow
2015-05-08Merge pull request #1 from rohieb/patch-1Jens-Wolfhard Schicke-Uffmann
Indeed. Comparing this to /compiler/standard.ey...
2015-05-08scopes.md: from my understanding, this should be deff* for executable.Roland Hieber
defv* is already defined in the three preceding lines. If my assumption is wrong, please add an explanation why it is defv* and not deff* ;-)
2015-05-07Wrapping some GTK callsDrahflow
2015-05-07Wrap callbacksDrahflow
2015-05-07Be able to dump coroutinesDrahflow
2015-05-06Slightly nicer codeDrahflow
2015-05-06Access to file descriptorsDrahflow
2015-05-05Simplified sys .glob for the usual casesDrahflow
2015-05-04Friendly subprocess interfaceDrahflow
2015-05-03Bug killedDrahflow
2015-05-03Add testcase used during hash developmentDrahflow
2015-05-03How'bout hashing the trailing 8 bytes, too?Drahflow
2015-05-02Hashed nametablesDrahflow
2015-04-18Much whishesDrahflow
2015-04-14Typed array application \o/Drahflow
2015-04-14Improved some testsDrahflow
2015-04-14Fix another co-iteration bug.Drahflow
2015-04-14Fixes to co-iterationDrahflow
2015-04-11Correctly handle negative indices during optimizationDrahflow
2015-04-11Sane handling of integer divisionDrahflow
2015-03-05TypoDrahflow
2015-03-05The nonbreaking-space hack is now officialDrahflow
2015-03-04Coroutine documentationDrahflow
2015-03-01... correctlyDrahflow
2015-03-01Mention conventions.mdDrahflow
2015-03-01Nicer formattingDrahflow
2015-03-01Improved error handling docDrahflow
2015-03-01Mention array and scopes.Drahflow
2015-03-01Trees now work.Drahflow
2015-03-01TODO: Get rid of deff_t_Drahflow
2015-03-01Fix lt/le/gt/ge on strings.Drahflow
2015-01-27lt/le/gt/ge now works on stringsDrahflow
2015-01-27dlopen will actually resolve filenamesDrahflow
2015-01-07Removed redundant code in execveDrahflow
2015-01-07Usable execve(2) wrapperDrahflow
2015-01-07Correctly handle last line without newlineDrahflow
2015-01-07Fixed perl warningDrahflow
2015-01-07More ugly stuff foundDrahflow
2014-12-29Documented ' and '*Drahflow
2014-12-28Bug detected.Drahflow
2014-12-28Better bufferedEpollServer docsDrahflow