summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-301-16/+23
|\ \
| * \ Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80Araq2011-12-291-16/+23
| |\ \
| | * | Fixed the documentation for events.nim.Amrykid2011-12-291-16/+18
| | * | Added containsHandler to events.nimAmrykid2011-12-291-0/+5
* | | | GC stack scanning cares about interior pointersAraq2011-12-304-19/+313
|/ / /
* | | Merge pull request #81 from Amrykid/masterAraq2011-12-272-4/+30
|\| |
| * | Documentation comments + slight code modifications to zipfiles.nim.Amrykid2011-12-272-6/+7
| * | Allowed waitForExit to have a specified timeout. (osproc.nim)Amrykid2011-12-271-2/+5
| * | - Added extractFile and extractAll to zipfiles.nimAmrykid2011-12-241-0/+22
* | | added support for advanced substitution expressionsAraq2011-12-272-111/+501
|/ /
* | bugfix: compiler errors for explicit initialization of thread local variables...Araq2011-12-231-2/+4
* | bugfix: environment var caching is now thread safeAraq2011-12-221-3/+3
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-225-2/+21
|\|
| * fixes #77dom962011-12-191-0/+10
| * Added a couple of GTK 2.12 functions.Dominik Picheta2011-12-182-0/+9
| * fixed some recently introduced compilation errors in the standard libraryZahary Karadjov2011-12-132-2/+2
* | code gen can generate code to keep alive stack rootsAraq2011-12-224-10/+67
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-131-764/+764
|\
| * windows.nim compiles againZahary Karadjov2011-12-131-764/+764
* | GC: some inlining to improve performance sensitive partsAraq2011-12-131-1/+11
|/
* C code gen: generate even better code for the GCAraq2011-12-122-3/+23
* c2nim compiles againAraq2011-12-122-2/+2
* compiler takes advantage of 'new(Obj|New)RC1Araq2011-12-121-0/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-124-25/+70
|\
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2011-12-113-11/+51
| |\
| * | The test runner will print out encountered exceptionsZahary Karadjov2011-12-071-0/+4
| * | New implementation for os.sameFile on WindowsZahary Karadjov2011-12-073-25/+66
* | | compiler generates volatile temps to keep C compiler from optimizing away sta...Araq2011-12-121-3/+29
| |/ |/|