summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | nimrod -> nimErik Johansson Andersson2016-02-055-12/+12
| * | | | | | | | | | | Merge pull request #3106 from def-/deprecationAndreas Rumpf2016-02-069-16/+12
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Revert removal of raiseOSErrordef2016-02-061-2/+1
| | * | | | | | | | | | | Revert raiseOSError changedef2016-02-061-2/+1
| | * | | | | | | | | | | bindaddr raises ValueError exception instead of OSErrordef2016-01-261-1/+1
| | * | | | | | | | | | | Revert two deprecation changesdef2016-01-262-3/+1
| | * | | | | | | | | | | Fix a few deprecation warningsdef2016-01-2511-19/+19
| * | | | | | | | | | | | Fix json.`%*` for empty objectsdef2016-02-061-3/+7
| * | | | | | | | | | | | Merge pull request #3813 from flyx/rst-svgAndreas Rumpf2016-02-051-7/+17
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | RST: Output <object> for SVG images in HTMLFelix Krause2016-02-021-7/+17
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #3814 from scriptum/fix-3802Andreas Rumpf2016-02-052-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Use defer in iterator to avoid possible leaks. Fixes #3802Pavel Roschin2016-02-022-5/+5
* | | | | | | | | | | | | some progress on GC v2Andreas Rumpf2016-02-032-8/+12
|/ / / / / / / / / / / /
* / / / / / / / / / / / fixes #3789Andreas Rumpf2016-01-311-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | fixes #3736Andreas Rumpf2016-01-301-1/+1
* | | | | | | | | | | devel version is oddAndreas Rumpf2016-01-301-1/+1
* | | | | | | | | | | fixes #1895Andreas Rumpf2016-01-301-3/+6
* | | | | | | | | | | Fixed issue 3539, added testAnatoly Galiulin2016-01-281-10/+79
* | | | | | | | | | | Remove system.setupForeignThreadGc if `threads` option is off or TLSAnatoly Galiulin2016-01-281-12/+22
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-268-67/+63
|\| | | | | | | | |
| * | | | | | | | | Only use execvpe on linux, execvp elsewhere (fixes #3759)def2016-01-241-8/+7
| * | | | | | | | | Use ByteAddress instead of deprecated TAddressdef2016-01-243-8/+8
| * | | | | | | | | Fix openssl md5 importcsdef2016-01-241-6/+5
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Fixed unicode strings in JSYuriy Glukhov2016-01-221-7/+38
| * | | | | | | | Merge pull request #3742 from boydgreenfield/boydgreenfield-nimprof-warningAndreas Rumpf2016-01-221-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Improve warning msg when -d:profiler not passedNick Greenfield2016-01-211-1/+1
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Revert "Fixed unicode handling in JS. Fixes #3714."Yuriy Glukhov2016-01-211-26/+7
| * | | | | | | | Merge pull request #3754 from yglukhov/js-unsignedAndreas Rumpf2016-01-211-36/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Unsigned arith corrected for JSYuriy Glukhov2016-01-211-36/+0
| * | | | | | | | | Merge pull request #3753 from yglukhov/js-streamsAndreas Rumpf2016-01-211-1/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Dont convert string to cstring when writing to stream.Yuriy Glukhov2016-01-211-1/+4
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #3733 from yglukhov/js-unicodeAndreas Rumpf2016-01-211-7/+26
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Fixed unicode handling in JS. Fixes #3714.Yuriy Glukhov2016-01-181-7/+26
* | | | | | | | | | os.findExe on Windows can deal with quotesAndreas Rumpf2016-01-261-1/+3
|/ / / / / / / / /
* | | | | | | | | Merge pull request #3735 from oderwat/FixDeprecationWarningsAndreas Rumpf2016-01-194-5/+4
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-184-5/+4
* | | | | | | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-186-0/+17
|\| | | | | | | |
| * | | | | | | | Added missing modules to lib.txt and warnings to some module's docs.Dominik Picheta2016-01-186-0/+17
* | | | | | | | | updated version to 0.13.0Araq2016-01-182-3/+3
|/ / / / / / / /
* | | | | | | | Improved documentation for all db modules.Dominik Picheta2016-01-184-6/+134
* | | | | | | | Merge pull request #3703 from singularperturbation/feature/counttableref_geto...Andreas Rumpf2016-01-181-1/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix CountTableRef#getOrDefaultSloane Simmons2016-01-091-1/+13
* | | | | | | | | More postgres test code. Added getValue for PreparedStmts.Dominik Picheta2016-01-181-1/+12
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-173-62/+352
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #3728 from xyz32/develDominik Picheta2016-01-171-0/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Moved ioctl to posix.nimxyz2016-01-172-5/+4
| | * | | | | | | | Add support for ioctl.xyz2016-01-171-0/+5
| * | | | | | | | | Merge pull request #3519 from jlp765/stats1Andreas Rumpf2016-01-172-62/+348
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | add doco for array/seq helper procsJamesP2015-11-121-0/+24
| | * | | | | | | | | added helper procs for standalone calc of stats for array/seqJamesP2015-11-121-0/+45