Commit Graph

173 Commits

Author SHA1 Message Date
Araq
de659eba65 added encodings stdlib 2011-06-16 02:03:33 +02:00
Araq
ade67f1abc intsets are now a proper module and part of the stdlib 2011-06-14 01:36:49 +02:00
Araq
ec2bd53ead implemented tables.add 2011-06-11 17:03:45 +02:00
Araq
922e216b86 got rid of nstrtabs and nhashes modules 2011-06-10 22:49:06 +02:00
Araq
5f2d930a54 Bugfix: no #line dir with 0 generated 2011-06-10 02:22:16 +02:00
Araq
3bc821aa5c basic generic collections implemented and tested 2011-06-07 03:37:36 +02:00
Araq
42eb21be7b bugfix: generic instantiation across module boundaries 2011-06-06 08:45:11 +02:00
Araq
5008b44467 bugfixes for semantic checking; thread implementation pushed the compiler 2011-06-04 02:56:55 +02:00
Araq
d0bfc3665f bugfix second attempt: osproc 2011-05-22 22:05:52 +02:00
Araq
d8c6e0ed92 bugfix stderr osproc 2011-05-22 21:23:43 +02:00
dom96
23da2a0eaa Added a helpful iterator to redis. Fixed some issues with stderr in osproc. Fixed doc generation issues. 2011-05-22 19:25:29 +01:00
Araq
c7b3d828be copy replaced by substr 2011-05-14 21:44:22 +02:00
dom96
4fd42d5150 Merge branch 'master' of github.com:Araq/Nimrod 2011-05-14 20:35:17 +01:00
dom96
d1cd1cea34 fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all addresses. copy and delete for json module. 2011-05-14 20:32:31 +01:00
Araq
3e9dcc8be5 deprecated system.copy: use system.substr instead 2011-05-14 01:13:44 +02:00
Araq
d2e2d71d05 newStringOfCap implemented and used to optimize some procs 2011-05-08 17:38:34 +02:00
Araq
1893f4101a bugfix: don't change OSError()'s behaviour 2011-05-08 09:23:50 +02:00
dom96
0db6f3c00f select() for processes; copyDir() for os. 2011-05-07 23:17:10 +01:00
Araq
73c3551766 gc tweaking to gain a few percent of performance 2011-05-07 22:13:24 +02:00
Araq
4d5c3ebd46 little repo cleanup 2011-05-02 00:01:50 +02:00
Araq
fcabc0f9f4 Merge branch 'master' of github.com:Araq/Nimrod 2011-05-01 20:12:14 +02:00
Araq
6ff8752be5 cleaned up the tests; fixes #30; fixes #26 2011-05-01 20:11:55 +02:00
dom96
6b4101f82e The sockets module supports non-blocking sockets now. Many other fixes in sockets. Timeout support in scgi. 2011-04-30 13:51:04 +01:00
Araq
145fabeb67 const table support 2011-04-29 22:55:15 +02:00
Araq
ed887e67e9 bugfix: times.epochTime 2011-04-25 20:13:57 +02:00
dom96
3dd67d20fc Merge branch 'master' of github.com:Araq/Nimrod 2011-04-24 14:13:52 +01:00
dom96
71a3f9d7e9 Lots of fixes in redis.nim 2011-04-24 14:13:06 +01:00
Araq
fd0d3bf086 C source regenerated 2011-04-24 00:58:39 +02:00
dom96
e9dcf26841 Removed the parseBulkStr() proc in redis.nim 2011-04-23 23:32:30 +01:00
dom96
491e325608 Consistency fix in redis.nim 2011-04-23 23:25:22 +01:00
dom96
704e111b63 Added redis client module. 2011-04-23 23:04:07 +01:00
Araq
4591ab0f12 c2nim compiles again 2011-04-23 23:51:39 +02:00
Araq
4ba4999bb7 slice support in system.nim; syntactic sugar for tables; cleanup of grammar/parser 2011-04-23 17:11:24 +02:00
Araq
36c67455d4 got rid of some arcane module names 2011-04-21 00:54:44 +02:00
Araq
c3b16311dd hashtables: 2nd version 2011-04-19 01:00:00 +02:00
Araq
d1b766cec0 hashtables: 1st version; parseutils additions 2011-04-18 23:41:31 +02:00
Araq
48dd9679bd := templatable; lexer improvements 2011-04-17 20:17:45 +02:00
Araq
46c41e4369 p[] instead of p^ 2011-04-11 23:28:53 +02:00
Araq
ae5074455d $ for strtabs; skipUntil, skipWhile for parseutils 2011-04-05 00:33:32 +02:00
Araq
b38c7adad1 bugfix: GC more forgiving 2011-04-03 22:59:00 +02:00
Araq
4741e8f9a1 ugh, maybe broke git 2011-04-01 15:07:16 +02:00
Araq
dc669155e3 some little bugfixes 2011-03-27 00:33:20 +01:00
Araq
62eb5b124e fixes #21 2011-03-24 00:58:28 +01:00
Araq
5b789f2da8 bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas 2011-03-23 01:09:52 +01:00
Araq
8d734244b1 linearScanEnd pragma; string case statement optimization 2011-03-14 23:57:41 +01:00
Araq
6fdb0f034e fixes #17; I hope! 2011-03-08 23:44:50 +01:00
Araq
62b4cc6c02 more fixes for dy(n)lib typo; fixes #15 2011-03-08 22:45:57 +01:00
Araq
3005955d20 distinction between re.replace and re.replacef; speed improvements for re module 2011-03-06 21:16:05 +01:00
Araq
e424e13bd9 various bugfixes for generics; added generic sort proc 2011-03-03 02:01:22 +01:00
Araq
2cdfe35e73 tests themselves contain the expected result 2011-02-20 20:12:22 +01:00