Zahary Karadjov
0cb95891d3
fixes nimrtl compilation
2013-01-28 00:47:41 +02:00
Zahary Karadjov
19e795e017
the mainmodule option has effect only when no explicit module is given
2013-01-28 00:26:49 +02:00
Zahary Karadjov
81a3585872
merged upstream master
2013-01-27 23:41:45 +02:00
Zahary Karadjov
67f37264b3
few notes about the remaining problems with retired buffers
2013-01-27 22:23:57 +02:00
Zahary Karadjov
55f8ed2452
remove any traces of the old global generics cache
2013-01-27 21:28:34 +02:00
Zahary Karadjov
5d9153d420
Fixed openssl lib path on Mac OS X;
2013-01-27 20:29:18 +02:00
Araq
0758508895
bugfix: typeinfo.extendSeq
2013-01-27 19:15:13 +01:00
Zahary Karadjov
9c3bd7f435
another path-related regression in ecmasgen
2013-01-27 19:56:54 +02:00
Zahary Karadjov
0d77909b17
fixed a regression in nimrod i
2013-01-27 19:52:24 +02:00
Araq
0e1b67cfff
implemented $/repr for enums for the JS target
2013-01-27 01:38:55 +01:00
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