Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | charsets is never used | flaviut | 2014-04-19 | 1 | -49/+0 | |
| | * | | | | | | | Delete dead file | flaviut | 2014-04-19 | 2 | -20/+0 | |
| | | |_|_|_|/ / | | |/| | | | | | ||||||
* | | | | | | | | version 0.9.4 | Araq | 2014-04-21 | 3 | -22/+22 | |
* | | | | | | | | manual.txt updates | Araq | 2014-04-21 | 1 | -7/+44 | |
* | | | | | | | | fixes #847 | Araq | 2014-04-21 | 1 | -2/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | fixes DLL generation | Araq | 2014-04-21 | 7 | -49/+56 | |
* | | | | | | | updated news.txt | Araq | 2014-04-21 | 1 | -2/+18 | |
* | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Tester now ignores deprecation warnings. | Dominik Picheta | 2014-04-21 | 1 | -2/+2 | |
* | | | | | | | doc2 likes future.nim now | Araq | 2014-04-21 | 2 | -6/+4 | |
* | | | | | | | some progress for #1082 | Araq | 2014-04-21 | 2 | -5/+11 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 13 | -63/+373 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fixes #1119. | Dominik Picheta | 2014-04-20 | 1 | -0/+1 | |
| * | | | | | | Merge pull request #1099 from Varriount/os/getFileInfo | Andreas Rumpf | 2014-04-20 | 3 | -20/+256 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added tests for getFileInfo proc. | Clay Sweetser | 2014-04-16 | 1 | -0/+93 | |
| | * | | | | | | 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 | |
| * | | | | | | | Merge pull request #1097 from gradha/pr_avoid_idetools_crash | Andreas Rumpf | 2014-04-20 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Avoids idetools crash on nil parameters. | Grzegorz Adam Hankiewicz | 2014-04-15 | 1 | -0/+1 | |
| * | | | | | | | | Merge pull request #1107 from ReneSac/devel | Andreas Rumpf | 2014-04-20 | 1 | -20/+54 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Referential data types may need to be declared. | ReneSac | 2014-04-19 | 1 | -6/+7 | |
| | * | | | | | | | | Additions and clarifications to tutorial 1. | ReneSac | 2014-04-17 | 1 | -21/+54 | |
| * | | | | | | | | | Merge pull request #1123 from flaviut/bug1110 | Andreas Rumpf | 2014-04-20 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Document vmgen.nim a bit | flaviut | 2014-04-20 | 1 | -0/+10 | |
| * | | | | | | | | | | Merge pull request #1124 from EXetoC/spawn-arg-check | Andreas Rumpf | 2014-04-20 | 2 | -1/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Add test for bad spawn argument. | EXetoC | 2014-04-20 | 1 | -0/+7 | |
| | * | | | | | | | | | | Fix spawn ICE on invalid argument. | EXetoC | 2014-04-20 | 1 | -1/+1 | |
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Revert 4b09baa0a and 33fcd1123. | Dominik Picheta | 2014-04-20 | 1 | -4/+2 | |
| * | | | | | | | | | | Fixed docs in future module. | Dominik Picheta | 2014-04-20 | 1 | -2/+2 | |
| * | | | | | | | | | | Param name and type combos now work in type sig. sugar. | Dominik Picheta | 2014-04-20 | 2 | -6/+13 | |
| * | | | | | | | | | | Fixes #1093. | Dominik Picheta | 2014-04-20 | 3 | -10/+26 | |
* | | | | | | | | | | | attempt to make some tests green | Araq | 2014-04-21 | 4 | -16/+12 | |
* | | | | | | | | | | | fixes #1085 | Araq | 2014-04-21 | 2 | -2/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | spawn has a chance of working on posix | Araq | 2014-04-20 | 1 | -4/+14 | |
* | | | | | | | | | | reintroduce thread analysis but disable it for backwards compatibility | Araq | 2014-04-20 | 7 | -17/+26 | |
* | | | | | | | | | | fixes bootstrapping | Araq | 2014-04-20 | 2 | -2/+3 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 6 | -171/+458 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge pull request #1076 from runvnc/redis_pipeline | Dominik Picheta | 2014-04-20 | 1 | -169/+299 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Use enum | Jason Livesay | 2014-04-20 | 1 | -11/+14 | |
| | * | | | | | | | | | delete extra statement from debugging | Jason Livesay | 2014-04-17 | 1 | -1/+0 | |
| | * | | | | | | | | | Allow QUEUED reply only if pipelined; don't return status replies from flushP... | Jason Livesay | 2014-04-17 | 1 | -91/+95 | |
| | * | | | | | | | | | delete echo statements used for debugging | Jason Livesay | 2014-04-10 | 1 | -2/+0 | |
| | * | | | | | | | | | factor per comments | Jason Livesay | 2014-04-10 | 1 | -143/+155 | |
| | * | | | | | | | | | Don't need ref string; use PPipeline instead of ref TPipeline | Jason Livesay | 2014-04-10 | 1 | -77/+77 | |
| | * | | | | | | | | | Redis: optional pipelining and better tested transactions | Jason Livesay | 2014-04-09 | 1 | -119/+233 | |
| | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Remove echo from => macro and fix tclosuremacro test. | Dominik Picheta | 2014-04-20 | 2 | -22/+22 | |
| * | | | | | | | | | Added new future module with a closure macro. | Dominik Picheta | 2014-04-20 | 4 | -1/+158 |