summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Hyperlinks each proc and explains it is like map.Grzegorz Adam Hankiewicz2013-01-091-2/+5
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-081-0/+6
|\
| * Merge pull request #296 from gradha/pr_makes_toseq_publicAraq2013-01-081-0/+6
| |\
| | * Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-031-0/+6
* | | make some tests greenAraq2013-01-081-1/+3
|/ /
* | fixes #293Araq2013-01-082-5/+5
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-265-170/+253
|\ \
| * | Fixed symbol conflict in the sockets module on Windows.Dominik Picheta2012-12-231-3/+2
| * | Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-234-76/+153
| * | Rewrote the implementation of parsing chunked transfer coding inDominik Picheta2012-12-232-59/+55
| * | recvLine now works with unbuffered ssl sockets.Dominik Picheta2012-12-221-33/+44
* | | small improvements for FFIAraq2012-12-261-1/+8
|/ /
* / Adds macosx dynamic library name for libiconv.Grzegorz Adam Hankiewicz2012-12-171-4/+11
|/
* Adds hyperlink to system module to explain TFileMode type.Grzegorz Adam Hankiewicz2012-12-111-1/+2
* Adds json usage example.Grzegorz Adam Hankiewicz2012-12-111-0/+17
* Documents json [] accesors, raises explicit exception.Grzegorz Adam Hankiewicz2012-12-111-2/+6
* Adds to split() a code example using a set of separators.Grzegorz Adam Hankiewicz2012-12-111-1/+18
* Fixes SSL implementation of sendAsync.Dominik Picheta2012-12-081-2/+2
* Fixes #268Dominik Picheta2012-12-083-18/+65
* compiler support for babelAraq2012-12-071-1/+13
* fixes #266Araq2012-12-051-3/+1
* disable SSLv2_method for ubuntuAraq2012-12-031-1/+4
* bugfix: 'not nil' and 'shared' typesAraq2012-12-021-0/+2
* Fixes error in httpclient.Dominik Picheta2012-12-021-1/+1
* Fixes SSL httpclient and problems with hidden path splitting in OS.Dominik Picheta2012-12-022-12/+22
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-015-88/+108
|\
| * Fixed IRC test.Dominik Picheta2012-12-011-5/+7
| * IRC module is now saner at the expense of a little API breakage.Dominik Picheta2012-12-015-93/+111
* | implements 'export' featureAraq2012-12-011-0/+5
|/
* sockets: proper bugfix for solarisAraq2012-11-221-1/+1
* bugfix: sockets with SSL supportAraq2012-11-201-4/+5
* sockets.nim: bugfix for solarisAraq2012-11-201-0/+2
* docs should build under doc2; unittests of times.nim compile under 32bit; sma...Araq2012-11-201-5/+7
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-181-1/+2
|\
| * Fixes bug in scgi module: client socket was not initialised properly.Dominik Picheta2012-11-181-1/+2
* | annotated effects of modules: os, sockets, timesAraq2012-11-184-100/+142
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-181-7/+25
|\
| * Async fixes for IRC module.Dominik Picheta2012-11-181-6/+13
| * Fixed a bug relating to changing nicknames and message origin in the IRC module.Dominik Picheta2012-11-171-1/+12
* | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-182-23/+27
|/
* made some tests greenAraq2012-11-071-1/+3
* Many doc improvements. Changed Threads.joinThreads' param's type to varargs.Dominik Picheta2012-11-045-41/+57
* nimbuild should work againAraq2012-11-011-3/+3
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-0/+3
* Redis fixed to use unbuffered sockets.Dominik Picheta2012-10-211-1/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-101-15/+54
|\
| * Fixes segfault in db_sqlite. Fixes problems with times.format.Dominik Picheta2012-10-071-15/+54
* | first version of a memory profilerAraq2012-10-101-25/+44
|/
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-042-7/+6
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-031-1/+1