summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
| |\
| | * 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.Grzegorz Adam Hankiewicz2013-01-231-4/+27
| | * | Merge pull request #316 from gradha/pr_renames_each_to_mapAraq2013-01-237-12/+48
| | |\ \
| | | * | 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.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.Grzegorz Adam Hankiewicz2013-01-221-8/+6
| | | |/
| | * | Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usageAraq2013-01-233-17/+29
| | |\ \
| | | * | Moves addr out of tutorial into manual, indexing it too.Grzegorz Adam Hankiewicz2013-01-233-17/+29
| | | |/
| | * | Merge pull request #312 from gradha/pr_adds_some_docs_about_exceptionsAraq2013-01-232-0/+31
| | |\ \
| | | * | Adds some documentation related to exceptions.Grzegorz Adam Hankiewicz2013-01-222-0/+31
| | | |/
| * | | incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
| * | | incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
| * | | fixes #319Araq2013-01-271-1/+20
| |/ /
| * | bugfix: ftpclient compiles againAraq2013-01-222-2/+1
| * | bootstrapping works againAraq2013-01-223-4/+16
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-222-4/+19
| |\ \
| | * | Added a timeout parameter to irc.reconnect.Dominik Picheta2013-01-211-3/+18
| | * | Fixed os.sleep not sleeping for long enough with values below 1000ms.Dominik Picheta2013-01-211-1/+1
| | |/
| * / fixed some closure related bugsAraq2013-01-229-24/+226
| |/
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-211-0/+16
| |\
| | * Reverted my 'do notation' fixes.Dominik Picheta2013-01-202-10/+13
| | * Fixed a bug with the 'do notation' consuming statements after it.Dominik Picheta2013-01-202-12/+25
| * | rst parser: show the beginning of the quote in the error messageAraq2013-01-211-1/+8
| * | fixes sequtils.filterItAraq2013-01-191-5/+4
| |/