Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented 'static'; macros do not work anymore | Araq | 2012-03-15 | 1 | -10/+10 |
| | |||||
* | first steps for cleaner static/const distinction | Araq | 2012-03-13 | 2 | -7/+8 |
| | |||||
* | browsers module should compile on windows again | Araq | 2012-03-10 | 1 | -1/+8 |
| | |||||
* | unit test for #100 | Zahary Karadjov | 2012-03-10 | 2 | -5/+13 |
| | | | | | 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 | 6 | -153/+701 |
| | | | | wide char versions of the WinAPI | ||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-02-28 | 1 | -1/+1 |
|\ | |||||
| * | Fixed misspelling in lib/core/macros.nim | Dominik Picheta | 2012-02-25 | 1 | -1/+1 |
| | | |||||
* | | prepared niminst for win64 target | Araq | 2012-02-28 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-02-24 | 2 | -1/+26 |
|\ | |||||
| * | helper templates static, eval and emit for easier compile-time code evaluation | Zahary Karadjov | 2012-02-24 | 2 | -1/+26 |
| | | |||||
* | | 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 | 4 | -2/+17 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-02-17 | 1 | -0/+13 |
|\ | |||||
| * | 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. | ||||
* | | bugfix: optimization of complex constant string concatenations | Araq | 2012-02-17 | 1 | -1/+1 |
|/ | |||||
* | pcre_info has been dropped; ↵ | Dominik Picheta | 2012-02-12 | 1 | -2/+0 |
| | | | | http://www.exim.org/lurker/message/20111223.121857.2da547e0.fr.html | ||||
* | Added set_visible_window to gtk2 | Dominik Picheta | 2012-02-12 | 1 | -0/+3 |
| | |||||
* | Removed ambiguity in gtk2.nim | dom96 | 2012-02-11 | 1 | -5/+0 |
| | |||||
* | `do' keyword in the grammar for lambda blocks | Zahary Karadjov | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | fixes tests for 'system.shallow' | Araq | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | fixes tests for 'system.shallow' | Araq | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | added 'system.shallow' | Araq | 2012-02-09 | 1 | -2/+2 |
| | |||||
* | added 'system.shallow' | Araq | 2012-02-09 | 4 | -62/+58 |
| | |||||
* | 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 |
| | |||||
* | further steps for closure support; added 'system.rawProc', 'system.rawEnv' | Araq | 2012-02-08 | 1 | -0/+14 |
| | |||||
* | further steps for closure support | Araq | 2012-02-06 | 1 | -5/+3 |
| | |||||
* | further steps to closure support | Araq | 2012-02-06 | 1 | -0/+3 |
| | |||||
* | closure implementation: first steps | Araq | 2012-02-04 | 1 | -0/+18 |
| | |||||
* | bugfix: reprEnum | Araq | 2012-02-02 | 1 | -0/+2 |
| | |||||
* | bugfix: threading on PowerPC | Araq | 2012-02-02 | 1 | -3/+16 |
| | |||||
* | optimized parseurl module a bit | Araq | 2012-02-01 | 1 | -33/+45 |
| | |||||
* | tlsEmulation:on for windows/GCC | Araq | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | implemented/fixed #92 | Araq | 2012-01-29 | 1 | -0/+32 |
| | |||||
* | --tlsEmulation:on works in debug mode again | Araq | 2012-01-29 | 1 | -0/+2 |
| | |||||
* | sysasserts leaner again | Araq | 2012-01-29 | 1 | -7/+1 |
| | |||||
* | fixes #89 | Araq | 2012-01-29 | 1 | -3/+7 |
| | |||||
* | fixed #96 as good as technically possible (debug frames are allocated on the ↵ | Araq | 2012-01-29 | 2 | -6/+6 |
| | | | | C stack) | ||||
* | removed conflict in system.nim | Araq | 2012-01-28 | 9 | -216/+846 |
|\ | |||||
| * | 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 |
| | | |