summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modulesAraq2012-11-243-13/+21
|\ | | | | Documents NULL to "" db_* transformation and return values.
| * Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-243-13/+21
| |
* | sockets: proper bugfix for solarisAraq2012-11-221-1/+1
| |
* | Merge pull request #260 from exhu/masterAraq2012-11-211-0/+7
|\ \ | | | | | | base() proc for typeinfo module
| * | Added base() proc to typeinfo.Yury Benesh2012-11-211-0/+7
| | |
* | | added 2 necessary node kindsAraq2012-11-211-1/+4
|/ /
* | almost every pragma is allowed in a 'push' pragmaAraq2012-11-201-2/+2
| |
* | bugfix: sockets with SSL supportAraq2012-11-201-4/+5
| |
* | sockets.nim: bugfix for solarisAraq2012-11-201-0/+2
| |
* | fixes #256 (I hope)Araq2012-11-201-1/+1
| |
* | docs should build under doc2; unittests of times.nim compile under 32bit; ↵Araq2012-11-201-5/+7
| | | | | | | | small bugfix for the tester
* | doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-6/+11
| |
* | fixes #250Araq2012-11-195-15/+17
|/
* 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; ↵Araq2012-10-302-0/+5
| | | | first steps to an effect system
* 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 db_sqlite varargs.
| | * 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 fix
| * 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
|\