summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* 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-191-1/+2
* 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
* niminst is now able to create build files for debhelper so that .deb packages...dom962012-02-161-0/+13
* little fixes for 0.8.14 releaseAraq2012-02-091-1/+12
* version 0.8.14Araq2012-02-091-1/+1
* closure implementation: first stepsAraq2012-02-041-0/+18
* optimized parseurl module a bitAraq2012-02-011-33/+45
* fixed #96 as good as technically possible (debug frames are allocated on the ...Araq2012-01-291-2/+2
* removed conflict in system.nimAraq2012-01-287-215/+825
|\
| * 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-226-188/+788
| |/
* / pragma on/off improvements; endb rewrittenAraq2012-01-281-2/+4
|/
* bugfixes: tests are green againAraq2012-01-131-1/+1
* niminst: diverse improvements; fixes #80Araq2012-01-131-7/+39
* even more sys assertionsAraq2012-01-131-0/+3
* more sysasserts for allocator/gcAraq2012-01-121-4/+13
* year 2012 for most copyright headersAraq2012-01-0239-39/+39
* improved actors.syncAraq2011-12-311-2/+12
* GC: use simple balanced tree instead of AVL treeAraq2011-12-301-0/+302
* Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80Araq2011-12-291-16/+23
|\
| * Fixed the documentation for events.nim.Amrykid2011-12-291-16/+18
| * Added containsHandler to events.nimAmrykid2011-12-291-0/+5
* | Merge pull request #81 from Amrykid/masterAraq2011-12-271-4/+5
|\|
| * Documentation comments + slight code modifications to zipfiles.nim.Amrykid2011-12-271-5/+3
| * Allowed waitForExit to have a specified timeout. (osproc.nim)Amrykid2011-12-271-2/+5
* | added support for advanced substitution expressionsAraq2011-12-272-111/+501
|/
* bugfix: compiler errors for explicit initialization of thread local variables...Araq2011-12-231-2/+4
* bugfix: environment var caching is now thread safeAraq2011-12-221-3/+3
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-221-0/+10
|\
| * fixes #77dom962011-12-191-0/+10
* | code gen can generate code to keep alive stack rootsAraq2011-12-221-9/+34
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2011-12-111-8/+35
|\
| * fixes #71; sorry about the polling implementationAraq2011-12-051-8/+35
* | The test runner will print out encountered exceptionsZahary Karadjov2011-12-071-0/+4
* | New implementation for os.sameFile on WindowsZahary Karadjov2011-12-072-16/+35
|/
* fixes 70Araq2011-12-041-7/+7
* bugfixes for .rod files and visual C++Araq2011-12-031-2/+2
* Added a `chmod` function to the ftpclient module.dom962011-11-301-1/+22
* Fixed `ftpclient.createDir`.dom962011-11-291-1/+4
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-291-4/+2