summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* 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-101-11/+20
* 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 test...dom962011-11-043-10/+375
* 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 corre...dom962011-10-302-31/+85
* 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
* Cleaned up the circular dependecies and remaining issuesZahary Karadjov2011-10-071-16/+5
* Basic unit testing facilities (suites, fixtures, cases)Zahary Karadjov2011-10-071-0/+157
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-072-11/+24
* bugfix: $ escaping in interpolatedFragmentsAraq2011-09-261-6/+12
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-263-94/+74
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-248-59/+72
* renamed optional to discardableAraq2011-09-244-32/+33
* got rid of akPureObjectAraq2011-09-241-2/+2
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-09-242-4/+12
|\
| * Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...dom962011-09-232-4/+12
* | beginning of a taint mode; type system enhancementsAraq2011-09-243-56/+58
|/
* fixed some newly introduced bugsAraq2011-09-212-15/+18
* using statement (ala C#) implemented as macro (added as test).Zahary Karadjov2011-09-201-29/+40
* Moved the parseAST magics to evals.nimZahary Karadjov2011-09-201-0/+91
* Some very small steps towards an uuid generation module.Zahary Karadjov2011-09-201-0/+30
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-09-201-0/+256
|\
| * Some improvements relating to the IRC module.dom962011-09-041-14/+16
| * Added IRC module.dom962011-09-041-0/+254
* | bugfixes for generics; new threads implementation still brokenAraq2011-09-202-22/+24
|/
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-08-291-53/+53
|\
| * lib/pure/strutils.nim: fix doc comment for splitLinesKeita Haga2011-08-251-53/+53
* | added actors.nim file; compiler not up for this taskAraq2011-08-291-0/+184
* | new actors implementation for nimrod; compiler's generics still not up for th...Araq2011-08-291-0/+2
|/
* locks now in their own core moduleAraq2011-08-201-2/+2
* implemented --nimcache config option; big clean up of magic wordsAraq2011-08-191-0/+15
* lib/pure/cgi.nim: fix typo 'passwort' instead of 'password'Keita Haga2011-08-171-46/+46
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-08-151-37/+37
|\
| * lib/pure/terminal.nim: fixed bug where the styleReverse doesn't work on Unix-...Keita Haga2011-08-161-37/+37
* | added xmltree.innerText; fixes #49Araq2011-08-151-1/+10
|/
* added system.slurp for easy embedding of resourcesAraq2011-08-101-1/+17
* modifyable results for generics; teventemitter worksAraq2011-08-093-18/+63