summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Added babel's libs dir to Nimrod's path.
* 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
| | | | | | | | Added warnings for unstable APIs to modules that use AsyncIO.
* | 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; ↵Araq2012-11-201-5/+7
| | | | small bugfix for the tester
* 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; ↵Araq2012-10-301-0/+3
| | | | first steps to an effect system
* 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
| | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-031-1/+1
| | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat
* Fixes async scgi.Dominik Picheta2012-09-281-16/+17
|
* website improvements; better opengl wrapper (still broken)Araq2012-09-281-9/+12
|
* Added close() to async versions of scgi and httpserver.Dominik Picheta2012-09-232-2/+10
|
* Fixes sockets.recvFrom not setting length of data.Dominik Picheta2012-09-231-1/+2
|
* Ftpclient now fully works both synchronously and asynchronously.Dominik Picheta2012-09-223-164/+190
| | | | Fixed some deprecation doc messages. And some issues with asyncio.
* ftpclient fixed but causes an issue with the code generator andDominik Picheta2012-09-212-95/+194
| | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test.
* math.random(max: float) not available on windowsAraq2012-09-191-10/+15
|
* bugfix: 'defined/compiles' open an implicit mixin scope in genericsAraq2012-09-182-5/+7
|
* made tests green againAraq2012-09-181-1/+1
|
* stricter symbol lookup in genericsAraq2012-09-171-1/+1
|
* profiler improvementsAraq2012-09-171-30/+85
|
* profiler documentationAraq2012-09-151-2/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-151-76/+46
|\
| * [unittest] even deeper inspection of expressions and variables for the check ↵Zahary Karadjov2012-09-141-76/+46
| | | | | | | | macro
* | implemented a stack trace profilerAraq2012-09-151-0/+125
|/
* [unittest] the check macro will print the values of params involved in ↵Zahary Karadjov2012-09-131-183/+211
| | | | failed proc calls
* Fixes IRC module.Dominik Picheta2012-09-122-35/+61
|
* made more tests green; fixes #201Araq2012-09-122-2/+2
|