summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ | | | | | Hard-links on Windows are now treated just as they are on POSIX. The new implementation is faster than the previous, but still it's quite slower than fstat (use with caution).
* 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 ↵Araq2011-11-291-4/+2
| | | | liners (see examples/maximum.nim)
* 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
| | | | | | | | Some new options added to the compiler (see news.txt for details)
* | 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 ↵Araq2011-11-183-46/+127
| | | | fork&exec
* 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 ↵Araq2011-11-151-0/+3
|/ | | | 'high' in eval context
* new FTPClient module compiles in taint modeAraq2011-11-151-21/+34
|
* tester uses same layout as nimbuildAraq2011-11-121-5/+5
|
* better streams implemenation; fixes #63Araq2011-11-122-34/+98
|
* when running unit tests, the tester will print only failures using colorless ↵Zahary Karadjov2011-11-101-8/+24
| | | | output (this should be better for nimbuild)
* Added system.program_results for controlling the exit code of the program ↵Zahary Karadjov2011-11-101-11/+20
| | | | | | | | under normal circumstances Implemented operators like +=, -=, etc for ordinals, floats and string Programs using the UnitTest module will now report the number of failed tests as the exit code of test runs (0 for successful run)
* 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-074-14/+50
|
* better exception behavior for os.removeFile and os.removeDirAraq2011-11-061-5/+10
|
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-053-66/+55
|
* memory-mapped files for posix and windowsZahary Karadjov2011-11-041-30/+173
|
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to ↵dom962011-11-043-10/+375
| | | | test suite.
* bugfix: new GCC version requires -ldl to come after object filesAraq2011-11-032-32/+22
|
* small bugfixes to make more tests greenAraq2011-11-022-4/+7
|
* Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-311-2/+2
|
* Fixed issue with some functions in the sockets module not reporting the ↵dom962011-10-302-31/+85
| | | | correct error message. Added more disconnection cases in the irc module, also added a message limiting system.
* compilation cache: mostly working; generics not yetAraq2011-10-251-28/+28
|
* rod files: next trivial examples workingAraq2011-10-221-1/+1
|
* preparations for proper memmap'ed filesAraq2011-10-221-0/+51
|
* new syntactic construct: a{i}Araq2011-10-081-1/+1
|
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-083-23/+31
|
* *Pimped up* the test runner with colorful outputZahary Karadjov2011-10-072-7/+39
| | | | Added: terminal.styledEcho macro