Commit Graph
1041 Commits
Author SHA1 Message Date
Araq 1100521b6e no wrapBinary for 'useWinAnsi' target 2013-05-20 09:29:01 +02:00
Araq 5c91f6ff2c memfiles compiles again on windows 2013-05-20 03:09:28 +02:00
Araq b0ad08013d don't deprecate macros.! breaks too much code 2013-05-20 02:47:35 +02:00
Araq b222de1432 Merge branch 'master' of github.com:Araq/Nimrod 2013-05-20 02:22:11 +02:00
Araq f650773fec Merge pull request #444 from fowlmouth/patch-6
add macro_dsl api
2013-05-19 17:19:31 -07:00
Araq baf89e3d66 GC'ed wide strings for windows 2013-05-20 02:17:24 +02:00
Billingsly Wetherfordshire 1e03a7aa88 Update macros.nim 2013-05-19 18:27:13 -05:00
Araq 5edf02a7ab Merge branch 'master' of github.com:Araq/Nimrod 2013-05-19 23:17:28 +02:00
Araq 1c9b4e5d33 made some tests green; implemented 'from module import nil' 2013-05-19 23:17:16 +02:00
Billingsly Wetherfordshire b168a487c3 add macro_dsl api 2013-05-19 13:59:30 -05:00
Dominik Picheta 0b2512e1e4 Improved the performance of the SCGI module when dealing with multiple
concurrent requests.
2013-05-19 18:33:47 +01:00
Simon Hafner e88c179982 nimbase.h doesn't need signal.h 2013-05-18 15:58:11 -05:00
Araq ce5a1365c2 preparations for the new symbol binding rules for clean templates 2013-05-18 10:05:06 +02:00
Araq 635ad3b336 Merge branch 'master' of github.com:Araq/Nimrod 2013-05-14 00:59:07 +02:00
Araq 9b9a180947 'inject' for 'for' loop variables 2013-05-14 00:41:07 +02:00
Dominik Picheta 37b5be0133 Fixes #428 2013-05-11 20:30:46 +01:00
Grzegorz Adam Hankiewicz 0b5ca95222 Adds note about grouping to split iterators. 2013-05-11 00:04:08 +02:00
Grzegorz Adam Hankiewicz c2bc187382 Adds note to quit() about being called for termination. 2013-05-10 23:37:34 +02:00
Grzegorz Adam Hankiewicz 2b517161e4 Adds link to manual thread memory section from threads module. 2013-05-10 23:33:01 +02:00
Araq 2b600bbaa6 Merge pull request #418 from fowlmouth/patch-5
add hashing for seqs
2013-05-08 16:12:33 -07:00
Araq 44c4b945eb pegs/re =~ warns about scope rule change; improved docs 2013-05-08 15:49:04 +02:00
Billingsly Wetherfordshire cc887bf66e Change varargs[T] to openarray[T] 2013-05-04 19:26:02 -05:00
Araq 23bd3ccd8b Merge branch 'master' into newparser 2013-05-04 19:10:12 +02:00
Billingsly Wetherfordshire e662c973ef Change hash[T](seq[A]) to take varargs[A] 2013-05-04 04:39:21 -05:00
Billingsly Wetherfordshire 6aabf9b7dd add hashing for seqs 2013-05-04 03:15:22 -05:00
Araq 3aa36a8568 bugfixes 2013-05-04 02:22:38 +02:00
Zahary Karadjov a8e12afc76 test-runner for caas multi-step tests 2013-05-04 01:04:28 +03:00
Araq cc591cf3c1 pegs compiles again 2013-05-02 01:54:42 +02:00
Araq 56045ad7ff bugfixes mostly JS related 2013-05-01 14:48:40 +02:00
Araq eaeb26f003 re.nim compiles again 2013-05-01 00:28:11 +02:00
Billingsly Wetherfordshire 0169d671b3 Update macros.nim 2013-04-25 17:26:50 -05:00
Araq 171155a12d fixes #393; now works with backticks 2013-04-23 17:32:02 +02:00
Grzegorz Adam Hankiewicz 8d1f7869ae Adds to docstrings link between removeFile and removeDir. 2013-04-18 01:07:21 +02:00
Dominik Picheta badf792f22 Fixed some problems with the times module, added interval tests. 2013-04-14 02:41:12 +01:00
Araq cc4250d746 times.nim compiles on windows again 2013-04-14 02:51:22 +02:00
Dominik Picheta e3d097c4e9 Fixed recvLine deprecation warnings. 2013-04-14 01:00:38 +01:00
Dominik Picheta 43499b9f07 Fixed incorrect drawing of rectangles by graphics.drawRect. 2013-04-14 00:56:12 +01:00
Araq 7eee6282cf Merge pull request #384 from Tass/master
Fixes #334.
2013-04-13 13:13:55 -07:00
Simon Hafner 4deaae9830 added toSeconds and fromSeconds to times. fixes #334 2013-04-13 13:57:06 -05:00
Araq 18fbaab216 fixes #310 2013-04-13 01:09:15 +02:00
Araq a3073cf078 bugfix: varargs min/max procs; fixes #373 2013-04-08 20:56:24 +02:00
Dominik Picheta d26e488316 A file stream now makes sure to only close its file descriptor once. 2013-04-07 13:40:01 +01:00
Araq f9d4e39a12 bugfix evals.nim 2013-04-07 14:12:08 +02:00
Araq beb13ecf62 rod file viewer for easier debugging of rod files 2013-04-04 13:05:38 +02:00
Araq e24305f1e1 bugfix: mark&sweep GC 2013-03-29 16:36:24 +01:00
Dominik Picheta b21dda385c Fixed some recvLine deprecation warnings in httpserver module. 2013-03-27 23:57:39 +00:00
Dominik Picheta 1beaca29bb Fixed issue with rst parser failing to parse a specific character. 2013-03-27 23:46:58 +00:00
Araq 74404de12d added immediate versions of macros.dumpLisp and dumpTree 2013-03-25 02:20:12 +01:00
Dominik Picheta 5267984985 Deprecated recvLine and added an improved version named readLine to the
sockets module.
2013-03-23 20:13:11 +00:00
Dominik Picheta b76ee0d9e1 Fixed bug with xmltree.attrs when attributes have not been initialised
yet.
2013-03-23 20:09:24 +00:00