summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* removed conflict in system.nimAraq2012-01-289-216/+846
|\
| * ftpclient fixes for windows.dom962012-01-281-10/+14
| * Fixed windows os.nim issue that was recently introduced.dom962012-01-271-1/+1
| * Merge pull request #97 from ddlsmurf/fixes_macosxAraq2012-01-222-17/+23
| |\
| | * Less likely to overload struct timevalEric Doughty-Papassideris2012-01-211-16/+12
| | * On Mac OS X 10.5, realpath does not allocate the buffer on its ownEric Doughty-Papassideris2012-01-211-0/+10
| | * MSG_NOSIGNAL not defined on mac os xEric Doughty-Papassideris2012-01-211-1/+1
| * | Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...dom962012-01-228-189/+809
| |/
* / pragma on/off improvements; endb rewrittenAraq2012-01-2823-202/+517
|/
* rebuilt C sources for bootstrappingAraq2012-01-181-2/+2
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-1717-23/+133
* bugfix: boehm GC improvementsAraq2012-01-161-4/+4
* better inferfacing to boehm GCAraq2012-01-152-13/+39
* project wide configuration file now with suffix '.nimrod.cfg'Araq2012-01-154-4/+8
* regenerated C sourcesAraq2012-01-150-0/+0
* removed nimKeepAlive as it's not necessary with interior pointer checkingAraq2012-01-152-51/+20
* niminst: bugfixes; documentation changesAraq2012-01-159-85/+70
* bugfixes: tests are green againAraq2012-01-132-2/+3
* GC: growObj: revert to somewhat more efficient versionAraq2012-01-131-3/+3
* niminst: diverse improvements; fixes #80Araq2012-01-1313-46/+102
* bugfix: endless recursion in 'semAfterMacroCall'Araq2012-01-132-1/+5
* bugfix: invalid indentation for 'else' is detected; optional indentation for ...Araq2012-01-134-3/+36
* bugfix: tests/reject/tnoinst.nim is now rejected properlyAraq2012-01-135-2/+27
* even more sys assertionsAraq2012-01-136-33/+68
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-01-122-1/+25
|\
| * New tooltip API for gtk.dom962012-01-122-1/+25
* | more sysasserts for allocator/gcAraq2012-01-128-24/+38
* | further steps to eliminate generics bugsAraq2012-01-114-15/+28
|/
* GC: interior pointers on stack are not necessarily alignedAraq2012-01-101-8/+1
* removed '^ deprecated' messageAraq2012-01-103-8/+5
* bugfix: debugger works againAraq2012-01-082-2/+2
* unsuccessful phantom bug huntingAraq2012-01-084-35/+44
* koch: 'update' feature optional for less dependenciesAraq2012-01-081-52/+64
* disabled tdatabind.nim as it's still to heavy for the compilerAraq2012-01-081-0/+95
* adapted titer4 test because of new implicit items/pairs iteratorsAraq2012-01-081-2/+2
* bugfix: command line args are processed again after config files, so that --v...Araq2012-01-081-5/+5
* implicit invokation of items/pairs iteratorsAraq2012-01-086-30/+72
* fixes #33Araq2012-01-073-26/+29
* bugfix: type alias to generic; generic type not stripped away from for loop v...Araq2012-01-078-69/+118
* bugfix: removed newSons legacyAraq2012-01-074-10/+15
* test t99bott.nim works nowAraq2012-01-064-25/+24
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-0519-47/+85
* fixed some testsAraq2012-01-032-6/+2
* bugfix: tester should compile againAraq2012-01-031-1/+1
* C sources regenerated for new len(openarray) header that catches more bugs; s...Araq2012-01-035-13/+18
* io test uses dummy compile result objectAraq2012-01-021-1/+3
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-01-023-13/+6
|\
| * Merge pull request #86 from Tass/masterAraq2012-01-023-13/+6
| |\
| | * removed """ so unittest can handle itSimon Hafner2012-01-021-6/+1
| | * fixed the io tests so they run as intendedSimon Hafner2011-12-313-7/+5