Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented epochTime function for JS target. | yglukhov | 2015-03-31 | 1 | -0/+2 |
| | |||||
* | Fix infinite recursion when await is in except body. | Dominik Picheta | 2015-03-30 | 1 | -3/+3 |
| | |||||
* | Use `^` instead of `-` in slices | def | 2015-03-28 | 5 | -68/+68 |
| | |||||
* | fixes #2420; negative indexing for slicing is obsolete (breaking change!) | Araq | 2015-03-28 | 2 | -55/+55 |
| | |||||
* | preparations for dealing with the 'echo $foo' gotcha | Araq | 2015-03-27 | 1 | -3/+3 |
| | |||||
* | todo update | Araq | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | disallow negative indexing | Araq | 2015-03-27 | 1 | -14/+10 |
| | |||||
* | Merge pull request #2413 from def-/fix-gcusebitvectors | Andreas Rumpf | 2015-03-26 | 1 | -1/+1 |
|\ | | | | | Fix proc call in gc_ms | ||||
| * | Fix proc call in gc_ms | def | 2015-03-26 | 1 | -1/+1 |
| | | | | | | | | This fixes compilation with --gc:markandsweep -d:gcUseBitvectors | ||||
* | | implemented a[^1] notation | Araq | 2015-03-26 | 1 | -2/+10 |
|/ | |||||
* | fixes #2395 | Araq | 2015-03-24 | 1 | -6/+4 |
| | |||||
* | Clean up returns in xmldom a bit | def | 2015-03-24 | 1 | -9/+7 |
| | |||||
* | Fix fenv.fpRadix | def | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | breaking change: 'concept' is now a keyword and used instead of 'generic' | Araq | 2015-03-23 | 1 | -222/+224 |
| | |||||
* | Use <time.h> instead of <sys/time.h> for tzset and time_t | def | 2015-03-23 | 1 | -73/+73 |
| | | | | This fixes compilation on Linux. | ||||
* | Merge pull request #2385 from jschweinsberg/asyncSmtp | Dominik Picheta | 2015-03-23 | 1 | -1/+1 |
|\ | | | | | Fixed typo which prevented to send mails via AsyncSmtp | ||||
| * | Fixed typo which prevented to send mails via AsyncSmtp | jschweinsberg | 2015-03-22 | 1 | -1/+1 |
| | | |||||
* | | fixes match on empty peg match, #2354 | Simon Hafner | 2015-03-22 | 1 | -20/+26 |
|/ | |||||
* | prepare for upcoming parsing change of unary operators | Araq | 2015-03-22 | 3 | -20/+20 |
| | |||||
* | Merge pull request #2357 from reactormonk/zero-length-match | Andreas Rumpf | 2015-03-22 | 1 | -15/+21 |
|\ | | | | | re.match returns true on zero-length match #2354 | ||||
| * | re.match returns true on zero-length match #2354 | Simon Hafner | 2015-03-16 | 1 | -15/+21 |
| | | |||||
* | | Fixed Tdirent definition for OS X and BSD. | Reimer Behrends | 2015-03-22 | 1 | -1/+1 |
| | | | | | | | | | | Entries d_type etc. were disabled on architectures other than Linux, but also used for OS X and BSD in os.nim. | ||||
* | | fixes #2116 | Araq | 2015-03-22 | 1 | -4/+5 |
| | | |||||
* | | Add cpuRelax assembler for other platforms | def | 2015-03-21 | 1 | -54/+57 |
| | | |||||
* | | fixes #1805 | Araq | 2015-03-21 | 1 | -0/+10 |
| | | |||||
* | | codegen doesn't produce line tracing commands anymore; fixes #1344 | Araq | 2015-03-21 | 1 | -8/+4 |
| | | |||||
* | | Merge pull request #2358 from gradha/pr_expands_paths_in_find_exe | Dominik Picheta | 2015-03-20 | 1 | -2/+7 |
|\ \ | | | | | | | Expands tildes for entries in $PATH when looking for a binary. | ||||
| * | | Excludes windows platfrom from $PATH tilde expansion. Refs #2358. | Grzegorz Adam Hankiewicz | 2015-03-17 | 1 | -1/+4 |
| | | | |||||
| * | | Expands tildes for entries in $PATH when looking for a binary. | Grzegorz Adam Hankiewicz | 2015-03-16 | 1 | -2/+4 |
| |/ | |||||
* | | fixed cuint definition | Araq | 2015-03-18 | 1 | -1/+1 |
| | | |||||
* | | Rename PNimrodNode to NimNode | def | 2015-03-17 | 8 | -384/+374 |
| | | |||||
* | | Merge pull request #2326 from oderwat/fix-totable | Andreas Rumpf | 2015-03-17 | 1 | -23/+22 |
|\ \ | | | | | | | Making tuples anonymous (so far... not finished). | ||||
| * | | Making tuples anonymous (so far... not finished). | Hans Raaf | 2015-03-17 | 1 | -23/+22 |
| |/ | |||||
* | | Merge pull request #2337 from kemege/db_charset | Andreas Rumpf | 2015-03-17 | 3 | -1/+25 |
|\ \ | |/ |/| | Add character set options when opening DB connection, default to UTF-8 | ||||
| * | move database encoding options to setEncoding(), leave open() as it is | KeMeGe | 2015-03-16 | 3 | -13/+31 |
| | | |||||
| * | Add character set options when opening DB connection | KeMeGe | 2015-03-14 | 3 | -6/+12 |
| | | |||||
* | | Merge pull request #2332 from def-/sections-toc-ref | Andreas Rumpf | 2015-03-16 | 1 | -1/+8 |
|\ \ | | | | | | | rstgen: Unique reference names in TOC | ||||
| * | | rstgen: Unique reference names in TOC | def | 2015-03-13 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | - Fixes #2269 - Keeps track of higher level section to create unique reference names | ||||
* | | | Merge pull request #2339 from gradha/pr_fixes_osx_environ_use | Andreas Rumpf | 2015-03-16 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Enables use of NSGetEnviron for osx binary compatibility. Refs #965. | ||||
| * | | | Enables use of NSGetEnviron for osx binary compatibility. Refs #965. | Grzegorz Adam Hankiewicz | 2015-03-14 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge pull request #2343 from philip-wernersbach/fix-pthreads-under-cpp | Andreas Rumpf | 2015-03-16 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix issues with pthread_create when compiling under C++ mode. | ||||
| * | | | Fix pthread_create binding when compiling in C++ mode. | Philip Wernersbach | 2015-03-15 | 1 | -2/+2 |
| |/ / | | | | | | | | | | | | | C++ has different rules for void pointers, which causes the binding to be invalid when compiling in C++ mode. | ||||
* / / | Fixes #2323. Fixes #2148. | Dominik Picheta | 2015-03-15 | 1 | -7/+11 |
|/ / | |||||
* | | Merge pull request #2296 from SSPkrolik/redis-scan-implementation | Dominik Picheta | 2015-03-13 | 1 | -0/+24 |
|\ \ | | | | | | | Added implementation for Redis SCAN command | ||||
| * | | Added implementation for Redis SCAN command | krolik | 2015-03-09 | 1 | -0/+24 |
| | | | |||||
* | | | Merge pull request #2268 from ziotom78/devel | Andreas Rumpf | 2015-03-13 | 1 | -0/+78 |
|\ \ \ | | | | | | | | | New templates for getting the limits of FP types added. | ||||
| * | | | New template `fpRadix` instead of the exported var `FP_RADIX` | Maurizio Tomasi | 2015-03-11 | 1 | -1/+3 |
| | | | | |||||
| * | | | Grammar fixes in the docstrings | Maurizio Tomasi | 2015-03-05 | 1 | -8/+8 |
| | | | | |||||
| * | | | New templates for getting the limits of FP types added. | Maurizio Tomasi | 2015-03-05 | 1 | -0/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | New variable "FP_RADIX" and new templates "mantissaDigits", "digits", "minExponent", "maxExponent", "min10Exponent", "max10Exponent", "minimumPositiveValue", "maximumPositiveValue", and "epsilon" added to retrieve the limits of floating-point types. | ||||
* | | | | Merge pull request #2328 from def-/fix-fifo | Andreas Rumpf | 2015-03-13 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Make readFile work with FIFO files |