summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* use a bloom filter to speed up the debuggerAraq2013-03-091-11/+8
|
* documented object constrs; endb works againAraq2013-03-092-8/+9
|
* first steps to implement object construction expressionsAraq2013-03-071-1/+2
|
* made some tests greenAraq2013-03-041-0/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-284-0/+3159
|\
| * Moved packages to lib directory.Dominik Picheta2013-02-254-0/+3159
| |
* | better overloading resolution for genericsAraq2013-02-281-2/+2
|/
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-242-8/+9
|
* Fixed timeouts for sockets, implemented timeouts in httpclient and fixedDominik Picheta2013-02-233-151/+236
| | | | a bug with redirection in httpclient.
* applies #322 without FReadDir effectAraq2013-02-221-1/+8
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-221-2/+2
|\
| * removed `$` for refs upon requestSimon Hafner2013-02-211-2/+0
| |
| * added $ for refs and removed == for ref testSimon Hafner2013-02-211-0/+2
| | | | | | | | == in refs should use the pointer to compare
| * added tests, actually implemented $ and ==Simon Hafner2013-02-211-2/+2
| |
* | added gradha's improvements for the times module (issue #231)Araq2013-02-221-1/+9
|/
* 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
| | | |/