Commit Graph

9782 Commits

Author SHA1 Message Date
Araq
76ed657c9b Merge pull request #320 from Tass/master
Fix for the import bug in JS
2013-01-26 15:48:51 -08:00
Araq
0a5344b595 Merge branch 'master' of github.com:Araq/Nimrod 2013-01-27 00:42:51 +01:00
Araq
18534b7dde incompleteStruct pragma for C's FILE 2013-01-27 00:42:43 +01:00
Araq
541ba485c2 incompleteStruct pragma for C's FILE 2013-01-27 00:42:14 +01:00
Araq
c77ae9e77d fixes #319 2013-01-27 00:40:34 +01:00
Simon Hafner
0ba7da62dd no symbol shall be generated for imported procs 2013-01-26 16:44:49 -06:00
Dominik Picheta
bb38420ac7 Added gtk_window_is_active to gtk wrapper. 2013-01-26 22:19:48 +00:00
Dominik Picheta
c4743805d9 Added strutils.unescape and fixed issue with strutils.escape. 2013-01-25 21:43:54 +00:00
Dominik Picheta
0e5e852f5c Added some tooltip functions to the gtk wrapper. 2013-01-25 21:43:20 +00:00
Araq
167b486a8c Merge pull request #306 from gradha/pr_adds_randomize_with_specific_seed
Adds randomize(seed) for repeatable pseudo random numbers.
2013-01-23 13:41:50 -08:00
Araq
b0b4150df1 Merge pull request #316 from gradha/pr_renames_each_to_map
Renames each proc to map, each is left deprecated.
2013-01-23 13:30:26 -08:00
Araq
5568f85449 Merge pull request #311 from gradha/pr_documents_two_variable_for_loop
Documents two-variable for loop with sequences.
2013-01-23 13:23:31 -08:00
Araq
0fac291eaa Merge pull request #313 from gradha/pr_fixes_rst_format_enumerated_list
Fixes rst format for enumerated list in html output.
2013-01-23 13:22:29 -08:00
Araq
3462040d39 Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usage
Adds example of addr/cast usage and indexes addr.
2013-01-23 13:22:06 -08:00
Araq
c1536c12f5 Merge pull request #312 from gradha/pr_adds_some_docs_about_exceptions
Adds some documentation related to exceptions.
2013-01-23 13:21:01 -08:00
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