Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release of 0.10.2 | Araq | 2014-12-29 | 4 | -49/+34 |
| | |||||
* | strutils.rfind via char | dyu | 2014-12-19 | 1 | -0/+4 |
| | |||||
* | fixes #1352 | Araq | 2014-12-14 | 1 | -2/+14 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -0/+21 |
|\ | | | | | | | | | Conflicts: lib/pure/osproc.nim | ||||
| * | Added test case | Simon Krauter | 2014-11-03 | 1 | -0/+21 |
| | | |||||
* | | further adaptations | Araq | 2014-08-29 | 6 | -15/+15 |
|/ | |||||
* | Remove unnecessary import | Simon Jakobi | 2014-07-19 | 1 | -1/+0 |
| | |||||
* | Merge pull request #1099 from Varriount/os/getFileInfo | Andreas Rumpf | 2014-04-20 | 1 | -0/+93 |
|\ | | | | | Added os.getFileInfo procedure. | ||||
| * | Added tests for getFileInfo proc. | Clay Sweetser | 2014-04-16 | 1 | -0/+93 |
| | | |||||
* | | Tester now appreciates the test target. Modified 'cmd' in specs. | Dominik Picheta | 2014-04-16 | 1 | -1/+1 |
|/ | |||||
* | Fixes docgen. | Dominik Picheta | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Add checks for invalid socket when creating sockets. | Dominik Picheta | 2014-04-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-27 | 2 | -0/+17 |
|\ | |||||
| * | Merge pull request #1032 from barcharcraz/lowerBound | Varriount | 2014-03-27 | 1 | -0/+3 |
| |\ | | | | | | | Added lowerBound function to the stdlib | ||||
| | * | added lowerBound function to algorithm library | Charlie Barto | 2014-03-23 | 1 | -0/+3 |
| | | | |||||
| * | | Calling randomize() again within 1 second will now provide a different seed | Jason Livesay | 2014-03-26 | 1 | -0/+14 |
| |/ | |||||
* / | made some tests green | Araq | 2014-03-27 | 1 | -16/+0 |
|/ | |||||
* | make some tests green | Zahary Karadjov | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | fix some trivial errors in the test suite and some more regressions caused ↵ | Zahary Karadjov | 2014-02-18 | 1 | -1/+1 |
| | | | | by tyTypeDesc[tyNone] | ||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 4 | -13/+13 |
| | | | | empty blocks. | ||||
* | moved the tests for TSet to the correct place | Simon Hafner | 2014-02-09 | 1 | -0/+15 |
| | |||||
* | removed unittest from talgorithm | Simon Hafner | 2014-02-06 | 1 | -12/+6 |
| | |||||
* | product more robust against empty input | Simon Hafner | 2014-01-30 | 1 | -0/+5 |
| | |||||
* | added Cartesian product | Simon Hafner | 2014-01-30 | 1 | -0/+9 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 36 | -0/+3027 |