Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed _get_osfhandle declaration. | Clay Sweetser | 2014-04-16 | 1 | -1/+1 |
* | Allowed getFileInfo to accept TFile objects. | Clay Sweetser | 2014-04-16 | 1 | -1/+4 |
* | Completed Linux/Posix implementation of getFileInfo | Clay Sweetser | 2014-04-16 | 2 | -23/+44 |
* | Added Posix implementation of getFileInfo, organized code. | Clay Sweetser | 2014-04-16 | 1 | -31/+66 |
* | Added Windows implementation of getFileInfo procedures | Clay Sweetser | 2014-04-16 | 2 | -20/+104 |
* | Fixes docgen. | Dominik Picheta | 2014-04-15 | 3 | -3/+3 |
* | Merge pull request #1098 from gradha/pr_fixes_debugger_typo | Simon Hafner | 2014-04-15 | 1 | -1/+1 |
|\ | |||||
| * | Fixes typo to be able to use debugger. | Grzegorz Adam Hankiewicz | 2014-04-15 | 1 | -1/+1 |
|/ | |||||
* | Fixes #1005 | Dominik Picheta | 2014-04-15 | 2 | -5/+13 |
* | Add checks for invalid socket when creating sockets. | Dominik Picheta | 2014-04-15 | 7 | -0/+9 |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-13 | 5 | -5/+130 |
|\ | |||||
| * | Merge pull request #1084 from gradha/pr_adds_sequtils_split | Simon Hafner | 2014-04-13 | 1 | -0/+91 |
| |\ | |||||
| | * | Renames split to distribute. Refs #1084. | Grzegorz Adam Hankiewicz | 2014-04-13 | 1 | -28/+29 |
| | * | Adds generic split proc to sequtils. | Grzegorz Adam Hankiewicz | 2014-04-11 | 1 | -0/+90 |
| * | | Implemented buffering for asynchronous sockets. | Dominik Picheta | 2014-04-13 | 3 | -4/+38 |
| * | | Merge pull request #1079 from flaviut/kochcleanfix | Andreas Rumpf | 2014-04-13 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Koch deletes the .gitignore while cleaning | flaviut | 2014-04-10 | 1 | -1/+1 |
| | |/ | |||||
* | / | implemented 'R ptr T' syntax | Araq | 2014-04-13 | 4 | -11/+17 |
|/ / | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Andreas Rumpf | 2014-04-13 | 10 | -91/+319 |
|\ \ | |||||
| * | | Rewrote sentence about Babel in lib.txt. | Dominik Picheta | 2014-04-12 | 1 | -4/+5 |
| * | | Implemented babel package list in lib.html. | Dominik Picheta | 2014-04-12 | 3 | -0/+109 |
| * | | Adds split proc for strings with a string separator. | Dominik Picheta | 2014-04-11 | 1 | -0/+20 |
| * | | JS: Fixes math and streams module and implements json. | Dominik Picheta | 2014-04-11 | 3 | -61/+134 |
| * | | Fixes problems with JS code gen. | Dominik Picheta | 2014-04-11 | 3 | -26/+51 |
* | | | fixes for asynchttpserver | Andreas Rumpf | 2014-04-13 | 3 | -8/+15 |
* | | | added mget for TSet | Andreas Rumpf | 2014-04-13 | 1 | -0/+9 |
* | | | added 'hash' for set[T]' | Andreas Rumpf | 2014-04-13 | 1 | -0/+4 |
* | | | fixes '==' for TTTable | Andreas Rumpf | 2014-04-13 | 1 | -1/+1 |
* | | | fixes '==' for TTTable | Andreas Rumpf | 2014-04-13 | 1 | -1/+7 |
* | | | -d:useFFI is obsolete | Andreas Rumpf | 2014-04-13 | 1 | -1/+0 |
* | | | fixed a typo | Andreas Rumpf | 2014-04-13 | 1 | -1/+1 |
|/ / | |||||
* | | resolved conflict | Andreas Rumpf | 2014-04-10 | 871 | -14095/+33217 |
|\| | |||||
| * | deleted & purged dlls | Simon Hafner | 2014-04-09 | 0 | -0/+0 |
| * | Merge pull request #1075 from flaviut/inlinedocs | Andreas Rumpf | 2014-04-09 | 71 | -15/+2521 |
| |\ | |||||
| | * | Fix typos in system.nim | flaviut | 2014-04-08 | 1 | -12/+12 |
| | * | `Concatenates` was misspelled | flaviut | 2014-04-08 | 1 | -6/+6 |
| | * | Code example for `clamp` | flaviut | 2014-04-08 | 1 | -1/+5 |
| | * | Document inplace string appending | flaviut | 2014-04-08 | 1 | -0/+14 |
| | * | Code examples for string concatination | flaviut | 2014-04-08 | 1 | -1/+16 |
| | * | Code docs for `contains`, `in`, `is`, and `of` | flaviut | 2014-04-08 | 1 | -1/+35 |
| | * | Inline docs for sequence appending | flaviut | 2014-04-08 | 1 | -0/+23 |
| * | | refined and documented regionized pointers | Araq | 2014-04-09 | 4 | -18/+71 |
| * | | fixes bootstrapping | Araq | 2014-04-09 | 2 | -5/+10 |
| * | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-09 | 3 | -20/+38 |
| |\ \ | |||||
| | * \ | Merge pull request #901 from reactormonk/seq_toString | Andreas Rumpf | 2014-04-09 | 2 | -18/+34 |
| | |\ \ | |||||
| | | * | | added `$` for arrays | Simon Hafner | 2014-03-31 | 2 | -15/+19 |
| | | * | | Merge branch 'devel' of github.com:Araq/Nimrod into seq_toString | Simon Hafner | 2014-03-31 | 215 | -4514/+9076 |
| | | |\ \ | |||||
| | | * | | | removed `$` for openarray, was commented out | Simon Hafner | 2014-02-11 | 1 | -13/+0 |
| | | * | | | explicit firstElement for `$` in collections | Simon Hafner | 2014-02-11 | 2 | -4/+12 |
| | | * | | | Added `$` for seq | Simon Hafner | 2014-02-11 | 2 | -0/+17 |