summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* small cleanupsAraq2013-02-192-5/+3
|
* mark and sweep GC without bitvectors worksAraq2013-02-192-2/+5
|
* mark and sweep without bitvectorsAraq2013-02-192-29/+77
|
* system.fields|fieldPairs for objectsAraq2013-02-181-4/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-167-51/+67
|\
| * WA for #329, caused by #335Simon Hafner2013-02-151-1/+1
| |
| * 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
| |
| * EcmaScript => JS. Fixes #330Simon Hafner2013-02-156-36/+36
| | | | | | | | No one calls it EcmaScript anymore.
* | preparations for a generational GCAraq2013-02-162-2/+4
| |
* | micro optimizations for the evaluation engineAraq2013-02-141-5/+6
|/
* added GC_addCycleRootAraq2013-02-121-0/+6
|
* GC: incRef needs to add cyclerootsAraq2013-02-121-6/+4
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-101-1/+11
|\
| * rawEcho hack for kwin targetSimon Hafner2013-02-081-1/+11
| |
* | open arrays documented in the manualAraq2013-02-101-1/+3
| |
* | working cycle collector for old GCAraq2013-02-101-253/+133
|/
* code cleanup for mark&sweep GCAraq2013-02-072-84/+32
|
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-075-69/+781
|
* revert to old GC; use --gc:v2 to activate the new GCAraq2013-01-314-1138/+1034
|
* Fixed osproc.execCmdEx; tester should now succeed.Dominik Picheta2013-01-281-16/+15
|
* Fixes #317Dominik Picheta2013-01-271-12/+29
|
* fixes nimrtl compilationZahary Karadjov2013-01-283-4/+4
|
* the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-281-1/+1
|
* merged upstream masterZahary Karadjov2013-01-2735-660/+1437
|\
| * bugfix: typeinfo.extendSeqAraq2013-01-274-23/+37
| |
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-275-12/+127
| |\
| | * 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-232-6/+42
| | |\ \ | | | | | | | | | | Renames each proc to map, each is left deprecated.
| | | * | Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-222-6/+42
| | | |/
| | * | Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usageAraq2013-01-231-1/+2
| | |\ \ | | | | | | | | | | Adds example of addr/cast usage and indexes addr.
| | | * | Moves addr out of tutorial into manual, indexing it too.Grzegorz Adam Hankiewicz2013-01-231-1/+2
| | | |/
| * | | incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
| | | |
| * | | incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
| |/ /
| * | bugfix: ftpclient compiles againAraq2013-01-221-1/+1
| | |
| * | 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
| |/
| * fixes sequtils.filterItAraq2013-01-191-5/+4
| |
| * small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-191-1/+1
| |
| * support for LuaJITAraq2013-01-151-13/+26
| |
| * fixes a performance regression for json handlingAraq2013-01-151-1/+8
| |
| * 'sort' for ordered tablesAraq2013-01-121-1/+47
| |
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-112-13/+157
| |\
| | * Adds note about distnct being misspelled on purpose.Grzegorz Adam Hankiewicz2013-01-091-1/+5
| | |
| | * Adds documentation examples to sequtils.Grzegorz Adam Hankiewicz2013-01-091-8/+145
| | |