Grzegorz Adam Hankiewicz
5aced9186d
Adds randomize(seed) for repeatable pseudo random numbers.
...
Also fixes srand48() type to clong.
2013-01-23 13:30:30 +01:00
Grzegorz Adam Hankiewicz
351e66b767
Moves addr out of tutorial into manual, indexing it too.
2013-01-23 13:04:34 +01:00
Grzegorz Adam Hankiewicz
91700f29e7
Renames each proc to map, each is left deprecated.
2013-01-22 21:41:26 +01:00
Zahary Karadjov
31134a6bae
Disabled mark-and-sweep in the compiler itself
...
This also adds "cycle roots trimming": a light-weight collection of the cycle
roots performed in CollectZCT for candidates that are recently allocated
and provably dead.
2013-01-22 12:16:08 +02:00
Araq
899193268a
bugfix: ftpclient compiles again
2013-01-22 00:59:34 +01:00
Araq
09e4b194f5
bootstrapping works again
2013-01-22 00:37:33 +01:00
Grzegorz Adam Hankiewicz
7d256d011e
Fixes rst format for enumerated list in html output.
2013-01-22 00:31:31 +01:00
Araq
0d8f45697c
Merge branch 'master' of github.com:Araq/Nimrod
2013-01-22 00:30:12 +01:00
Araq
0d978c4a9a
fixed some closure related bugs
2013-01-22 00:29:54 +01:00
Grzegorz Adam Hankiewicz
acc394ca23
Adds some documentation related to exceptions.
2013-01-22 00:24:43 +01:00
Grzegorz Adam Hankiewicz
958f20aa1a
Documents two-variable for loop with sequences.
2013-01-21 18:26:34 +01:00
Dominik Picheta
ddc8913ebb
Added a timeout parameter to irc.reconnect.
2013-01-21 14:44:23 +00:00
Dominik Picheta
9aecfcd8c8
Fixed os.sleep not sleeping for long enough with values below 1000ms.
2013-01-21 14:20:54 +00:00
Araq
d0bd5d5cc3
Merge branch 'master' of github.com:Araq/Nimrod
2013-01-21 01:12:18 +01:00
Araq
0c13512db9
rst parser: show the beginning of the quote in the error message
2013-01-21 01:10:23 +01:00
Zahary Karadjov
41cbd1c980
minor bug fixes to make some tests green
2013-01-21 02:03:13 +02:00
Zahary Karadjov
8be307713e
fixed a regression: compiling projects not residing in the current directory
2013-01-20 22:09:07 +02:00
Zahary Karadjov
86bf97a730
cleaned up some debugging code
2013-01-20 21:22:07 +02:00
Dominik Picheta
be51e8b61b
Reverted my 'do notation' fixes.
2013-01-20 17:34:43 +00:00
Dominik Picheta
b9d75f8944
Fixed a bug with the 'do notation' consuming statements after it.
2013-01-20 12:47:25 +00:00
Araq
7b5b9656f5
fixes sequtils.filterIt
2013-01-19 12:33:07 +01:00
Araq
9257c29ffd
small bugfix for lambdalifting; preparations for a better testing framework
2013-01-19 02:09:08 +01:00
Araq
a4b1ca3306
fixed merge conflict
2013-01-16 20:02:55 +01:00
Araq
e353737e34
todo.txt changes
2013-01-16 19:57:29 +01:00
Araq
c43697b59a
implemented generic multi methods
2013-01-16 08:42:30 +01:00
Araq
10d995c290
support for LuaJIT
2013-01-15 01:09:38 +01:00
Araq
2f14d0e108
fixes a performance regression for json handling
2013-01-15 01:09:15 +01:00
Araq
b3e70febb4
'sort' for ordered tables
2013-01-12 23:59:29 +01:00
Araq
1115c8bdf8
old version of ropes.nim to prevent merge conflicts
2013-01-12 17:23:16 +01:00
Araq
1874179f20
Merge branch 'master' of github.com:Araq/Nimrod
2013-01-11 01:09:54 +01:00
Araq
8702034823
Merge pull request #300 from gradha/pr_improves_sequtils_docs
...
Improves sequtils' docs
2013-01-10 16:09:21 -08:00
Araq
4670445a93
'importcpp' for the JS target to generate an infix call
2013-01-11 01:08:37 +01:00
Grzegorz Adam Hankiewicz
abca30cc06
Adds note about distnct being misspelled on purpose.
2013-01-09 20:32:58 +01:00
Grzegorz Adam Hankiewicz
1757baecaf
Adds documentation examples to sequtils.
2013-01-09 20:32:58 +01:00
Grzegorz Adam Hankiewicz
0b078e81d0
Adds each's map alias to index.
2013-01-09 20:32:58 +01:00
Grzegorz Adam Hankiewicz
6e65f5b49e
Hyperlinks each proc and explains it is like map.
2013-01-09 20:32:57 +01:00
Araq
c9690864d4
optimized ropes work now but no speedup
2013-01-09 08:44:20 +01:00
Araq
86b19c44eb
allow 'cast' for the JS target
2013-01-09 00:49:19 +01:00
Araq
3b52a0a9f5
Merge branch 'master' of github.com:Araq/Nimrod
2013-01-08 22:55:00 +01:00
Araq
63c08d8255
Merge pull request #296 from gradha/pr_makes_toseq_public
...
Moves toSeq template to public sequtils module.
2013-01-08 13:53:50 -08:00
Araq
5a9637f2f3
make some tests green
2013-01-08 22:51:23 +01:00
Araq
498b867b7d
Merge pull request #294 from gradha/pr_fixes_pdf_generation
...
Fixes tutorial pdf generation due to hierarchy depth.
2013-01-08 11:09:34 -08:00
Araq
3af5c99336
fixes #293
2013-01-08 20:03:02 +01:00
Araq
e6fc044107
fixes #299
2013-01-08 18:20:40 +01:00
Araq
20a5e37169
fixes #270
2013-01-08 17:23:52 +01:00
Araq
f280ed1560
implements #295
2013-01-08 16:30:26 +01:00
Araq
1bc5ff6dc9
fixes #292
2013-01-08 08:11:21 +01:00
Araq
3c73654aca
Copyright 2012 -> 2013
2013-01-08 07:54:23 +01:00
Araq
43b6daf2d6
FFI at compiletime improvements
2013-01-08 01:19:02 +01:00
Grzegorz Adam Hankiewicz
bd961fd76c
Moves toSeq template to public sequtils module.
2013-01-03 22:38:56 +01:00