summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Implemented epochTime function for JS target.yglukhov2015-03-311-0/+2
|
* Fix infinite recursion when await is in except body.Dominik Picheta2015-03-301-3/+3
|
* Use `^` instead of `-` in slicesdef2015-03-285-68/+68
|
* fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-282-55/+55
|
* preparations for dealing with the 'echo $foo' gotchaAraq2015-03-271-3/+3
|
* todo updateAraq2015-03-271-1/+1
|
* disallow negative indexingAraq2015-03-271-14/+10
|
* Merge pull request #2413 from def-/fix-gcusebitvectorsAndreas Rumpf2015-03-261-1/+1
|\ | | | | Fix proc call in gc_ms
| * Fix proc call in gc_msdef2015-03-261-1/+1
| | | | | | | | This fixes compilation with --gc:markandsweep -d:gcUseBitvectors
* | implemented a[^1] notationAraq2015-03-261-2/+10
|/
* fixes #2395Araq2015-03-241-6/+4
|
* Clean up returns in xmldom a bitdef2015-03-241-9/+7
|
* Fix fenv.fpRadixdef2015-03-241-1/+1
|
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-222/+224
|
* Use <time.h> instead of <sys/time.h> for tzset and time_tdef2015-03-231-73/+73
| | | | This fixes compilation on Linux.
* Merge pull request #2385 from jschweinsberg/asyncSmtpDominik Picheta2015-03-231-1/+1
|\ | | | | Fixed typo which prevented to send mails via AsyncSmtp
| * Fixed typo which prevented to send mails via AsyncSmtpjschweinsberg2015-03-221-1/+1
| |
* | fixes match on empty peg match, #2354Simon Hafner2015-03-221-20/+26
|/
* prepare for upcoming parsing change of unary operatorsAraq2015-03-223-20/+20
|
* Merge pull request #2357 from reactormonk/zero-length-matchAndreas Rumpf2015-03-221-15/+21
|\ | | | | re.match returns true on zero-length match #2354
| * re.match returns true on zero-length match #2354Simon Hafner2015-03-161-15/+21
| |
* | Fixed Tdirent definition for OS X and BSD.Reimer Behrends2015-03-221-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 #2116Araq2015-03-221-4/+5
| |
* | Add cpuRelax assembler for other platformsdef2015-03-211-54/+57
| |
* | fixes #1805Araq2015-03-211-0/+10
| |
* | codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-8/+4
| |
* | Merge pull request #2358 from gradha/pr_expands_paths_in_find_exeDominik Picheta2015-03-201-2/+7
|\ \ | | | | | | Expands tildes for entries in $PATH when looking for a binary.
| * | Excludes windows platfrom from $PATH tilde expansion. Refs #2358.Grzegorz Adam Hankiewicz2015-03-171-1/+4
| | |
| * | Expands tildes for entries in $PATH when looking for a binary.Grzegorz Adam Hankiewicz2015-03-161-2/+4
| |/
* | fixed cuint definitionAraq2015-03-181-1/+1
| |
* | Rename PNimrodNode to NimNodedef2015-03-178-384/+374
| |
* | Merge pull request #2326 from oderwat/fix-totableAndreas Rumpf2015-03-171-23/+22
|\ \ | | | | | | Making tuples anonymous (so far... not finished).
| * | Making tuples anonymous (so far... not finished).Hans Raaf2015-03-171-23/+22
| |/
* | Merge pull request #2337 from kemege/db_charsetAndreas Rumpf2015-03-173-1/+25
|\ \ | |/ |/| Add character set options when opening DB connection, default to UTF-8
| * move database encoding options to setEncoding(), leave open() as it isKeMeGe2015-03-163-13/+31
| |
| * Add character set options when opening DB connectionKeMeGe2015-03-143-6/+12
| |
* | Merge pull request #2332 from def-/sections-toc-refAndreas Rumpf2015-03-161-1/+8
|\ \ | | | | | | rstgen: Unique reference names in TOC
| * | rstgen: Unique reference names in TOCdef2015-03-131-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_useAndreas Rumpf2015-03-161-2/+2
|\ \ \ | | | | | | | | Enables use of NSGetEnviron for osx binary compatibility. Refs #965.
| * | | Enables use of NSGetEnviron for osx binary compatibility. Refs #965.Grzegorz Adam Hankiewicz2015-03-141-2/+2
| | |/ | |/|
* | | Merge pull request #2343 from philip-wernersbach/fix-pthreads-under-cppAndreas Rumpf2015-03-161-2/+2
|\ \ \ | | | | | | | | Fix issues with pthread_create when compiling under C++ mode.
| * | | Fix pthread_create binding when compiling in C++ mode.Philip Wernersbach2015-03-151-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 Picheta2015-03-151-7/+11
|/ /
* | Merge pull request #2296 from SSPkrolik/redis-scan-implementationDominik Picheta2015-03-131-0/+24
|\ \ | | | | | | Added implementation for Redis SCAN command
| * | Added implementation for Redis SCAN commandkrolik2015-03-091-0/+24
| | |
* | | Merge pull request #2268 from ziotom78/develAndreas Rumpf2015-03-131-0/+78
|\ \ \ | | | | | | | | New templates for getting the limits of FP types added.
| * | | New template `fpRadix` instead of the exported var `FP_RADIX`Maurizio Tomasi2015-03-111-1/+3
| | | |
| * | | Grammar fixes in the docstringsMaurizio Tomasi2015-03-051-8/+8
| | | |
| * | | New templates for getting the limits of FP types added.Maurizio Tomasi2015-03-051-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-fifoAndreas Rumpf2015-03-131-1/+1
|\ \ \ \ | | | | | | | | | | Make readFile work with FIFO files