summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* The test runner will print out encountered exceptionsZahary Karadjov2011-12-071-0/+4
* New implementation for os.sameFile on WindowsZahary Karadjov2011-12-073-25/+66
* fixes 70Araq2011-12-041-7/+7
* 'assert' is now implemented without compiler magicAraq2011-12-043-11/+22
* threads compile again; attempt to fix serious code gen issue (except + return)Araq2011-12-032-11/+11
* bugfixes for .rod files and visual C++Araq2011-12-039-101/+102
* Added a `chmod` function to the ftpclient module.dom962011-11-301-1/+22
* Fixed `ftpclient.createDir`.dom962011-11-291-1/+4
* implemented 'let' statementAraq2011-11-292-3/+4
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-293-13/+6
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-296-15/+28
* compiler uses new 'readLine'Araq2011-11-272-15/+35
* fixes #31Araq2011-11-271-0/+3
* bugfix: tester compiles againAraq2011-11-262-2/+2
* 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-253-24/+52
* | fixed bug that kept tls emulation from workingAraq2011-11-251-4/+5
|/
* fixes #60Araq2011-11-251-2/+2
* C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...Araq2011-11-241-6/+15
* fixes #65Araq2011-11-221-1/+1
* attempt to fix tunidecode test; GC cares for seq->openArray conversionsAraq2011-11-213-943/+980
* 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-192-55/+55
* tester: threading tests addedAraq2011-11-191-10/+12
* bugfix: fixed memory leaks in osproc moduleAraq2011-11-182-18/+20
* new osproc implementation may work with mac os xAraq2011-11-182-6/+7
* 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-185-52/+139
* 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-122-6/+8
* better streams implemenation; fixes #63Araq2011-11-124-45/+109
* fixing bootstrapping when stack frames are enabledZahary Karadjov2011-11-101-28/+28
* when running unit tests, the tester will print only failures using colorless ...Zahary Karadjov2011-11-101-8/+24
* Added system.program_results for controlling the exit code of the program und...Zahary Karadjov2011-11-103-11/+55
* bugfixes for the testsuiteAraq2011-11-081-1/+1
* bugfixes for the tester; the tester now supports running of single testsAraq2011-11-081-7/+5
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-076-50/+89
* better exception behavior for os.removeFile and os.removeDirAraq2011-11-061-5/+10
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-054-68/+113
* logical typo in the previous commitZahary Karadjov2011-11-041-3/+3
* new kind of AST printer that prints indented treesZahary Karadjov2011-11-041-36/+73
* memory-mapped files for posix and windowsZahary Karadjov2011-11-042-30/+176
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to test...dom962011-11-043-10/+375
* bugfix: new GCC version requires -ldl to come after object filesAraq2011-11-032-32/+22