summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* pragma on/off improvements; endb rewrittenAraq2012-01-281-2/+4
* bugfixes: tests are green againAraq2012-01-131-1/+1
* niminst: diverse improvements; fixes #80Araq2012-01-131-7/+39
* even more sys assertionsAraq2012-01-131-0/+3
* more sysasserts for allocator/gcAraq2012-01-121-4/+13
* year 2012 for most copyright headersAraq2012-01-0239-39/+39
* improved actors.syncAraq2011-12-311-2/+12
* GC: use simple balanced tree instead of AVL treeAraq2011-12-301-0/+302
* Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80Araq2011-12-291-16/+23
|\
| * Fixed the documentation for events.nim.Amrykid2011-12-291-16/+18
| * Added containsHandler to events.nimAmrykid2011-12-291-0/+5
* | Merge pull request #81 from Amrykid/masterAraq2011-12-271-4/+5
|\|
| * Documentation comments + slight code modifications to zipfiles.nim.Amrykid2011-12-271-5/+3
| * Allowed waitForExit to have a specified timeout. (osproc.nim)Amrykid2011-12-271-2/+5
* | added support for advanced substitution expressionsAraq2011-12-272-111/+501
|/
* bugfix: compiler errors for explicit initialization of thread local variables...Araq2011-12-231-2/+4
* bugfix: environment var caching is now thread safeAraq2011-12-221-3/+3
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-221-0/+10
|\
| * fixes #77dom962011-12-191-0/+10
* | code gen can generate code to keep alive stack rootsAraq2011-12-221-9/+34
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2011-12-111-8/+35
|\
| * fixes #71; sorry about the polling implementationAraq2011-12-051-8/+35
* | The test runner will print out encountered exceptionsZahary Karadjov2011-12-071-0/+4
* | New implementation for os.sameFile on WindowsZahary Karadjov2011-12-072-16/+35
|/
* fixes 70Araq2011-12-041-7/+7
* bugfixes for .rod files and visual C++Araq2011-12-031-2/+2
* Added a `chmod` function to the ftpclient module.dom962011-11-301-1/+22
* Fixed `ftpclient.createDir`.dom962011-11-291-1/+4
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-291-4/+2
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-295-15/+26
* compiler uses new 'readLine'Araq2011-11-271-13/+13
* bugfix: tester compiles againAraq2011-11-261-1/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-261-1/+31
|\
| * New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-1/+31
* | deprecated endOfFile and readLineAraq2011-11-251-2/+24
|/
* attempt to fix tunidecode test; GC cares for seq->openArray conversionsAraq2011-11-211-940/+969
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-202-2/+3
|\
| * Fixed test suite on windowsDominik Picheta2011-11-192-2/+3
* | bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-202-2/+29
|/
* fixed some testsAraq2011-11-191-2/+2
* tester: threading tests addedAraq2011-11-191-10/+12
* bugfix: fixed memory leaks in osproc moduleAraq2011-11-181-16/+18
* new osproc implementation may work with mac os xAraq2011-11-181-5/+0
* tester compiles in taint mode againAraq2011-11-181-1/+1
* cgen: no type canon for integral types; osproc use posix_spawn instead of for...Araq2011-11-183-46/+127
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-151-2/+53
|\
| * Added new features to the ftpclient module.dom962011-11-151-2/+53
* | bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...Araq2011-11-151-0/+3
|/
* new FTPClient module compiles in taint modeAraq2011-11-151-21/+34
* tester uses same layout as nimbuildAraq2011-11-121-5/+5