Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed math.round, added math.ceil and fixed times.format. | Dominik Picheta | 2012-06-04 | 3 | -3/+5 |
| | |||||
* | fix compilation errors when bootstrapping with C++ | Zahary Karadjov | 2012-06-04 | 6 | -25/+41 |
| | |||||
* | Sockets are now buffered and have ssl support through openssl. | Dominik Picheta | 2012-06-03 | 6 | -122/+479 |
| | |||||
* | codegen for C++ exceptions | Zahary Karadjov | 2012-06-03 | 3 | -65/+80 |
| | |||||
* | bugfix: finally blocks were not executed when the except block is exited by ↵ | Zahary Karadjov | 2012-06-03 | 3 | -13/+87 |
| | | | | raise or return | ||||
* | attempt to fix nimbuild | Zahary Karadjov | 2012-06-02 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-06-02 | 31 | -114/+459 |
|\ | |||||
| * | bugfix: RST parser: URLs properly parsed | Araq | 2012-06-01 | 2 | -1/+9 |
| | | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-05-31 | 2 | -5/+6 |
| |\ | |||||
| | * | Fixed times.format handling of month numbers. | Dominik Picheta | 2012-05-30 | 1 | -2/+2 |
| | | | |||||
| | * | Marshal now works with nil strings. Timezone and tzname vars are not public ↵ | Dominik Picheta | 2012-05-30 | 2 | -3/+4 |
| | | | | | | | | | | | | any more in the times module. | ||||
| * | | niminst: use 'set -e'; failing to copy docs and data is no installation error | Araq | 2012-05-31 | 4 | -18/+28 |
| |/ | |||||
| * | fixes #127 | Araq | 2012-05-30 | 3 | -6/+30 |
| | | |||||
| * | '+=' etc for all floating point types | Araq | 2012-05-29 | 6 | -13/+21 |
| | | |||||
| * | made tsequtils green again | Araq | 2012-05-28 | 5 | -8/+45 |
| | | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-05-27 | 1 | -2/+2 |
| |\ | |||||
| | * | Fixed times.format | Dominik Picheta | 2012-05-27 | 1 | -2/+2 |
| | | | |||||
| * | | bugfix: UFCS for templates (ttempl3.nim enhanced) | Araq | 2012-05-27 | 3 | -10/+27 |
| | | | |||||
| * | | bugfix: field names of tuples are treated consistently in the C backend | Araq | 2012-05-27 | 5 | -25/+39 |
| |/ | |||||
| * | Fixed times on non-posix operating systems. | Dominik Picheta | 2012-05-26 | 1 | -5/+5 |
| | | |||||
| * | Added timezone handling and functions for adding and subtracting time to the ↵ | Dominik Picheta | 2012-05-26 | 2 | -12/+165 |
| | | | | | | | | | | | | times module. Added insert for strings to the system module. | ||||
| * | added system.||; lacks runtime support | Araq | 2012-05-23 | 12 | -9/+60 |
| | | |||||
| * | TInteger vs TOrdinal | Araq | 2012-05-22 | 1 | -1/+5 |
| | | |||||
| * | fixes a long standing bug concerning assignment of case objects | Araq | 2012-05-22 | 2 | -4/+10 |
| | | |||||
| * | todo.txt changes | Araq | 2012-05-20 | 1 | -4/+2 |
| | | |||||
| * | added another system.getStackTrace | Araq | 2012-05-20 | 2 | -0/+14 |
| | | |||||
* | | Added system.staticExec proc for executing external command at compile-time | Zahary Karadjov | 2012-06-02 | 13 | -39/+83 |
| | | |||||
* | | codegen for user-defined destructors | Zahary Karadjov | 2012-05-25 | 4 | -2/+87 |
| | | |||||
* | | optional indentation for case statements | Zahary Karadjov | 2012-05-23 | 1 | -3/+22 |
| | | | | | | | | | | - preliminary support for try expressions and case expressions - allow do forms in assignments and return statements | ||||
* | | stand-alone except and finally blocks | Zahary Karadjov | 2012-05-23 | 4 | -30/+69 |
|/ | | | | This is equivalent to the on-error and at-scope-exit operators in other languages | ||||
* | Fixes for embeddable devices (--os:standalone) | dom96 | 2012-05-20 | 1 | -8/+8 |
| | |||||
* | fixes #113 | Araq | 2012-05-20 | 3 | -16/+22 |
| | |||||
* | fixes #114 | Araq | 2012-05-20 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-05-20 | 7 | -10/+547 |
|\ | |||||
| * | The httpserver now grabs the IP address of the client. RST gen fix for smileys. | dom96 | 2012-05-16 | 2 | -2/+5 |
| | | |||||
| * | Fixed a bug in times and finished its docs. Added mimetypes module and added ↵ | dom96 | 2012-05-13 | 5 | -8/+542 |
| | | | | | | | | the uri module to the doc gen. Fixed a bug in the cookies module. | ||||
* | | fixes #109 | Araq | 2012-05-20 | 9 | -16/+95 |
|/ | |||||
* | fixes #103 | Araq | 2012-05-11 | 1 | -2/+3 |
| | |||||
* | made tests green again | Araq | 2012-05-11 | 2 | -3/+3 |
| | |||||
* | thoughts about 'continue/break' bug | Araq | 2012-05-10 | 2 | -0/+5 |
| | |||||
* | fixes #111; however may introduce other problems | Araq | 2012-05-10 | 1 | -1/+6 |
| | |||||
* | added thexlit test | Araq | 2012-05-09 | 1 | -0/+12 |
| | |||||
* | markdown improvements | Araq | 2012-05-09 | 3 | -9/+10 |
| | |||||
* | implemented markdown styled code-blocks | Araq | 2012-05-09 | 1 | -2/+35 |
| | |||||
* | rst parser: removed index handling | Araq | 2012-05-09 | 1 | -113/+1 |
| | |||||
* | bugfix: strutils.formatFloat | Araq | 2012-05-09 | 2 | -7/+3 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-05-09 | 3 | -13/+102 |
|\ | |||||
| * | Removed echos from uri module. | Dominik Picheta | 2012-05-07 | 1 | -2/+0 |
| | | |||||
| * | Added uri module. | dom96 | 2012-05-06 | 1 | -0/+35 |
| | | |||||
| * | The httpserver module now supports POST requests. Fix for captureBetween in ↵ | dom96 | 2012-05-06 | 2 | -13/+69 |
| | | | | | | | | the parseutils module. |