Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | browsers module should compile on windows again | Araq | 2012-03-10 | 1 | -1/+8 |
| | |||||
* | unit test for #100 | Zahary Karadjov | 2012-03-10 | 1 | -4/+7 |
| | | | | | unittest: the check macro will print only the non-literal part of the checked expression tests/run: added tunittests.nim as a single central executable where unittests could be added for quicker compilation/execution of the test suite | ||||
* | win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵ | Araq | 2012-03-04 | 3 | -86/+249 |
| | | | | wide char versions of the WinAPI | ||||
* | exported strutils.abbrev | Araq | 2012-02-24 | 3 | -15/+14 |
| | |||||
* | In the IRC module the socket is now closed when EvDisconnected event is created. | dom96 | 2012-02-20 | 1 | -1/+14 |
| | |||||
* | added matchers.parseInt | Araq | 2012-02-20 | 1 | -2/+2 |
| | |||||
* | added system.setControlCHook, system.writeStackTrace | Araq | 2012-02-19 | 1 | -1/+2 |
| | |||||
* | bugfix: semfold supports merging of '&' | Araq | 2012-02-19 | 2 | -2/+19 |
| | |||||
* | recvLineAsync for non-blocking sockets implemented, as well as recvLine for ↵ | dom96 | 2012-02-18 | 5 | -10/+83 |
| | | | | asyncio async sockets. Fixed removeDir on windows. | ||||
* | Optimization for the times module; changed let to const. | dom96 | 2012-02-17 | 1 | -5/+5 |
| | |||||
* | 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 |
| |