summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | C stack)
* 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
| |\ | | | | | | Fixes for macosx
| | * 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. ↵dom962012-01-226-188/+788
| |/ | | | | | | Added (de)allocCStringArray. Many async sockets fixes.
* / 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
|\ | | | | events.nim updates
| * 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
|\| | | | | Various changes around 'koch update'
| * Documentation comments + slight code modifications to zipfiles.nim.Amrykid2011-12-271-5/+3
| | | | | | | | Changes made to osproc.nim so it will compile.
| * 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 ↵Araq2011-12-231-2/+4
| | | | variables; os.nim does not rely on it anymore
* 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
|/ | | | | | 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 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 ↵Araq2011-11-291-4/+2
| | | | liners (see examples/maximum.nim)
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-295-15/+26
|
* compiler uses new 'readLine'Araq2011-11-271-13/+13
|
* bugfix: tester compiles againAraq2011-11-261-1/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-261-1/+31
|\
| * New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-1/+31
| | | | | | | | Some new options added to the compiler (see news.txt for details)
* | deprecated endOfFile and readLineAraq2011-11-251-2/+24
|/
* attempt to fix tunidecode test; GC cares for seq->openArray conversionsAraq2011-11-211-940/+969
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-202-2/+3
|\