summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added redis client module.dom962011-04-231-0/+834
* c2nim compiles againAraq2011-04-232-3/+11
* slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...Araq2011-04-231-0/+16
* got rid of some arcane module namesAraq2011-04-212-3/+263
* hashtables: 2nd versionAraq2011-04-191-29/+31
* hashtables: 1st version; parseutils additionsAraq2011-04-182-1/+169
* := templatable; lexer improvementsAraq2011-04-171-6/+6
* p[] instead of p^Araq2011-04-113-11/+11
* $ for strtabs; skipUntil, skipWhile for parseutilsAraq2011-04-052-9/+29
* bugfix: GC more forgivingAraq2011-04-031-2/+2
* ugh, maybe broke gitAraq2011-04-017-32/+56
* some little bugfixesAraq2011-03-272-3/+6
* fixes #21Araq2011-03-241-8/+7
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-234-7/+204
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-3/+6
* fixes #17; I hope!Araq2011-03-081-4/+17
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-081-6/+7
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-063-7/+23
* various bugfixes for generics; added generic sort procAraq2011-03-033-13/+115
* tests themselves contain the expected resultAraq2011-02-203-9/+25
* Forgot that capital E can be used in floats too, I hate case sensitivity.dom962011-02-131-1/+1
* JSON module now distinguishes between Integers and Floats.dom962011-02-131-24/+50
* non-nil AST; continue after errors for IDE supportAraq2011-02-125-4/+4
* bugfix terminal compiles for windows againAraq2011-02-071-9/+9
* documentation improvementsAraq2011-02-062-11/+14
* nimgrep --ext supportAraq2011-02-021-3/+15
* nimgrep: first working versionAraq2011-02-022-11/+48
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-291-1/+2
* Merge branch 'master' of github.com:Araq/Nimroddom962011-01-281-250/+0
|\
| * basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-250/+0
* | Corrected pretty() in json module, and added another file with json test data.dom962011-01-281-16/+25
|/
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-1511-360/+18