summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* added 2 necessary node kindsAraq2012-11-213-2/+8
|
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-207-231/+259
|
* 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-202-6/+9
| | | | small bugfix for the tester
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-2014-75/+108
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-192-82/+66
|\
| * Merge pull request #253 from gradha/pr_reduce_todo_code_repetitionAraq2012-11-181-79/+63
| |\ | | | | | | Reduces code repetition through helper procs and templates.
| | * Reduces code repetition through helper procs and templates.Grzegorz Adam Hankiewicz2012-11-151-79/+63
| | |
| * | Merge pull request #252 from gradha/pr_correct_todo_object_inheritanceAraq2012-11-182-3/+3
| |\ \ | | | | | | | | Removes 'of TObject' to finalize objects not meant for inheritance.
| | * | Removes 'of TObject' to finalize objects not meant for inheritance.Grzegorz Adam Hankiewicz2012-11-152-3/+3
| | | |
* | | | fixes #250Araq2012-11-1911-22/+62
|/ / /
* | | 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-188-104/+151
|/ / /
* | | 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
| | | |
* | | | rebuilt C sourcesAraq2012-11-183-408/+8
| | | |
* | | | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-1816-161/+242
|/ / /
* | / added system.finished for first class iteratorsAraq2012-11-178-12/+55
| |/ |/|
* | next steps for first class iteratorsAraq2012-11-156-16/+75
| |
* | improvements for first class iteratorsAraq2012-11-153-6/+35
|/
* Merge pull request #249 from gradha/pr_improve_example_styleAraq2012-11-144-80/+69
|\ | | | | Improve examples' style
| * Reduces parenthesis usage for clearness.Grzegorz Adam Hankiewicz2012-11-131-22/+23
| |
| * Improves the style of some examples.Grzegorz Adam Hankiewicz2012-11-134-58/+46
| | | | | | | | | | | | | | * Compacts all imports in a single line. * Cleans whitespace before colons. * Uses cmd abbreviation for command line enums. * Replaces if/elif/else chain with case.
* | bugfix: stack traces; first class iterators almost workingAraq2012-11-1513-51/+186
| |
* | made some tests greenAraq2012-11-113-3/+4
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-118-14/+129
|\ \
| * | fixed a typoZahary Karadjov2012-11-111-1/+1
| | |
| * | AST quasi-quoting for macrosZahary Karadjov2012-11-118-14/+129
| |/
* / implemented 'tags' pragmaAraq2012-11-119-88/+193
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-094-6/+16
|\
| * Merge pull request #248 from gradha/pr_use_cfg_file_for_compilationAraq2012-11-084-6/+16
| |\ | | | | | | Replaces shell scripts with nimrod configuration files.
| | * Replaces shell scripts with nimrod configuration files.Grzegorz Adam Hankiewicz2012-11-084-6/+16
| |/ | | | | | | This should make compilation more cross platform friendly.
* / fixed the bugfix of #247Araq2012-11-091-1/+1
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-081-4/+87
|\
| * Merge pull request #245 from gradha/pr_improve_documentationAraq2012-11-081-4/+87
| |\ | | | | | | Adds to the tutorial some info about exception tracking.
| | * Updates docs about exceptions being on the stack/heap.Grzegorz Adam Hankiewicz2012-11-081-1/+2
| | |
| | * Adds to the tutorial some info about exception tracking.Grzegorz Adam Hankiewicz2012-11-081-3/+85
| | |
* | | fixes #247Araq2012-11-081-4/+1
| | |
* | | documented 'mixin' declarationAraq2012-11-084-7/+36
|/ /
* / made some tests greenAraq2012-11-074-4/+6
|/
* documented Nimrod's effects systemAraq2012-11-062-14/+107
|
* 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-053-114/+133
| |
* | added system.onRaise to support a condition systemAraq2012-11-057-36/+100
|/
* bugfixes for exception trackingAraq2012-11-042-4/+9
|