Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | niminst is now able to create build files for debhelper so that .deb ↵ | dom96 | 2012-02-16 | 1 | -0/+13 |
| | | | | packages can be created. Implemented $ in the times module for TWeekDay and TMonth. | ||||
* | little fixes for 0.8.14 release | Araq | 2012-02-09 | 1 | -1/+12 |
| | |||||
* | version 0.8.14 | Araq | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | closure implementation: first steps | Araq | 2012-02-04 | 1 | -0/+18 |
| | |||||
* | optimized parseurl module a bit | Araq | 2012-02-01 | 1 | -33/+45 |
| | |||||
* | fixed #96 as good as technically possible (debug frames are allocated on the ↵ | Araq | 2012-01-29 | 1 | -2/+2 |
| | | | | C stack) | ||||
* | removed conflict in system.nim | Araq | 2012-01-28 | 7 | -215/+825 |
|\ | |||||
| * | ftpclient fixes for windows. | dom96 | 2012-01-28 | 1 | -10/+14 |
| | | |||||
| * | Fixed windows os.nim issue that was recently introduced. | dom96 | 2012-01-27 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #97 from ddlsmurf/fixes_macosx | Araq | 2012-01-22 | 2 | -17/+23 |
| |\ | | | | | | | Fixes for macosx | ||||
| | * | Less likely to overload struct timeval | Eric Doughty-Papassideris | 2012-01-21 | 1 | -16/+12 |
| | | | |||||
| | * | On Mac OS X 10.5, realpath does not allocate the buffer on its own | Eric Doughty-Papassideris | 2012-01-21 | 1 | -0/+10 |
| | | | |||||
| | * | MSG_NOSIGNAL not defined on mac os x | Eric Doughty-Papassideris | 2012-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵ | dom96 | 2012-01-22 | 6 | -188/+788 |
| |/ | | | | | | | Added (de)allocCStringArray. Many async sockets fixes. | ||||
* / | pragma on/off improvements; endb rewritten | Araq | 2012-01-28 | 1 | -2/+4 |
|/ | |||||
* | bugfixes: tests are green again | Araq | 2012-01-13 | 1 | -1/+1 |
| | |||||
* | niminst: diverse improvements; fixes #80 | Araq | 2012-01-13 | 1 | -7/+39 |
| | |||||
* | even more sys assertions | Araq | 2012-01-13 | 1 | -0/+3 |
| | |||||
* | more sysasserts for allocator/gc | Araq | 2012-01-12 | 1 | -4/+13 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 39 | -39/+39 |
| | |||||
* | improved actors.sync | Araq | 2011-12-31 | 1 | -2/+12 |
| | |||||
* | GC: use simple balanced tree instead of AVL tree | Araq | 2011-12-30 | 1 | -0/+302 |
| | |||||
* | 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 |
| | | |||||
* | | Merge pull request #81 from Amrykid/master | Araq | 2011-12-27 | 1 | -4/+5 |
|\| | | | | | Various changes around 'koch update' | ||||
| * | Documentation comments + slight code modifications to zipfiles.nim. | Amrykid | 2011-12-27 | 1 | -5/+3 |
| | | | | | | | | 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 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 | 1 | -0/+10 |
|\ | |||||
| * | fixes #77 | dom96 | 2011-12-19 | 1 | -0/+10 |
| | | |||||
* | | code gen can generate code to keep alive stack roots | Araq | 2011-12-22 | 1 | -9/+34 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2011-12-11 | 1 | -8/+35 |
|\ | |||||
| * | fixes #71; sorry about the polling implementation | Araq | 2011-12-05 | 1 | -8/+35 |
| | | |||||
* | | 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 | 2 | -16/+35 |
|/ | | | | | | 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). | ||||
* | fixes 70 | Araq | 2011-12-04 | 1 | -7/+7 |
| | |||||
* | bugfixes for .rod files and visual C++ | Araq | 2011-12-03 | 1 | -2/+2 |
| | |||||
* | Added a `chmod` function to the ftpclient module. | dom96 | 2011-11-30 | 1 | -1/+22 |
| | |||||
* | Fixed `ftpclient.createDir`. | dom96 | 2011-11-29 | 1 | -1/+4 |
| | |||||
* | old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 ↵ | Araq | 2011-11-29 | 1 | -4/+2 |
| | | | | liners (see examples/maximum.nim) | ||||
* | further steps to get rid of deprecated endOfFile and readLine | Araq | 2011-11-29 | 5 | -15/+26 |
| | |||||
* | compiler uses new 'readLine' | Araq | 2011-11-27 | 1 | -13/+13 |
| | |||||
* | bugfix: tester compiles again | Araq | 2011-11-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-11-26 | 1 | -1/+31 |
|\ | |||||
| * | New algorithm for locating and loading nimrod config files. | Zahary Karadjov | 2011-11-25 | 1 | -1/+31 |
| | | | | | | | | Some new options added to the compiler (see news.txt for details) | ||||
* | | deprecated endOfFile and readLine | Araq | 2011-11-25 | 1 | -2/+24 |
|/ | |||||
* | attempt to fix tunidecode test; GC cares for seq->openArray conversions | Araq | 2011-11-21 | 1 | -940/+969 |
| |