summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/Nimroddom962011-05-1443-180/+265
|\
| * deprecated system.copy: use system.substr insteadAraq2011-05-1431-109/+122
| * got rid of isLiftedAraq2011-05-142-11/+4
| * loop unrolled for stack markingAraq2011-05-133-1/+33
| * debug build works again; sorryAraq2011-05-094-54/+55
| * Merge branch 'master' of github.com:Araq/NimrodAraq2011-05-091-5/+22
| |\
| * | threadvar alternativeAraq2011-05-094-10/+24
| * | newStringOfCap implemented and used to optimize some procsAraq2011-05-0810-21/+53
* | | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad...dom962011-05-144-16/+53
| |/ |/|
* | tester now outputs jsondom962011-05-081-5/+22
|/
* bugfix: don't change OSError()'s behaviourAraq2011-05-082-14/+11
* select() for processes; copyDir() for os.dom962011-05-074-20/+129
* gc tweaking to gain a few percent of performanceAraq2011-05-0713-155/+185
* fixes #12Araq2011-05-023-61/+54
* little repo cleanupAraq2011-05-02111-115103/+53
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-05-016-38/+223
|\
| * The sockets module supports non-blocking sockets now. Many other fixes in soc...dom962011-04-306-38/+223
* | cleaned up the tests; fixes #30; fixes #26Araq2011-05-0152-319/+459
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-04-301-40/+62
|\
| * Some minor fixes and additions to the graphics module.dom962011-04-261-40/+62
* | c sources regenerated to get rid of execinfo.h dependencyAraq2011-04-291-6/+6
* | optional native stack tracesAraq2011-04-291-2/+2
* | const table supportAraq2011-04-2916-58/+116
|/
* bugfix: times.epochTimeAraq2011-04-254-15/+14
* Merge branch 'master' of github.com:Araq/Nimroddom962011-04-244-12/+36
|\
| * C source regeneratedAraq2011-04-244-12/+36
* | Lots of fixes in redis.nimdom962011-04-241-175/+217
|/
* Removed the parseBulkStr() proc in redis.nimdom962011-04-231-23/+20
* Consistency fix in redis.nimdom962011-04-231-4/+4
* Added redis client module.dom962011-04-231-0/+834
* c2nim compiles againAraq2011-04-233-4/+12
* slight change in the spec of unary '..'Araq2011-04-231-3/+1
* slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...Araq2011-04-238-97/+234
* parser got rid of cruftAraq2011-04-221-32/+9
* slices are first class citizensAraq2011-04-2212-127/+177
* grammar changes for table constructor: second partAraq2011-04-213-24/+29
* grammar changes for table constructor: first partAraq2011-04-212-26/+34
* got rid of some arcane module namesAraq2011-04-2134-1257/+326
* hashtables: 2nd versionAraq2011-04-191-29/+31
* hashtables: 1st version; parseutils additionsAraq2011-04-185-6/+175
* := templatable; lexer improvementsAraq2011-04-1711-166/+117
* better error message for invalid module namesAraq2011-04-164-19/+5
* big repo cleanupAraq2011-04-12246-74652/+28
* p[] instead of p^Araq2011-04-1132-346/+242
* p[] instead of p^Araq2011-04-1112-52/+64
* some tests cleaned up; some bugfixesAraq2011-04-1118-69/+106
* some tests cleaned upAraq2011-04-052-186/+1
* bugfix: tmacros1.nim worksAraq2011-04-052-2/+3
* fixes #25Araq2011-04-052-1/+15
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-04-052-2/+19
|\