summary refs log tree commit diff stats
path: root/lib/impure
Commit message (Expand)AuthorAgeFilesLines
* year 2012 for most copyright headersAraq2012-01-0210-10/+10
* GC stack scanning cares about interior pointersAraq2011-12-301-7/+5
* Documentation comments + slight code modifications to zipfiles.nim.Amrykid2011-12-271-1/+4
* - Added extractFile and extractAll to zipfiles.nimAmrykid2011-12-241-0/+22
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-291-2/+2
* compiler uses new 'readLine'Araq2011-11-271-2/+22
* fixed some testsAraq2011-11-191-53/+53
* better streams implemenation; fixes #63Araq2011-11-121-5/+5
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-071-1/+1
* much more efficient rod file generationAraq2011-10-181-2/+1
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-243-14/+14
* preparations for 0.8.12Araq2011-07-101-1/+1
* zipfiles compiles again; added system.shallowCopyAraq2011-06-201-3/+3
* readFile raises EIO instead of returning nil; added system.writeFileAraq2011-06-161-10/+2
* deprecated system.copy: use system.substr insteadAraq2011-05-141-11/+11
* Some minor fixes and additions to the graphics module.dom962011-04-261-40/+62
* big repo cleanupAraq2011-04-121-2/+2
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-0/+0
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-081-1/+1
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-34/+110
* various bugfixes for generics; added generic sort procAraq2011-03-031-3/+7
* first implementation of suggestAraq2011-02-161-1/+3
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-141-1/+0
* REPL improvementsAraq2011-02-131-0/+37
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
* nimgrep: first working versionAraq2011-02-021-0/+18
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-1/+1
* httpserver may work better nowAraq2011-01-131-1/+1
* graphics: draw(Ver|Hor)LineAraq2011-01-061-2/+2
* bugfix: dialogs.ChooseFilesToOpenAraq2010-11-011-0/+4
* bugfixes: htmlparser moduleAraq2010-10-301-0/+18
* Added a close function to the ssl module.dom962010-10-271-0/+6
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-251-2/+2
* ssl.connect now returns the result of the certificate validation.dom962010-10-231-5/+3
* Added {.final.} to objects which are not meant to be inherited, and added an ...dom962010-10-231-1/+1
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-231-8/+17
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-231-0/+81
* version 0.8.10Araq2010-10-211-0/+344
* c2nim tool addedAndreas Rumpf2010-07-212-0/+467
* explicit types for generic routinesAndreas Rumpf2010-05-281-3/+2
* Bugfix: empty echo statementAndreas Rumpf2010-03-201-2/+1
* BUGFIX: mEqRef for evalOpAndreas Rumpf2010-03-171-0/+1
* bugfix: return type of gtk2.check_menu_item_new*Andreas Rumpf2010-03-172-2/+2
* version 0.8.8Andreas Rumpf2010-03-141-172/+141
* improvements graphics moduleAndreas Rumpf2010-03-101-17/+24
* bugfix: tseqtupleAndreas Rumpf2010-03-101-37/+189
* bugfix: bug499771Andreas Rumpf2010-03-081-4/+64
* fixed anti-aliasing for graphics moduleAndreas Rumpf2010-03-051-16/+128
* bugfix: macro evaluation; added colors.extractRGBAndreas Rumpf2010-03-041-1/+1
* fixed graphics moduleAndreas Rumpf2010-03-031-133/+152