Commit Graph

3708 Commits

Author SHA1 Message Date
Andreas Rumpf
8ec7c0af20 php-codegen fixes 2016-02-06 19:58:28 +01:00
Andreas Rumpf
4686f485a6 cleaner toArray magic 2016-02-06 15:39:56 +01:00
Andreas Rumpf
9b44ca17c2 PHP codegen can generate PHP classes 2016-02-06 15:39:56 +01:00
Andreas Rumpf
35567a1eb9 first version of an PHP codegen 2016-02-06 15:39:56 +01:00
Andreas Rumpf
58f6bfb1dc Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-02-06 15:29:25 +01:00
Andreas Rumpf
73291aa1bc Merge pull request #3781 from rgv151/patch-net-gc-safe
[net/httpclient] make it gc-safe #2692
2016-02-06 15:26:07 +01:00
Andreas Rumpf
981974ab11 Merge pull request #3831 from ephja/nimrod-to-nim
nimrod -> nim
2016-02-06 15:24:09 +01:00
Andreas Rumpf
03f4aa23d7 Merge pull request #3106 from def-/deprecation
Fix a few deprecation warnings
2016-02-06 15:22:19 +01:00
def
62955292f2 Revert removal of raiseOSError 2016-02-06 13:51:51 +01:00
def
11f055c652 Fix json.%* for empty objects 2016-02-06 03:29:09 +01:00
def
bf8e371d7e Revert raiseOSError change 2016-02-06 01:29:12 +01:00
Erik Johansson Andersson
f8d98700ac nimrod -> nim 2016-02-05 19:11:43 +01:00
Andreas Rumpf
4610cb3ae9 Merge pull request #3813 from flyx/rst-svg
RST: Output <object> for SVG images in HTML
2016-02-05 18:24:21 +01:00
Andreas Rumpf
cf9d8d6bba Merge pull request #3814 from scriptum/fix-3802
Use defer in iterator to avoid possible leaks
2016-02-05 03:30:48 +01:00
Andreas Rumpf
19677a11b0 some progress on GC v2 2016-02-03 17:42:10 +01:00
Pavel Roschin
17dff030ae Use defer in iterator to avoid possible leaks. Fixes #3802 2016-02-02 23:20:39 +03:00
Felix Krause
facd4c6f19 RST: Output <object> for SVG images in HTML 2016-02-02 20:20:59 +01:00
Andreas Rumpf
ec1abdef97 fixes #3789 2016-01-31 01:32:09 +01:00
Andreas Rumpf
1a9c8b44d3 fixes #3736 2016-01-30 17:03:23 +01:00
Andreas Rumpf
2d8f879c2e devel version is odd 2016-01-30 15:48:09 +01:00
Andreas Rumpf
fb149d2eef fixes #1895 2016-01-30 14:23:03 +01:00
Anatoly Galiulin
477e3b0e20 Fixed issue 3539, added test 2016-01-28 16:56:06 +06:00
Anatoly Galiulin
4f8244c717 Remove system.setupForeignThreadGc if threads option is off or TLS
emulation is enabled
2016-01-28 12:29:53 +06:00
Bruce Doan
4a3a9d8ab8 export parseIpAddress proc 2016-01-27 00:07:31 +07:00
Bruce Doan
443ec02a92 make it gc-safe #2692 2016-01-26 23:06:15 +07:00
def
c10d963e85 bindaddr raises ValueError exception instead of OSError 2016-01-26 16:16:55 +01:00
def
ce69f1e037 Revert two deprecation changes 2016-01-26 13:34:08 +01:00
Andreas Rumpf
1fbeedaba2 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel 2016-01-26 12:46:38 +01:00
Andreas Rumpf
d338744d7a os.findExe on Windows can deal with quotes 2016-01-26 12:43:07 +01:00
def
c50b5b62ef Fix a few deprecation warnings 2016-01-25 19:10:37 +01:00
def
4246f660ea Only use execvpe on linux, execvp elsewhere (fixes #3759) 2016-01-24 19:18:16 +01:00
def
4e0f8cf595 Use ByteAddress instead of deprecated TAddress 2016-01-24 14:02:20 +01:00
def
44ad71b7e0 Fix openssl md5 importcs 2016-01-24 13:55:44 +01:00
Yuriy Glukhov
c3d09aeeac Fixed unicode strings in JS 2016-01-22 11:24:00 +02:00
Andreas Rumpf
732479b797 Merge pull request #3742 from boydgreenfield/boydgreenfield-nimprof-warning
Improve warning msg when -d:profiler not passed
2016-01-22 00:00:14 +01:00
Nick Greenfield
5e8762c21e Improve warning msg when -d:profiler not passed
Partially addresses #3741
2016-01-21 13:49:13 -08:00
Yuriy Glukhov
5f092520d1 Revert "Fixed unicode handling in JS. Fixes #3714." 2016-01-21 22:26:50 +02:00
Andreas Rumpf
1dac302975 Merge pull request #3754 from yglukhov/js-unsigned
Unsigned arith corrected for JS
2016-01-21 16:28:03 +01:00
Yuriy Glukhov
c0d0e5efd9 Unsigned arith corrected for JS 2016-01-21 17:00:42 +02:00
Andreas Rumpf
b2854f21d6 Merge pull request #3753 from yglukhov/js-streams
Dont convert string to cstring when writing to stream.
2016-01-21 15:30:48 +01:00
Andreas Rumpf
263ee143f1 Merge pull request #3733 from yglukhov/js-unicode
Fixed unicode handling in JS. Fixes #3714.
2016-01-21 15:30:21 +01:00
Yuriy Glukhov
df211b24fd Dont convert string to cstring when writing to stream. 2016-01-21 11:41:52 +02:00
Andreas Rumpf
0dee918de9 Merge pull request #3735 from oderwat/FixDeprecationWarnings
Fixed deprecation warnings while Nim compiles.
2016-01-19 10:11:23 +01:00
Hans Raaf
0634486689 Fixed deprecation warnings while Nim compiles.
I just removed unsigned and changed a writeLn() call to writeLine() to
avoid the remaining deprecation warnings.
2016-01-18 18:14:50 +01:00
Araq
e80d08583c Merge branch 'devel' of https://github.com/nim-lang/Nim into devel 2016-01-18 16:51:54 +01:00
Dominik Picheta
d79a5f5276 Added missing modules to lib.txt and warnings to some module's docs. 2016-01-18 15:33:39 +00:00
Araq
0ed29abca7 updated version to 0.13.0 2016-01-18 16:11:28 +01:00
Dominik Picheta
6ca9e5cbcc Improved documentation for all db modules. 2016-01-18 13:34:53 +00:00
Andreas Rumpf
b0aaeaa436 Merge pull request #3703 from singularperturbation/feature/counttableref_getordefault
Fix CountTableRef#getOrDefault (#3702)
2016-01-18 14:30:14 +01:00
Dominik Picheta
a34206fe84 More postgres test code. Added getValue for PreparedStmts.
Ref #3569. Ref #3560.
2016-01-18 13:19:07 +00:00