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
Andreas Rumpf
2dfefc200b
fixes some typos
2016-01-19 09:42:10 +01:00
Andreas Rumpf
faea0f9a70
make Nim always show the current year
2016-01-19 09:42:00 +01:00
Felipe Mamud
7b2b616721
Add Nim Meetup
...
The Nim BR Meetup (http://www.meetup.com/pt-BR/nim-br ) is a brazilian user group about Nim where they are having discussions, talks or workshops about Nim programming language.
2016-01-19 00:43:08 -02:00
Araq
91adc84cf3
minor website and documentation updates
2016-01-18 22:31:22 +01:00
Araq
a121c3f9eb
updated installer.ini
v0.13.0
2016-01-18 20:16:21 +01:00
Araq
aa7a1e3e90
fixes long standing typo in tut2
2016-01-18 20:12:16 +01:00
Araq
3e8ac551c7
website updates
2016-01-18 19:01:30 +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
13c98222df
Added news item about OSCON talk.
2016-01-18 15:44:41 +00: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
e9537f48f3
updated news for upcoming release
2016-01-18 16:24:20 +01:00
Araq
293e51bd91
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
2016-01-18 16:11:49 +01:00
Araq
0ed29abca7
updated version to 0.13.0
2016-01-18 16:11:28 +01:00
Araq
1e11561572
fixes #3677
2016-01-18 16:11:15 +01:00
Araq
f59690e933
fixes support tab of website
2016-01-18 16:09:08 +01:00
Dominik Picheta
0e09612cb9
Updated news.txt with release announcement.
2016-01-18 15:02:23 +00:00
Dominik Picheta
7691506a08
Added list of bugfixes to news.txt.
2016-01-18 14:34:44 +00:00
Araq
a114b32519
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
2016-01-18 14:54:50 +01:00
Araq
7ee1847137
fixes #3584
2016-01-18 14:54:35 +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