summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2597 from Araq/revert-2593-patch-1Andreas Rumpf2015-04-241-1/+0
|\ | | | | Revert "New Editor (LiClipse)"
| * Revert "New Editor (LiClipse)"Andreas Rumpf2015-04-241-1/+0
|/
* Merge pull request #2593 from fabioz/patch-1Andreas Rumpf2015-04-241-0/+1
|\ | | | | New Editor (LiClipse)
| * New Editor (LiClipse)Fabio Zadrozny2015-04-231-0/+1
|/
* Merge pull request #2571 from Araq/revert-2570-patch-3Andreas Rumpf2015-04-171-1/+1
|\ | | | | Revert "Corrected code example in pegs"
| * Revert "Corrected code example in pegs"Andreas Rumpf2015-04-171-1/+1
|/
* Merge pull request #2570 from apense/patch-3Andreas Rumpf2015-04-171-1/+1
|\ | | | | Corrected code example in pegs
| * Corrected code example in pegsapense2015-04-171-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-1Andreas Rumpf2015-02-211-1/+1
|\ | | | | Fix a typo in "raises" annotation description.
| * Fix a typo in "raises" annotation description.Brian Donovan2015-02-201-1/+1
|/
* Merge pull request #2080 from Araq/revert-2079-patch-2Dominik Picheta2015-02-061-1/+1
|\ | | | | Revert "newRollingFileLogger - fmtStr is always set to defaultFmtStr"
| * Revert "newRollingFileLogger - fmtStr is always set to defaultFmtStr"Dominik Picheta2015-02-061-1/+1
|/
* Merge pull request #2079 from h3rald/patch-2Dominik Picheta2015-02-061-1/+1
|\ | | | | newRollingFileLogger - fmtStr is always set to defaultFmtStr
| * newRollingFileLogger - fmtStr is always set to defaultFmtStrFabio Cevasco2015-02-061-1/+1
|/
* Merge pull request #2040 from elpres/patch-1Andreas Rumpf2015-02-011-2/+3
|\ | | | | Same types for chars as in zlib.h
| * Fixed int to int32elpres2015-01-301-3/+3
| |
| * Same types for chars as in zlib.helpres2015-01-301-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 Picheta2015-01-271-1/+1
|
* Merge pull request #2015 from dumndummer/patch-1Dominik Picheta2015-01-271-1/+1
|\ | | | | Update sets.nim
| * Update sets.nimdumndummer2015-01-271-1/+1
|/ | | corrected misspelled word in doc comment
* TSlice -> Slice in the tut1Simon Hafner2015-01-131-2/+2
|
* Merge branch 'devel'Araq2014-12-29624-20586/+28571
|\ | | | | | | | | Conflicts: compiler/nversion.nim
| * minor website updateAraq2014-12-291-3/+3
| |
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-291-1/+1
| |\
| | * Merge pull request #1785 from gmpreussner/develVarriount2014-12-281-1/+1
| | |\ | | | | | | | | Fixed tusertypeclasses test
| | | * Fixed tusertypeclasses testgmpreussner2014-12-281-1/+1
| | | |
| * | | release of 0.10.2Araq2014-12-2912-259/+251
| |/ /
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-281-0/+2
| |\ \
| | * | macros.`$` can now turn a nnkSym into a string.Dominik Picheta2014-12-281-0/+2
| | | |
| * | | fixes a long standing openssl wrapper bug: pass C compliant allocation ↵Araq2014-12-281-1/+10
| | | | | | | | | | | | | | | | functions to CRYPTO_set_mem_functions
| * | | work around a regression caused by the new 'echo' implementationAraq2014-12-281-1/+3
| |/ /
| * | fixes #1708, fixes #871Araq2014-12-287-14/+67
| | |
| * | minor improvementsAraq2014-12-282-4/+4
| | |
| * | fixes #1781Araq2014-12-283-6/+27
| |/
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-2616-120/+267
| |\
| | * Fixes asynchttpsever.Dominik Picheta2014-12-262-1/+5
| | |
| | * Improved tasyncawait test.Dominik Picheta2014-12-261-3/+1
| | |
| | * Deprecated asyncio module. Fixed old tests.Dominik Picheta2014-12-263-5/+12
| | |
| | * Fixes #1745.Dominik Picheta2014-12-262-26/+42
| | |
| | * Improved release news entry.Dominik Picheta2014-12-261-8/+61
| | |
| | * More deprecation warning fixes (asyncdispatch, uri).Dominik Picheta2014-12-262-16/+16
| | |
| | * Fixes deprecation warnings in asynchttpserver.Dominik Picheta2014-12-261-21/+21
| | |
| | * Added more HTTP status codes to asynchttpserver.Dominik Picheta2014-12-261-2/+29
| | |
| | * Added warning to scgi module.Dominik Picheta2014-12-261-0/+4
| | |
| | * Deprecated the parseurl module.Dominik Picheta2014-12-261-3/+5
| | |
| | * Fix some deprecation warnings in the uri module.Dominik Picheta2014-12-261-17/+17
| | |
| | * Emphasises deprecation warning in sockets module.Dominik Picheta2014-12-261-3/+4
| | |
| | * Improved 0.10.2 changelog.Dominik Picheta2014-12-261-2/+36
| | |
| | * Renamed Babel to Nimble in lib.txt.Dominik Picheta2014-12-262-11/+11
| | |
| | * Fixes official package detection in babelpkglist.Dominik Picheta2014-12-261-2/+3
| | |