summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Collapse)AuthorAgeFilesLines
* type constraints; tuple liftingAraq2011-04-011-11/+58
|
* added 'reset' magic procAraq2011-03-251-2/+1
|
* bugfix: type converter that converts to bool in 'if' contextAraq2011-03-251-0/+5
|
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-2/+2
|
* fixes #20Araq2011-03-121-1/+0
|
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-6/+3
|
* various bugfixes for generics; added generic sort procAraq2011-03-031-7/+9
|
* basic continue after error works; interactive mode more usefulAraq2011-02-131-9/+6
|
* nimgrep: first working versionAraq2011-02-021-4/+4
|
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-291-4/+14
|
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-0/+12
|
* transf: big refactoring; other small fixesAraq2011-01-051-0/+3
|
* bugfix: multiple yield statements and loop body varsAraq2010-12-131-3/+12
|
* bugfix: finally sections are executed before return/breakAraq2010-09-201-0/+3
|
* threading code deactivated; tiny C bugfix: don't report warnings to error ↵Araq2010-09-191-10/+11
| | | | callback
* standard filter supports multiple line expressions; better amd64 detection ↵Araq2010-09-171-2/+4
| | | | for mac os X
* fixes for exception handling; added system.compileOptionAraq2010-09-131-24/+33
|
* bugfix: init of tempsAraq2010-08-241-0/+6
|
* c2nim: new features & bugfixesAndreas Rumpf2010-08-111-1/+1
|
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-31/+31
|
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-041-50/+54
|
* before stack init changeAndreas Rumpf2010-08-011-3/+7
|
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-32/+22
|
* bugfix: c2nim: typedef unsigned charAndreas Rumpf2010-07-221-6/+0
|
* added system.appType magicAndreas Rumpf2010-07-211-3/+7
|
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-041-0/+0
|
* system.each makes more sense with var?Andreas Rumpf2010-05-291-1/+1
|
* resolved system.nim conflictsAndreas Rumpf2010-05-291-7/+12
|\
| * Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib ↵PhiLho2010-05-211-1602/+1607
| | | | | | | | update
* | explicit types for generic routinesAndreas Rumpf2010-05-281-0/+15
| |
* | crc check for external files to compile; bugfix: os.parseCmdLineAndreas Rumpf2010-04-051-4/+4
|/
* fixed anti-aliasing for graphics moduleAndreas Rumpf2010-03-051-1/+4
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* new XML modulesAndreas Rumpf2010-02-101-1/+3
|
* BUGFIX: system.insertAndreas Rumpf2010-02-021-1/+1
|
* added system.del; delete; insertAndreas Rumpf2010-02-021-0/+25
|
* parseutils addedrumpf_a@web.de2010-01-311-0/+7
|
* sockets module completeAndreas Rumpf2010-01-131-0/+14
|
* better subscript overloadingrumpf_a@web.de2010-01-031-1/+1
|
* variable dynamic lib namesAndreas Rumpf2009-12-151-4/+4
|
* floating point checksAndreas Rumpf2009-12-141-2/+2
|
* added configuration file for TeXAndreas Rumpf2009-12-101-0/+20
|
* version 0.8.5: bugfixes; compiler now maintained in NimrodAndreas Rumpf2009-12-071-0/+5
|
* version 0.8.2rumpf_a@web.de2009-10-211-9/+7
|
* pegs supports utf-8 nowAndreas Rumpf2009-09-251-7/+6
|
* implemented multi methodsAndreas Rumpf2009-09-231-28/+31
|
* added tools and web dirsAndreas Rumpf2009-09-151-39/+54
|
* overload resolution for proc varsAndreas Rumpf2009-06-241-26/+44
|
* version0.7.10Andreas Rumpf2009-06-081-31/+26
|