summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* overloading of [] for derefence operation should be possible nowAraq2011-06-053-5/+31
* ugh cannot get rid of rawEcho yet because old compiler relies on itAraq2011-06-051-0/+3
* threads clean up their heapAraq2011-06-049-46/+93
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-048-126/+154
* first steps to thread local heapsAraq2011-06-0221-633/+1072
* bugfix second attempt: osprocAraq2011-05-221-0/+1
* bugfix stderr osprocAraq2011-05-221-7/+4
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-05-225-950/+1460
|\
| * Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F...dom962011-05-225-950/+1460
* | thread progressAraq2011-05-221-5/+6
|/
* pthread_key_t is respected to be an opaque type ...Araq2011-05-203-17/+18
* further progress for multi-threadingAraq2011-05-1910-176/+202
* threads with --gc:boehm may work now :-)Araq2011-05-172-51/+46
* still playing with threadsAraq2011-05-173-15/+17
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-176-100/+104
* thread support: next iterationAraq2011-05-176-120/+194
* 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-1621-421/+372
* 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-1443-180/+265
| |\
| * | 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-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
|\|
| * tester now outputs jsondom962011-05-081-5/+22
* | threadvar alternativeAraq2011-05-094-10/+24
* | newStringOfCap implemented and used to optimize some procsAraq2011-05-0810-21/+53
|/
* 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