summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* further progress for multi-threadingAraq2011-05-199-174/+191
* threads with --gc:boehm may work now :-)Araq2011-05-172-51/+46
* still playing with threadsAraq2011-05-172-14/+16
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-1/+6
* thread support: next iterationAraq2011-05-175-120/+190
* store a pointer to thread local storage to make the GC happyAraq2011-05-162-4/+5
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-1610-210/+257
* copy replaced by substrAraq2011-05-143-6/+6
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-05-144-16/+53
|\
| * Merge branch 'master' of github.com:Araq/Nimroddom962011-05-1421-131/+190
| |\
| * | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad...dom962011-05-144-16/+53
* | | mmdisp [] instead of ^Araq2011-05-141-6/+6
| |/ |/|
* | deprecated system.copy: use system.substr insteadAraq2011-05-1414-74/+85
* | got rid of isLiftedAraq2011-05-141-4/+4
* | loop unrolled for stack markingAraq2011-05-132-1/+14
* | debug build works again; sorryAraq2011-05-094-54/+55
* | threadvar alternativeAraq2011-05-093-9/+23
* | newStringOfCap implemented and used to optimize some procsAraq2011-05-084-15/+35
|/
* 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-077-104/+153
* little repo cleanupAraq2011-05-02109-115070/+11
* 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-015-41/+157
|/
* 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
* | optional native stack tracesAraq2011-04-291-2/+2
* | const table supportAraq2011-04-292-6/+6
|/
* bugfix: times.epochTimeAraq2011-04-252-4/+3
* Merge branch 'master' of github.com:Araq/Nimroddom962011-04-241-12/+13
|\
| * C source regeneratedAraq2011-04-241-12/+13
* | 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-232-3/+11
* 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-232-3/+108
* slices are first class citizensAraq2011-04-222-1/+28
* grammar changes for table constructor: second partAraq2011-04-211-21/+1
* got rid of some arcane module namesAraq2011-04-212-3/+263
* hashtables: 2nd versionAraq2011-04-191-29/+31
* hashtables: 1st version; parseutils additionsAraq2011-04-183-4/+172
* := templatable; lexer improvementsAraq2011-04-173-9/+15
* big repo cleanupAraq2011-04-121-2/+2
* p[] instead of p^Araq2011-04-1116-182/+182
* $ for strtabs; skipUntil, skipWhile for parseutilsAraq2011-04-052-9/+29
* added another system.open; bugfix: koch clean may not break .git dirs anymoreAraq2011-04-031-7/+11
* bugfix: GC more forgivingAraq2011-04-033-7/+11