Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix getTypeImpl for tyEnum (#5568) | jcosborn | 2017-03-19 | 1 | -0/+4 |
| | | | | | * fixed getTypeImpl for tyEnum * fixed getType for enum and updated release notes about change | ||||
* | update news.rst about the breaking changes | Araq | 2017-03-18 | 1 | -1/+11 |
| | |||||
* | fix varargs forwarding for templates; fixes #5455 (#5505) | zah | 2017-03-13 | 1 | -0/+3 |
| | | | | | * fix varargs forwarding for templates; fixes #5455 * document the macros' varargs change in the news for 0.16.2 | ||||
* | Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512) | c-blake | 2017-03-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | * Fix 2 problems. First, 0 is a valid fd on Unix (easily gotten if user first closes all fds and then starts using memfiles). Use -1 instead for an invalid fd. Second, it is best practice to conserve open fds on Unix and file handles on Windows. These handles are not needed unless the user wants to remap the memory with ``mapMem`` (or a hypothetical future ``proc resize``). Adding a new bool param ``allowRemap=false`` to ``memfiles.open`` solves this cleanly in a "mostly" backward compatible way. This is only "mostly" because the default ``false`` case does not keep unneeded resources allocated, but that most sensible default means that any ``mapMem`` callers need to fix all their open calls to have allowRemap=true, as this PR also does for tmemfiles2.nim. * Include backwards compatibility note. | ||||
* | minor news.rst update | Araq | 2017-02-26 | 1 | -1/+4 |
| | |||||
* | new feature: .used pragma to suppress declared-but-not-used warning | Araq | 2017-02-17 | 1 | -0/+4 |
| | |||||
* | Fix rst parse problem in version 0.16.2 news. | Dominik Picheta | 2017-02-14 | 1 | -2/+2 |
| | |||||
* | Add hash proc for cstrings (#5386) | Ruslan Mustakov | 2017-02-13 | 1 | -1/+5 |
| | |||||
* | updated news | Araq | 2017-02-08 | 1 | -0/+20 |
| | |||||
* | Merge branch 'devel' into feature/3691 | Dominik Picheta | 2017-02-07 | 1 | -0/+66 |
|\ | |||||
| * | Adds bug fix list to 0.16.2 announcement. | Dominik Picheta | 2017-02-06 | 1 | -0/+64 |
| | | |||||
* | | Fixes #3691. | Dominik Picheta | 2017-02-01 | 1 | -0/+16 |
|/ | |||||
* | Added news | Yuriy Glukhov | 2017-01-20 | 1 | -0/+27 |
| | |||||
* | updated to version 0.16.0 | Araq | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Add 0.16.0 release notes. | Dominik Picheta | 2017-01-07 | 1 | -4/+120 |
| | |||||
* | added distros.nim stdlib module for NimScript/Nimble support | Araq | 2016-12-31 | 1 | -0/+4 |
| | |||||
* | fixes #4519 | Andreas Rumpf | 2016-12-25 | 1 | -0/+4 |
| | |||||
* | implements module grouping for the import statement | Andreas Rumpf | 2016-12-21 | 1 | -0/+11 |
| | |||||
* | reworked emit pragma; fixes #4730 | Andreas Rumpf | 2016-12-17 | 1 | -0/+22 |
| | |||||
* | Add terminalHeight, terminalHeightIoctl & terminalSize | John Novak | 2016-11-30 | 1 | -1/+2 |
| | |||||
* | Merge pull request #5060 from johnnovak/terminal-showhide-cursor | Andreas Rumpf | 2016-11-28 | 1 | -0/+4 |
|\ | | | | | Add hideCursor & showCursor | ||||
| * | Update changelog | John Novak | 2016-11-27 | 1 | -0/+4 |
| | | |||||
* | | Added deques module, deprecating queues | Ruslan Mustakov | 2016-11-24 | 1 | -0/+3 |
|/ | |||||
* | recursive modules are only detected to improve error messages | Andreas Rumpf | 2016-11-24 | 1 | -2/+0 |
| | |||||
* | disallow recursive module dependencies | Araq | 2016-11-23 | 1 | -0/+2 |
| | |||||
* | Add new article about Nim in Action. | Dominik Picheta | 2016-11-20 | 1 | -0/+53 |
| | |||||
* | Improved news formatting | Felix Krause | 2016-11-01 | 1 | -3/+3 |
| | |||||
* | info about TimeInfo.tzname in news | Felix Krause | 2016-11-01 | 1 | -1/+3 |
| | |||||
* | fixes #4915 | andri lim | 2016-10-27 | 1 | -0/+2 |
| | |||||
* | news entry for upcoming changes | Araq | 2016-10-24 | 1 | -0/+53 |
| | |||||
* | website updates | Araq | 2016-10-23 | 1 | -3/+10 |
| | |||||
* | updated news entry | Araq | 2016-10-23 | 1 | -1/+23 |
| | |||||
* | Updated the installation instructions | Andreas Rumpf | 2016-10-21 | 1 | -1/+7 |
| | |||||
* | website updates | Andreas Rumpf | 2016-10-21 | 28 | -0/+42 |
| | |||||
* | website updated | Araq | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | Finishes news article for 0.15.0 release. | Dominik Picheta | 2016-09-30 | 1 | -3/+90 |
| | |||||
* | Fixes and improvements to NSIS installer. | Dominik Picheta | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | Many improvements to 0.15.0 changelog in news article. | Dominik Picheta | 2016-09-28 | 1 | -39/+75 |
| | |||||
* | Fixes link to bugfixes in news. | Dominik Picheta | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | More bugfixes for 0.15.0 news. | Dominik Picheta | 2016-09-27 | 1 | -0/+32 |
| | |||||
* | FutureVar[T] parameters are now completed automatically. | Dominik Picheta | 2016-09-25 | 1 | -0/+3 |
| | |||||
* | asynchttpserver's Response object's req method uses HttpMethod now. | Dominik Picheta | 2016-09-25 | 1 | -0/+5 |
| | | | | Fixes #4423. | ||||
* | HTTP client's request proc no longer slices http method string param. | Dominik Picheta | 2016-09-25 | 1 | -0/+5 |
| | |||||
* | Reverted removal of HttpCode.`$`. | Dominik Picheta | 2016-09-19 | 1 | -3/+0 |
| | |||||
* | Use `distinct range` for HttpCode as suggested by @nigredo-tori. | Dominik Picheta | 2016-09-19 | 1 | -0/+3 |
| | |||||
* | Update v0.15 news. | Dominik Picheta | 2016-09-18 | 1 | -0/+8 |
| | |||||
* | Added remaining bug fixes to 0.15.0 release notes. | Dominik Picheta | 2016-09-14 | 1 | -0/+102 |
| | |||||
* | Added some bugfixes to 0.15.0 release notes. | Dominik Picheta | 2016-09-09 | 1 | -0/+124 |
| | |||||
* | Show inactive supporters on sponsors page too. | Dominik Picheta | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Finishing touches on survey article. | Dominik Picheta | 2016-09-04 | 1 | -2/+2 |
| |