summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* browsers module should compile on windows againAraq2012-03-101-1/+8
* unit test for #100Zahary Karadjov2012-03-102-5/+13
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-046-153/+701
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-281-1/+1
|\
| * Fixed misspelling in lib/core/macros.nimDominik Picheta2012-02-251-1/+1
* | prepared niminst for win64 targetAraq2012-02-281-1/+1
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-242-1/+26
|\
| * helper templates static, eval and emit for easier compile-time code evaluationZahary Karadjov2012-02-242-1/+26
* | exported strutils.abbrevAraq2012-02-243-15/+14
|/
* In the IRC module the socket is now closed when EvDisconnected event is created.dom962012-02-201-1/+14
* added matchers.parseIntAraq2012-02-201-2/+2
* added system.setControlCHook, system.writeStackTraceAraq2012-02-194-2/+17
* bugfix: semfold supports merging of '&'Araq2012-02-192-2/+19
* recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...dom962012-02-185-10/+83
* Optimization for the times module; changed let to const.dom962012-02-171-5/+5
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-171-0/+13
|\
| * niminst is now able to create build files for debhelper so that .deb packages...dom962012-02-161-0/+13
* | bugfix: optimization of complex constant string concatenationsAraq2012-02-171-1/+1
|/
* pcre_info has been dropped; http://www.exim.org/lurker/message/20111223.12185...Dominik Picheta2012-02-121-2/+0
* Added set_visible_window to gtk2Dominik Picheta2012-02-121-0/+3
* Removed ambiguity in gtk2.nimdom962012-02-111-5/+0
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-1/+1
* fixes tests for 'system.shallow'Araq2012-02-101-2/+2
* fixes tests for 'system.shallow'Araq2012-02-101-1/+1
* added 'system.shallow'Araq2012-02-091-2/+2
* added 'system.shallow'Araq2012-02-094-62/+58
* little fixes for 0.8.14 releaseAraq2012-02-091-1/+12
* version 0.8.14Araq2012-02-091-1/+1
* further steps for closure support; added 'system.rawProc', 'system.rawEnv'Araq2012-02-081-0/+14
* further steps for closure supportAraq2012-02-061-5/+3
* further steps to closure supportAraq2012-02-061-0/+3
* closure implementation: first stepsAraq2012-02-041-0/+18
* bugfix: reprEnumAraq2012-02-021-0/+2
* bugfix: threading on PowerPCAraq2012-02-021-3/+16
* optimized parseurl module a bitAraq2012-02-011-33/+45
* tlsEmulation:on for windows/GCCAraq2012-01-291-1/+1
* implemented/fixed #92Araq2012-01-291-0/+32
* --tlsEmulation:on works in debug mode againAraq2012-01-291-0/+2
* sysasserts leaner againAraq2012-01-291-7/+1
* fixes #89Araq2012-01-291-3/+7
* fixed #96 as good as technically possible (debug frames are allocated on the ...Araq2012-01-292-6/+6
* removed conflict in system.nimAraq2012-01-289-216/+846
|\
| * ftpclient fixes for windows.dom962012-01-281-10/+14
| * Fixed windows os.nim issue that was recently introduced.dom962012-01-271-1/+1
| * Merge pull request #97 from ddlsmurf/fixes_macosxAraq2012-01-222-17/+23
| |\
| | * Less likely to overload struct timevalEric Doughty-Papassideris2012-01-211-16/+12
| | * On Mac OS X 10.5, realpath does not allocate the buffer on its ownEric Doughty-Papassideris2012-01-211-0/+10
| | * MSG_NOSIGNAL not defined on mac os xEric Doughty-Papassideris2012-01-211-1/+1
| * | Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...dom962012-01-228-189/+809
| |/
* / pragma on/off improvements; endb rewrittenAraq2012-01-2810-137/+389
|/