summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-243-13/+21
* 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-1811-144/+219
|/
* added system.finished for first class iteratorsAraq2012-11-171-0/+6
* bugfix: stack traces; first class iterators almost workingAraq2012-11-152-12/+24
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-112-0/+33
|\
| * fixed a typoZahary Karadjov2012-11-111-1/+1
| * AST quasi-quoting for macrosZahary Karadjov2012-11-112-0/+33
* | implemented 'tags' pragmaAraq2012-11-111-0/+10
|/
* made some tests greenAraq2012-11-071-1/+3
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-056-42/+58
|\
| * Many doc improvements. Changed Threads.joinThreads' param's type to varargs.Dominik Picheta2012-11-046-42/+58
* | system.onRaise improvementsAraq2012-11-052-4/+7
* | added system.onRaise to support a condition systemAraq2012-11-052-2/+13
|/
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-1/+2
* nimbuild should work againAraq2012-11-012-4/+3
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-302-0/+5
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-241-1/+1
|\
| * Redis fixed to use unbuffered sockets.Dominik Picheta2012-10-211-1/+1
* | caas barely works nowAraq2012-10-241-1/+2
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-203-31/+32
|\
| * Merge pull request #228 from gradha/stringify_db_sqlite_varargsAraq2012-10-203-31/+32
| |\
| | * Adds `$` as supplied proc to varargs in database modules.Grzegorz Adam Hankiewicz2012-10-203-31/+32
* | | bugfix: typo in unsigned.nim; fixes #234Araq2012-10-202-1/+2
|/ /
* | fixes #232Araq2012-10-191-0/+4
* | try version 1.0.0 for opensslAraq2012-10-191-1/+1
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-191-8/+8
|\|
| * make glU* types unsigned, *int types are in32Billingsly Wetherfordshire2012-10-141-8/+8
* | fixed a serious code generation bug leading to wrong RTTIAraq2012-10-195-21/+60
|/
* Merge pull request #222 from fowlmouth/patch-2Araq2012-10-131-60/+60
|\
| * opengl fixBillingsly Wetherfordshire2012-10-121-60/+60
* | Added CAS to system/atomics.nimYury Benesh2012-10-131-0/+34
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-121-0/+122
|\
| * Wrapped GtkInfoBar, GtkComboBox and GtkComboBoxTextDominik Picheta2012-10-111-0/+122
* | allow 'mixin' in genericsAraq2012-10-122-6/+12
|/
* bugfix: leak in db_sqlite.GetValueAraq2012-10-101-3/+5
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-102-17/+58
|\
| * Fixes segfault in db_sqlite. Fixes problems with times.format.Dominik Picheta2012-10-072-17/+58
* | first version of a memory profilerAraq2012-10-104-54/+99
* | better extension loading for the OpenGL wrapperAraq2012-10-091-4/+15
|/
* attempt to fix #183Araq2012-10-061-3/+7
* fixes #120Zahary Karadjov2012-10-042-7/+4
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-044-9/+8
* fixes #213Araq2012-10-041-2/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-033-348/+347
|\