summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* codegen for C++ exceptionsZahary Karadjov2012-06-033-65/+80
|
* bugfix: finally blocks were not executed when the except block is exited by ↵Zahary Karadjov2012-06-033-13/+87
| | | | raise or return
* attempt to fix nimbuildZahary Karadjov2012-06-021-1/+2
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-0231-114/+459
|\
| * bugfix: RST parser: URLs properly parsedAraq2012-06-012-1/+9
| |
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-312-5/+6
| |\
| | * Fixed times.format handling of month numbers.Dominik Picheta2012-05-301-2/+2
| | |
| | * Marshal now works with nil strings. Timezone and tzname vars are not public ↵Dominik Picheta2012-05-302-3/+4
| | | | | | | | | | | | any more in the times module.
| * | niminst: use 'set -e'; failing to copy docs and data is no installation errorAraq2012-05-314-18/+28
| |/
| * fixes #127Araq2012-05-303-6/+30
| |
| * '+=' etc for all floating point typesAraq2012-05-296-13/+21
| |
| * made tsequtils green againAraq2012-05-285-8/+45
| |
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-271-2/+2
| |\
| | * Fixed times.formatDominik Picheta2012-05-271-2/+2
| | |
| * | bugfix: UFCS for templates (ttempl3.nim enhanced)Araq2012-05-273-10/+27
| | |
| * | bugfix: field names of tuples are treated consistently in the C backendAraq2012-05-275-25/+39
| |/
| * Fixed times on non-posix operating systems.Dominik Picheta2012-05-261-5/+5
| |
| * Added timezone handling and functions for adding and subtracting time to the ↵Dominik Picheta2012-05-262-12/+165
| | | | | | | | | | | | times module. Added insert for strings to the system module.
| * added system.||; lacks runtime supportAraq2012-05-2312-9/+60
| |
| * TInteger vs TOrdinalAraq2012-05-221-1/+5
| |
| * fixes a long standing bug concerning assignment of case objectsAraq2012-05-222-4/+10
| |
| * todo.txt changesAraq2012-05-201-4/+2
| |
| * added another system.getStackTraceAraq2012-05-202-0/+14
| |
* | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-0213-39/+83
| |
* | codegen for user-defined destructorsZahary Karadjov2012-05-254-2/+87
| |
* | optional indentation for case statementsZahary Karadjov2012-05-231-3/+22
| | | | | | | | | | - preliminary support for try expressions and case expressions - allow do forms in assignments and return statements
* | stand-alone except and finally blocksZahary Karadjov2012-05-234-30/+69
|/ | | | This is equivalent to the on-error and at-scope-exit operators in other languages
* Fixes for embeddable devices (--os:standalone)dom962012-05-201-8/+8
|
* fixes #113Araq2012-05-203-16/+22
|
* fixes #114Araq2012-05-201-2/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-207-10/+547
|\
| * The httpserver now grabs the IP address of the client. RST gen fix for smileys.dom962012-05-162-2/+5
| |
| * Fixed a bug in times and finished its docs. Added mimetypes module and added ↵dom962012-05-135-8/+542
| | | | | | | | the uri module to the doc gen. Fixed a bug in the cookies module.
* | fixes #109Araq2012-05-209-16/+95
|/
* fixes #103Araq2012-05-111-2/+3
|
* made tests green againAraq2012-05-112-3/+3
|
* thoughts about 'continue/break' bugAraq2012-05-102-0/+5
|
* fixes #111; however may introduce other problemsAraq2012-05-101-1/+6
|
* added thexlit testAraq2012-05-091-0/+12
|
* markdown improvementsAraq2012-05-093-9/+10
|
* implemented markdown styled code-blocksAraq2012-05-091-2/+35
|
* rst parser: removed index handlingAraq2012-05-091-113/+1
|
* bugfix: strutils.formatFloatAraq2012-05-092-7/+3
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-093-13/+102
|\
| * Removed echos from uri module.Dominik Picheta2012-05-071-2/+0
| |
| * Added uri module.dom962012-05-061-0/+35
| |
| * The httpserver module now supports POST requests. Fix for captureBetween in ↵dom962012-05-062-13/+69
| | | | | | | | the parseutils module.
* | extracted documentation generatorAraq2012-05-0913-10202/+706
|/
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-0613-509/+744
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-051-0/+7
|\