summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* fixed typo in events.nim; last commit fixed #39Araq2011-07-281-2/+2
* Merge pull request #41 from Amrykid/masterAraq2011-07-271-23/+36
|\
| * Removed 'unnecessary' whitespace.Amrykid2011-07-271-4/+4
| * Renamed new* to init*.Amrykid2011-07-271-9/+24
| * Small edit to documentation.Amrykid2011-07-271-4/+2
| * Updated events.nim to use TEventEmitter instead of PEventEmitter.Amrykid2011-07-271-18/+18
* | bugfixes; step one for 'var T' as return type supportAraq2011-07-283-7/+17
|/
* bugfixes; added events module, sequtils moduleAraq2011-07-262-0/+142
* doc improvements; added lazarus exampleAraq2011-07-241-3/+3
* bugfix: proper cache for generic instantiationsAraq2011-07-218-346/+116
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-5/+5
* preparations for 0.8.12Araq2011-07-108-13/+16
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-083-2/+142
* tests are green againAraq2011-06-283-507/+8
* code gen bugfixes; marshal.nim implementedAraq2011-06-265-48/+339
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for...Araq2011-06-211-2/+13
* implemented write access to s[i] for macrosAraq2011-06-212-5/+5
* got rid of unsound co/contravariance in procvarsAraq2011-06-173-19/+86
* pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs sayAraq2011-06-161-24/+52
* readFile raises EIO instead of returning nil; added system.writeFileAraq2011-06-161-10/+2
* added encodings stdlibAraq2011-06-161-0/+445
* intsets are now a proper module and part of the stdlibAraq2011-06-141-0/+177
* implemented tables.addAraq2011-06-112-2/+24
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-12/+16
* Bugfix: no #line dir with 0 generatedAraq2011-06-101-1/+1
* basic generic collections implemented and testedAraq2011-06-073-80/+287
* bugfix: generic instantiation across module boundariesAraq2011-06-062-199/+356
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-0/+6
* bugfix second attempt: osprocAraq2011-05-221-0/+1
* bugfix stderr osprocAraq2011-05-221-7/+4
* Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F...dom962011-05-222-2/+16
* copy replaced by substrAraq2011-05-143-6/+6
* Merge branch 'master' of github.com:Araq/Nimroddom962011-05-1414-75/+89
|\
| * deprecated system.copy: use system.substr insteadAraq2011-05-1412-61/+61
| * newStringOfCap implemented and used to optimize some procsAraq2011-05-083-14/+28
* | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad...dom962011-05-144-16/+53
|/
* bugfix: don't change OSError()'s behaviourAraq2011-05-082-14/+11
* select() for processes; copyDir() for os.dom962011-05-072-17/+111
* gc tweaking to gain a few percent of performanceAraq2011-05-071-1/+8
* little repo cleanupAraq2011-05-024-10/+11
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-05-013-33/+199
|\
| * The sockets module supports non-blocking sockets now. Many other fixes in soc...dom962011-04-303-33/+199
* | cleaned up the tests; fixes #30; fixes #26Araq2011-05-012-35/+143
|/
* const table supportAraq2011-04-291-2/+2
* 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