summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* optimized parseurl module a bitAraq2012-02-011-33/+45
* tlsEmulation:on for windows/GCCAraq2012-01-291-1/+1
* implemented/fixed #92Araq2012-01-291-0/+32
* --tlsEmulation:on works in debug mode againAraq2012-01-291-0/+2
* sysasserts leaner againAraq2012-01-291-7/+1
* fixes #89Araq2012-01-291-3/+7
* fixed #96 as good as technically possible (debug frames are allocated on the ...Araq2012-01-292-6/+6
* 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-2810-137/+389
|/
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-172-6/+14
* 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-151-0/+0
* removed nimKeepAlive as it's not necessary with interior pointer checkingAraq2012-01-151-7/+0
* bugfixes: tests are green againAraq2012-01-131-1/+1
* GC: growObj: revert to somewhat more efficient versionAraq2012-01-131-3/+3
* niminst: diverse improvements; fixes #80Araq2012-01-131-7/+39
* bugfix: endless recursion in 'semAfterMacroCall'Araq2012-01-131-1/+0
* even more sys assertionsAraq2012-01-134-7/+53
* 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-124-10/+22
|/
* GC: interior pointers on stack are not necessarily alignedAraq2012-01-101-8/+1
* removed '^ deprecated' messageAraq2012-01-101-1/+1
* bugfix: debugger works againAraq2012-01-081-1/+1
* unsuccessful phantom bug huntingAraq2012-01-082-32/+35
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-053-5/+20
* C sources regenerated for new len(openarray) header that catches more bugs; s...Araq2012-01-031-5/+2
* bugfix: +1 unnecessary in resizeString; caused annoying reallocations for str...Araq2012-01-022-5/+5
* serious allocator bugfixesAraq2012-01-021-3/+10
* year 2012 for most copyright headersAraq2012-01-0280-81/+81
* new len(openarray) implementationAraq2011-12-311-1/+4
* MAP_ANONYMOUS is not always 0x20 for linux; changed the testsAraq2011-12-311-5/+4
* sysio: got rid of now unnecessary length checkAraq2011-12-311-2/+0
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-312-22/+56
|\
| * Merge pull request #79 from Tass/masterAraq2011-12-312-22/+56
| |\
| | * fixes for readAllSimon Hafner2011-12-302-19/+24
| | * implemented readAll()Simon Hafner2011-12-222-22/+51
* | | improved actors.syncAraq2011-12-311-2/+12
* | | windows module should now compile for all CPUsAraq2011-12-311-2/+16
* | | make trecinca|b tests greenAraq2011-12-311-1/+1
|/ /
* | GC: use simple balanced tree instead of AVL treeAraq2011-12-304-236/+401
* | GC: AVL tree uses unsigned comparisonsAraq2011-12-301-7/+7