Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated 'Void context' section specifying more precisely that assignment to ↵ | Iakiv Kramarenko | 2015-11-02 | 1 | -1/+1 |
| | | | | result triggers MANDATORY void context FOR THE SUBSEQUENT EXPRESSIONS | ||||
* | Merge pull request #3508 from VKlayd/devel | Andreas Rumpf | 2015-11-02 | 1 | -0/+1 |
|\ | | | | | Install stdlib.nimble in lib for nimscript fix | ||||
| * | Install stdlib.nimble in lib | Victor Korkin | 2015-11-02 | 1 | -0/+1 |
|/ | | | | Without stdlib.nimble in libs directory Nimscript is not work properly. | ||||
* | nimsuggest: added 'chk', 'outline' and 'highlight' features | Araq | 2015-11-01 | 8 | -71/+167 |
| | |||||
* | Merge pull request #3490 from oderwat/osx-libiconv | Andreas Rumpf | 2015-11-01 | 1 | -10/+4 |
|\ | | | | | Removed libiconv prefix (on OS X) to make encodings compile on OS X. | ||||
| * | Removed libiconv prefix (on OS X) to make encodings compile on OS X. | Hans Raaf | 2015-10-28 | 1 | -10/+4 |
| | | | | | | | | | | | | | | | | I am not sure since which version OS X does include the libiconv library without the `lib` prefix. But it seems this is the case for some years now. If there are ways to check for the OS X version at compile time this may be needed to support older OS X versions. But I guess thats not needed for most users working with Nim anyway. | ||||
* | | Use nanoseconds for timeouts less than 1 second on Mac OS X. | Dominik Picheta | 2015-11-01 | 1 | -1/+3 |
| | | |||||
* | | Add missing untestable test. | Dominik Picheta | 2015-11-01 | 1 | -0/+13 |
| | | |||||
* | | Fix poll's timeout for Mac OS X in the seletors module. | Dominik Picheta | 2015-11-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3501 from nanoant/patch/smaller-build.sh-using-trace | Andreas Rumpf | 2015-10-30 | 1 | -8/+8 |
|\ \ | | | | | | | Patch/smaller build.sh using trace | ||||
| * | | build.sh: Output error messages to stderr | Adam Strzelecki | 2015-10-30 | 1 | -5/+5 |
| | | | | | | | | | | | | Just in case we are running this in some CI. | ||||
| * | | build.sh: Use shell built-in command trace | Adam Strzelecki | 2015-10-30 | 1 | -3/+3 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | Rather than issuing echo "cmd..." then cmd... itself, we enable shell trace facility via set -x, which is POSIX shell standard command and is compatible with all UNIX shells. This effectively cuts build.sh size twice, since we don't need to double stuff there, also making it human readable. We are also setting PS4 (trace prefix) to none, instead final echo "SUCCESS", we issue : SUCCESS command which outputs its contents in trace. | ||||
* | | development version is 0.12.1, not 0.12.0 | Araq | 2015-10-29 | 2 | -1/+497 |
| | | |||||
* | | Merge pull request #3495 from bambuchaAdm/libressl-compatibility | Dominik Picheta | 2015-10-29 | 1 | -1/+1 |
|\ \ | |/ |/| | Add serach for libssl.so without version suffix. | ||||
| * | Add serach for libssl.so without version suffix. | Łukasz Dubiel | 2015-10-29 | 1 | -1/+1 |
| | | |||||
* | | updated compiler.nimble file | Araq | 2015-10-28 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #3483 from sanxiyn/patch-1 | reactormonk | 2015-10-28 | 1 | -1/+1 |
|\ \ | | | | | | | Update website link | ||||
| * | | Update website link | Seo Sanghyeon | 2015-10-28 | 1 | -1/+1 |
|/ / | |||||
* | | updated todo.txt | Araq | 2015-10-28 | 1 | -86/+35 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Araq | 2015-10-27 | 1 | -1/+1 |
|\| | |||||
| * | Merge branch 'devel' | Dominik Picheta | 2015-10-27 | 1019 | -74198/+35407 |
| |\ | |||||
| * \ | Merge pull request #3470 from FedericoCeratto/patch-5 | Andreas Rumpf | 2015-10-23 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Replace "prefix" with "suffix" in endsWith doc | ||||
| | * | | Replace "prefix" with "suffix" in endsWith doc | Federico Ceratto | 2015-10-23 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #3169 from nim-lang/revert-3168-patch-1 | Dominik Picheta | 2015-08-01 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Revert "Set correct Host in request header" | ||||
| | * | | Revert "Set correct Host in request header" | Dominik Picheta | 2015-08-01 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #3168 from jonathonf/patch-1 | Dominik Picheta | 2015-08-01 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Set correct Host in request header | ||||
| | * | | Set correct Host in request header | jonathonf | 2015-08-01 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | Ensure the correct destination hostname is used in the request, otherwise the request will fail in one of a number of interesting ways when using a proxy. Fixes https://github.com/nim-lang/Nim/issues/3166 | ||||
| * | | Merge pull request #2674 from Xaseron/patch-1 | reactormonk | 2015-05-08 | 1 | -1/+1 |
| |\ \ | | | | | | | | | fixed typo in threadpool.nim | ||||
| | * | | fixed typo in threadpool.nim | Michael Werner | 2015-05-07 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge branch 'devel' | Dominik Picheta | 2015-05-05 | 24 | -182/+340 |
| |\ \ | |||||
| * \ \ | Merge branch 'devel' | Dominik Picheta | 2015-04-30 | 669 | -20701/+28591 |
| |\ \ \ | |||||
| * \ \ \ | 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 |