Commit Graph

7872 Commits

Author SHA1 Message Date
Prayag Verma
fe95125522 Fixes typo in doc/manual/threads.txt
Spelling mistake fixed `overriden` >`overridden`
2016-02-01 01:00:54 +05:30
Andreas Rumpf
ec1abdef97 fixes #3789 2016-01-31 01:32:09 +01:00
Andreas Rumpf
5a33e8795e fixes #3788 2016-01-31 00:47:55 +01:00
Andreas Rumpf
a2db3c24d1 fixes #3799 2016-01-30 23:09:55 +01:00
Andreas Rumpf
3e33084da7 fixes a critical codegenbug 2016-01-30 18:43:53 +01:00
Andreas Rumpf
83e0e32f93 added test case for #3736 2016-01-30 17:17:28 +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
eea2a63607 fixes #3794 2016-01-30 15:45:45 +01:00
Andreas Rumpf
fb149d2eef fixes #1895 2016-01-30 14:23:03 +01:00
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
Andreas Rumpf
1a2867146b make rendering of typeof operator clearer; refs #3710 2016-01-26 16:24:15 +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
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
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
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