Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more sysasserts for allocator/gc | Araq | 2012-01-12 | 4 | -10/+22 |
| | |||||
* | GC: interior pointers on stack are not necessarily aligned | Araq | 2012-01-10 | 1 | -8/+1 |
| | |||||
* | removed '^ deprecated' message | Araq | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | bugfix: debugger works again | Araq | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | unsuccessful phantom bug hunting | Araq | 2012-01-08 | 2 | -32/+35 |
| | |||||
* | implemented incompleteStruct pragma; embedded debugger works with posix module | Araq | 2012-01-05 | 3 | -5/+20 |
| | |||||
* | C sources regenerated for new len(openarray) header that catches more bugs; ↵ | Araq | 2012-01-03 | 1 | -5/+2 |
| | | | | symbol files should work again | ||||
* | bugfix: +1 unnecessary in resizeString; caused annoying reallocations for ↵ | Araq | 2012-01-02 | 2 | -5/+5 |
| | | | | strings created with 'newStringOfCap' | ||||
* | serious allocator bugfixes | Araq | 2012-01-02 | 1 | -3/+10 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 80 | -81/+81 |
| | |||||
* | new len(openarray) implementation | Araq | 2011-12-31 | 1 | -1/+4 |
| | |||||
* | MAP_ANONYMOUS is not always 0x20 for linux; changed the tests | Araq | 2011-12-31 | 1 | -5/+4 |
| | |||||
* | sysio: got rid of now unnecessary length check | Araq | 2011-12-31 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-31 | 2 | -22/+56 |
|\ | |||||
| * | Merge pull request #79 from Tass/master | Araq | 2011-12-31 | 2 | -22/+56 |
| |\ | | | | | | | readAll | ||||
| | * | fixes for readAll | Simon Hafner | 2011-12-30 | 2 | -19/+24 |
| | | | |||||
| | * | implemented readAll() | Simon Hafner | 2011-12-22 | 2 | -22/+51 |
| | | | |||||
* | | | improved actors.sync | Araq | 2011-12-31 | 1 | -2/+12 |
| | | | |||||
* | | | windows module should now compile for all CPUs | Araq | 2011-12-31 | 1 | -2/+16 |
| | | | |||||
* | | | make trecinca|b tests green | Araq | 2011-12-31 | 1 | -1/+1 |
|/ / | |||||
* | | GC: use simple balanced tree instead of AVL tree | Araq | 2011-12-30 | 4 | -236/+401 |
| | | |||||
* | | GC: AVL tree uses unsigned comparisons | Araq | 2011-12-30 | 1 | -7/+7 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-30 | 1 | -16/+23 |
|\ \ | |||||
| * \ | Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80 | Araq | 2011-12-29 | 1 | -16/+23 |
| |\ \ | | | | | | | | | events.nim updates | ||||
| | * | | Fixed the documentation for events.nim. | Amrykid | 2011-12-29 | 1 | -16/+18 |
| | | | | |||||
| | * | | Added containsHandler to events.nim | Amrykid | 2011-12-29 | 1 | -0/+5 |
| | | | | |||||
* | | | | GC stack scanning cares about interior pointers | Araq | 2011-12-30 | 4 | -19/+313 |
|/ / / | |||||
* | | | Merge pull request #81 from Amrykid/master | Araq | 2011-12-27 | 2 | -4/+30 |
|\| | | | | | | | | Various changes around 'koch update' | ||||
| * | | Documentation comments + slight code modifications to zipfiles.nim. | Amrykid | 2011-12-27 | 2 | -6/+7 |
| | | | | | | | | | | | | Changes made to osproc.nim so it will compile. | ||||
| * | | Allowed waitForExit to have a specified timeout. (osproc.nim) | Amrykid | 2011-12-27 | 1 | -2/+5 |
| | | | |||||
| * | | - Added extractFile and extractAll to zipfiles.nim | Amrykid | 2011-12-24 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | -- Need to wait until libzip_all.c is updated to support Windows. - Started working on "koch update". -- Waiting on above to finish work. | ||||
* | | | added support for advanced substitution expressions | Araq | 2011-12-27 | 2 | -111/+501 |
|/ / | |||||
* | | bugfix: compiler errors for explicit initialization of thread local ↵ | Araq | 2011-12-23 | 1 | -2/+4 |
| | | | | | | | | variables; os.nim does not rely on it anymore | ||||
* | | bugfix: environment var caching is now thread safe | Araq | 2011-12-22 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-22 | 5 | -2/+21 |
|\| | |||||
| * | fixes #77 | dom96 | 2011-12-19 | 1 | -0/+10 |
| | | |||||
| * | Added a couple of GTK 2.12 functions. | Dominik Picheta | 2011-12-18 | 2 | -0/+9 |
| | | |||||
| * | fixed some recently introduced compilation errors in the standard library | Zahary Karadjov | 2011-12-13 | 2 | -2/+2 |
| | | |||||
* | | code gen can generate code to keep alive stack roots | Araq | 2011-12-22 | 4 | -10/+67 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-13 | 1 | -764/+764 |
|\ | |||||
| * | windows.nim compiles again | Zahary Karadjov | 2011-12-13 | 1 | -764/+764 |
| | | |||||
* | | GC: some inlining to improve performance sensitive parts | Araq | 2011-12-13 | 1 | -1/+11 |
|/ | |||||
* | C code gen: generate even better code for the GC | Araq | 2011-12-12 | 2 | -3/+23 |
| | |||||
* | c2nim compiles again | Araq | 2011-12-12 | 2 | -2/+2 |
| | |||||
* | compiler takes advantage of 'new(Obj|New)RC1 | Araq | 2011-12-12 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-12 | 4 | -25/+70 |
|\ | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2011-12-11 | 3 | -11/+51 |
| |\ | |||||
| * | | The test runner will print out encountered exceptions | Zahary Karadjov | 2011-12-07 | 1 | -0/+4 |
| | | | |||||
| * | | New implementation for os.sameFile on Windows | Zahary Karadjov | 2011-12-07 | 3 | -25/+66 |
| | | | | | | | | | | | | | | | | | | Hard-links on Windows are now treated just as they are on POSIX. The new implementation is faster than the previous, but still it's quite slower than fstat (use with caution). | ||||
* | | | compiler generates volatile temps to keep C compiler from optimizing away ↵ | Araq | 2011-12-12 | 1 | -3/+29 |
| |/ |/| | | | | | stack roots |