summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #336 from Tass/unittestAraq2013-02-164-15/+36
|\ | | | | Unittest
| * WA for #329, caused by #335Simon Hafner2013-02-152-1/+6
| |
| * on the path to get unittest running from JSSimon Hafner2013-02-152-13/+28
| |
| * elif on JS instead of generic elseSimon Hafner2013-02-151-1/+1
| |
| * UTC weekday in JSSimon Hafner2013-02-151-1/+2
| |
* | Merge pull request #333 from Tass/masterAraq2013-02-1525-126/+127
|\| | | | | EcmaScript => Js
| * EcmaScript => JS. Fixes #330Simon Hafner2013-02-1525-126/+127
|/ | | | No one calls it EcmaScript anymore.
* added GC_addCycleRootAraq2013-02-123-4/+16
|
* GC: incRef needs to add cyclerootsAraq2013-02-122-6/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-1124-201/+832
|\ | | | | | | | | Conflicts: lib/system/gc.nim
| * updated news.txtAraq2013-02-101-2/+8
| |
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-103-16/+28
| |\
| | * Merge pull request #327 from Tass/masterAraq2013-02-093-16/+28
| | |\ | | | | | | | | KWin echo hack and string literal fix.
| | | * hack for long string literals in C bugs in JS. Fixed.Simon Hafner2013-02-091-14/+16
| | | |
| | | * fix for exit code of compiler (JS bug?)Simon Hafner2013-02-091-1/+1
| | | |
| | | * rawEcho hack for kwin targetSimon Hafner2013-02-081-1/+11
| | |/
| * | open arrays documented in the manualAraq2013-02-105-6/+38
| | |
| * | working cycle collector for old GCAraq2013-02-101-253/+133
| |/
| * made some tests greenAraq2013-02-083-2/+4
| |
| * code cleanup for mark&sweep GCAraq2013-02-077-88/+43
| |
| * first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-0712-87/+832
| |
* | fixed embarrassing memory leak in 'collectCycles'Araq2013-01-311-0/+1
|/
* rebuilt C sources for bootstrappingAraq2013-01-313-40/+480
|
* revert to old GC; use --gc:v2 to activate the new GCAraq2013-01-316-1149/+1047
|
* cleaner GC switchingAraq2013-01-317-25/+32
|
* Fixed osproc.execCmdEx; tester should now succeed.Dominik Picheta2013-01-281-16/+15
|
* Fixes #317Dominik Picheta2013-01-271-12/+29
|
* Merge remote-tracking branch 'upstream/master' into upstreamZahary Karadjov2013-01-284-10/+25
|\
| * bugfix: overlap checking for 'case'Araq2013-01-274-10/+25
| |
* | fixes nimrtl compilationZahary Karadjov2013-01-283-4/+4
| |
* | the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-285-12/+11
| |
* | merged upstream masterZahary Karadjov2013-01-27127-1499/+4443
|\|
| * bugfix: typeinfo.extendSeqAraq2013-01-275-27/+40
| |
| * implemented $/repr for enums for the JS targetAraq2013-01-271-16/+18
| |
| * Merge pull request #320 from Tass/masterAraq2013-01-261-1/+1
| |\ | | | | | | Fix for the import bug in JS
| | * no symbol shall be generated for imported procsSimon Hafner2013-01-261-1/+1
| | |
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-2712-42/+222
| |\ \
| | * | Added gtk_window_is_active to gtk wrapper.Dominik Picheta2013-01-261-0/+4
| | | |
| | * | Added strutils.unescape and fixed issue with strutils.escape.Dominik Picheta2013-01-251-1/+39
| | | |
| | * | Added some tooltip functions to the gtk wrapper.Dominik Picheta2013-01-251-0/+13
| | |/
| | * Merge pull request #306 from gradha/pr_adds_randomize_with_specific_seedAraq2013-01-231-4/+27
| | |\ | | | | | | | | Adds randomize(seed) for repeatable pseudo random numbers.
| | | * Adds randomize(seed) for repeatable pseudo random numbers.Grzegorz Adam Hankiewicz2013-01-231-4/+27
| | | | | | | | | | | | | | | | Also fixes srand48() type to clong.
| | * | Merge pull request #316 from gradha/pr_renames_each_to_mapAraq2013-01-237-12/+48
| | |\ \ | | | | | | | | | | Renames each proc to map, each is left deprecated.
| | | * | Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-227-12/+48
| | | |/
| | * | Merge pull request #311 from gradha/pr_documents_two_variable_for_loopAraq2013-01-231-0/+25
| | |\ \ | | | | | | | | | | Documents two-variable for loop with sequences.
| | | * | Documents two-variable for loop with sequences.Grzegorz Adam Hankiewicz2013-01-211-0/+25
| | | |/
| | * | Merge pull request #313 from gradha/pr_fixes_rst_format_enumerated_listAraq2013-01-231-8/+6
| | |\ \ | | | | | | | | | | Fixes rst format for enumerated list in html output.
| | | * | Fixes rst format for enumerated list in html output.Grzegorz Adam Hankiewicz2013-01-221-8/+6
| | | |/
| | * | Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usageAraq2013-01-233-17/+29
| | |\ \ | | | | | | | | | | Adds example of addr/cast usage and indexes addr.
| | | * | Moves addr out of tutorial into manual, indexing it too.Grzegorz Adam Hankiewicz2013-01-233-17/+29
| | | |/