Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2597 from Araq/revert-2593-patch-1 | Andreas Rumpf | 2015-04-24 | 1 | -1/+0 |
|\ | | | | | Revert "New Editor (LiClipse)" | ||||
| * | Revert "New Editor (LiClipse)" | Andreas Rumpf | 2015-04-24 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #2593 from fabioz/patch-1 | Andreas Rumpf | 2015-04-24 | 1 | -0/+1 |
|\ | | | | | New Editor (LiClipse) | ||||
| * | New Editor (LiClipse) | Fabio Zadrozny | 2015-04-23 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #2571 from Araq/revert-2570-patch-3 | Andreas Rumpf | 2015-04-17 | 1 | -1/+1 |
|\ | | | | | Revert "Corrected code example in pegs" | ||||
| * | Revert "Corrected code example in pegs" | Andreas Rumpf | 2015-04-17 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2570 from apense/patch-3 | Andreas Rumpf | 2015-04-17 | 1 | -1/+1 |
|\ | | | | | Corrected code example in pegs | ||||
| * | Corrected code example in pegs | apense | 2015-04-17 | 1 | -1/+1 |
|/ | | | The code as `"var1=key; var2=key2".replacef(peg"{\ident}'='{\ident}", "$1<-$2$2")` just results in `$1<-$2$2; $1<-$2$2` | ||||
* | Merge pull request #2185 from eventualbuddha/patch-1 | Andreas Rumpf | 2015-02-21 | 1 | -1/+1 |
|\ | | | | | Fix a typo in "raises" annotation description. | ||||
| * | Fix a typo in "raises" annotation description. | Brian Donovan | 2015-02-20 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2080 from Araq/revert-2079-patch-2 | Dominik Picheta | 2015-02-06 | 1 | -1/+1 |
|\ | | | | | Revert "newRollingFileLogger - fmtStr is always set to defaultFmtStr" | ||||
| * | Revert "newRollingFileLogger - fmtStr is always set to defaultFmtStr" | Dominik Picheta | 2015-02-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2079 from h3rald/patch-2 | Dominik Picheta | 2015-02-06 | 1 | -1/+1 |
|\ | | | | | newRollingFileLogger - fmtStr is always set to defaultFmtStr | ||||
| * | newRollingFileLogger - fmtStr is always set to defaultFmtStr | Fabio Cevasco | 2015-02-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2040 from elpres/patch-1 | Andreas Rumpf | 2015-02-01 | 1 | -2/+3 |
|\ | | | | | Same types for chars as in zlib.h | ||||
| * | Fixed int to int32 | elpres | 2015-01-30 | 1 | -3/+3 |
| | | |||||
| * | Same types for chars as in zlib.h | elpres | 2015-01-30 | 1 | -2/+3 |
|/ | | | | | | | zlib sets the return value to -1 to communicate errors, which won't work if the parameter type is 'char'. Also, one routine was missing. Source: http://www.zlib.net/manual.html | ||||
* | Revert "Update sets.nim" | Dominik Picheta | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2015 from dumndummer/patch-1 | Dominik Picheta | 2015-01-27 | 1 | -1/+1 |
|\ | | | | | Update sets.nim | ||||
| * | Update sets.nim | dumndummer | 2015-01-27 | 1 | -1/+1 |
|/ | | | corrected misspelled word in doc comment | ||||
* | TSlice -> Slice in the tut1 | Simon Hafner | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | Merge branch 'devel' | Araq | 2014-12-29 | 624 | -20586/+28571 |
|\ | | | | | | | | | Conflicts: compiler/nversion.nim | ||||
| * | minor website update | Araq | 2014-12-29 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-29 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #1785 from gmpreussner/devel | Varriount | 2014-12-28 | 1 | -1/+1 |
| | |\ | | | | | | | | | Fixed tusertypeclasses test | ||||
| | | * | Fixed tusertypeclasses test | gmpreussner | 2014-12-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | release of 0.10.2 | Araq | 2014-12-29 | 12 | -259/+251 |
| |/ / | |||||
| * | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-28 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | macros.`$` can now turn a nnkSym into a string. | Dominik Picheta | 2014-12-28 | 1 | -0/+2 |
| | | | | |||||
| * | | | fixes a long standing openssl wrapper bug: pass C compliant allocation ↵ | Araq | 2014-12-28 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | functions to CRYPTO_set_mem_functions | ||||
| * | | | work around a regression caused by the new 'echo' implementation | Araq | 2014-12-28 | 1 | -1/+3 |
| |/ / | |||||
| * | | fixes #1708, fixes #871 | Araq | 2014-12-28 | 7 | -14/+67 |
| | | | |||||
| * | | minor improvements | Araq | 2014-12-28 | 2 | -4/+4 |
| | | | |||||
| * | | fixes #1781 | Araq | 2014-12-28 | 3 | -6/+27 |
| |/ | |||||
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-26 | 16 | -120/+267 |
| |\ | |||||
| | * | Fixes asynchttpsever. | Dominik Picheta | 2014-12-26 | 2 | -1/+5 |
| | | | |||||
| | * | Improved tasyncawait test. | Dominik Picheta | 2014-12-26 | 1 | -3/+1 |
| | | | |||||
| | * | Deprecated asyncio module. Fixed old tests. | Dominik Picheta | 2014-12-26 | 3 | -5/+12 |
| | | | |||||
| | * | Fixes #1745. | Dominik Picheta | 2014-12-26 | 2 | -26/+42 |
| | | | |||||
| | * | Improved release news entry. | Dominik Picheta | 2014-12-26 | 1 | -8/+61 |
| | | | |||||
| | * | More deprecation warning fixes (asyncdispatch, uri). | Dominik Picheta | 2014-12-26 | 2 | -16/+16 |
| | | | |||||
| | * | Fixes deprecation warnings in asynchttpserver. | Dominik Picheta | 2014-12-26 | 1 | -21/+21 |
| | | | |||||
| | * | Added more HTTP status codes to asynchttpserver. | Dominik Picheta | 2014-12-26 | 1 | -2/+29 |
| | | | |||||
| | * | Added warning to scgi module. | Dominik Picheta | 2014-12-26 | 1 | -0/+4 |
| | | | |||||
| | * | Deprecated the parseurl module. | Dominik Picheta | 2014-12-26 | 1 | -3/+5 |
| | | | |||||
| | * | Fix some deprecation warnings in the uri module. | Dominik Picheta | 2014-12-26 | 1 | -17/+17 |
| | | | |||||
| | * | Emphasises deprecation warning in sockets module. | Dominik Picheta | 2014-12-26 | 1 | -3/+4 |
| | | | |||||
| | * | Improved 0.10.2 changelog. | Dominik Picheta | 2014-12-26 | 1 | -2/+36 |
| | | | |||||
| | * | Renamed Babel to Nimble in lib.txt. | Dominik Picheta | 2014-12-26 | 2 | -11/+11 |
| | | | |||||
| | * | Fixes official package detection in babelpkglist. | Dominik Picheta | 2014-12-26 | 1 | -2/+3 |
| | | |