Andreas Rumpf
|
f340f7634a
|
Merge pull request #3787 from vegansk/fix_3539_3
Fixed issue #3539 - could not import inet_ntop on XP/2003 - 3rd try
|
2016-01-28 19:34:51 +01:00 |
|
Anatoly Galiulin
|
477e3b0e20
|
Fixed issue 3539, added test
|
2016-01-28 16:56:06 +06:00 |
|
Andreas Rumpf
|
611c74f2d4
|
Merge pull request #3786 from vegansk/disable_mthread_crash
Disable system.setupForeignThreadGc when it crashes
|
2016-01-28 10:14:48 +01: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 |
|
Dominik Picheta
|
4c2894ca26
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
|
2016-01-27 16:19:38 +00:00 |
|
Dominik Picheta
|
b420d8b66e
|
Added Nim in Action news.
|
2016-01-27 16:19:22 +00:00 |
|
Andreas Rumpf
|
a581437e29
|
documentation proper bracketing
|
2016-01-27 15:52:08 +01:00 |
|
Andreas Rumpf
|
7052b69476
|
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
|
2016-01-27 15:51:24 +01:00 |
|
Andreas Rumpf
|
f32c8ee773
|
'nim i' is not available anymore
|
2016-01-27 15:51:11 +01: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 |
|
Andreas Rumpf
|
1a2867146b
|
make rendering of typeof operator clearer; refs #3710
|
2016-01-26 16:24:15 +01: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
|
cfe5447e95
|
Merge pull request #3777 from sheerun/echo
Promote "echo" syntax without parenthesis
|
2016-01-26 12:58:44 +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 |
|
Adam Stankiewicz
|
cd574d1976
|
Promote "echo" syntax without parenthesis
|
2016-01-26 10:10:08 +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 |
|
JamesP
|
8a286d3e58
|
Fix row reading procs to not use SQLRowCount, but SQLFetch until returns SQL_NO_DATA
change SqlCheck() and SqlGetDBMS() to sqlCheck() and sqlGetDBMS() (camelCase consistency)
|
2016-01-24 17:32:23 +10:00 |
|
Dominik Picheta
|
b2d716b0b0
|
Merge pull request #3768 from FedericoCeratto/patch-6
Switch git clone URLs to HTTPS
|
2016-01-23 12:02:18 +00:00 |
|
Federico Ceratto
|
22a65d12f0
|
Switch git clone URLs to HTTPS
GitHub recommends HTTPS for security reasons.
|
2016-01-23 10:45:11 +00:00 |
|
Andreas Rumpf
|
e12e29a3e3
|
Merge pull request #3760 from yglukhov/js-unicode-2
Fixed unicode strings in JS. Second try.
|
2016-01-22 22:13:49 +01:00 |
|
Andreas Rumpf
|
fa12a2188d
|
Merge pull request #3762 from yglukhov/isnil-fix
Fixed isNil codegen in JS
|
2016-01-22 22:08:14 +01:00 |
|
Yuriy Glukhov
|
8dbe9ea3ab
|
Fixed isNil codegen in JS
|
2016-01-22 19:54:53 +02:00 |
|
Andreas Rumpf
|
d3c9f03f69
|
Merge pull request #3761 from yglukhov/more-love-to-ints
JS: Corrected shift operators. Cast ints like C does.
|
2016-01-22 18:29:23 +01:00 |
|
Yuriy Glukhov
|
d2ecd84f67
|
JS: Corrected shift operators. Made casting between ints behave like C does.
|
2016-01-22 18:32:47 +02: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 |
|
Dominik Picheta
|
9cad19f528
|
Small typo fixes in news.
|
2016-01-21 22:53:04 +00:00 |
|
Nick Greenfield
|
5e8762c21e
|
Improve warning msg when -d:profiler not passed
Partially addresses #3741
|
2016-01-21 13:49:13 -08:00 |
|
Andreas Rumpf
|
71e4e39295
|
Merge pull request #3756 from yglukhov/revert-3733-js-unicode
Revert "Fixed unicode handling in JS. Fixes #3714."
|
2016-01-21 21:50:30 +01: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 |
|
Bruce Doan
|
863dd62bc4
|
Merge branch 'master' of https://github.com/Araq/Nim into patch-global-log-level
|
2016-01-20 22:40:32 +07:00 |
|
Andreas Rumpf
|
72b975d1ff
|
Merge pull request #3743 from oderwat/AddGitter
I added the Gitter Chatroom for Nim which is really nice actually!
|
2016-01-20 11:51:04 +01:00 |
|
Andreas Rumpf
|
c527969059
|
fixes the bloody installer
|
2016-01-19 17:42:00 +01:00 |
|
Hans Raaf
|
74be2ebe0e
|
I added the Gitter Chatroom for Nim which is really nice actually!
|
2016-01-19 17:06:48 +01:00 |
|
Andreas Rumpf
|
b18d52dcee
|
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
|
2016-01-19 11:06:10 +01:00 |
|
Andreas Rumpf
|
7d5e965dc8
|
minor install.txt update
|
2016-01-19 11:05:52 +01: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 |
|
Andreas Rumpf
|
b042925805
|
Merge pull request #3739 from fmamud/add-nim-meetup
Add Nim Meetup
|
2016-01-19 09:43:29 +01:00 |
|
Andreas Rumpf
|
38da317e5d
|
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
|
2016-01-19 09:42:19 +01:00 |
|