Andreas Rumpf
1a73cef765
Merge pull request #3638 from yglukhov/patch-2
...
Added a few notes regarding JavaScript
2015-12-10 10:58:52 +01:00
Yuriy Glukhov
bf874cff90
Added a few notes regarding JavaScript
2015-12-09 22:32:58 +02:00
JamesP
e731777853
add SQLErr (mapped to SQLError in odbc lib)
...
Add some SQLGetInfo consts
Fix SQLSetEnvAttr parameter
2015-12-09 14:28:49 +10:00
JamesP
16d7db47aa
add db_odbc library module
2015-12-09 14:02:28 +10:00
Dominik Picheta
6b3b7eef8f
Merge pull request #3631 from yglukhov/getaddrinfo-android
...
Fixed getAddrInfo on android
2015-12-08 13:14:52 +00:00
Yuriy Glukhov
5545d36330
Fixed getAddrInfo on android
2015-12-08 12:30:38 +02:00
JamesP
8af8f7673b
add timeinterval helping functions as per issue #3609
...
add tests to ttime.nim for timeinterval add/subtract functionality
Changed assert to doAssert in ttime.nim
Added extra tests to ttime.nim
Removal of singular help procs for working with TimeIntervals
Added TimeIin proc toSeconds(a: TimeInfo, interval: TimeInterval) where subtracting a year gave wrong results
Add overflow of units on initInterval eg, 65 seconds is 5 seconds and 1 minute
2015-12-08 10:16:42 +10:00
Dennis Felsing
ca47256efa
Merge pull request #3627 from xiongxin/devel
...
7 div 5 == 1
2015-12-07 17:58:58 +01:00
xiongxin
f3d578245b
7 div 5 == 1
...
7 div 5 == 1
2015-12-08 00:48:24 +08:00
Araq
68cbb4d2b4
nimgrep version 1
2015-12-05 18:33:18 +01:00
Andreas Rumpf
5c0ffa6613
fixes #3622
2015-12-04 23:43:03 +01:00
Dominik Picheta
6f09282352
Merge pull request #3570 from juanfra684/patch-1
...
OpenBSD doesn't support AI_V4MAPPED
2015-12-04 15:29:56 +00:00
Dominik Picheta
60b23d1f7a
Merge pull request #3595 from dfdeshom/devel
...
Print out more detailed error messages when compilation fails
2015-12-04 15:27:06 +00:00
Dominik Picheta
8e38510aff
Merge pull request #3617 from FedericoCeratto/3611
...
Fix fsmonitor filter logic, add test. Closes : #3611
2015-12-04 15:17:03 +00:00
Andreas Rumpf
6818304e01
Merge pull request #3530 from rbehrends/fix-setop-shifts
...
Avoid signed shifts and bit operations for sets.
2015-12-03 19:52:00 +01:00
Federico Ceratto
97540b2ce4
Fix typo, minor rephrasing.
2015-12-03 15:57:55 +00:00
Andreas Rumpf
af4f6ac123
Merge pull request #3620 from sqwishy/low-high-example-typo
...
Using low() instead of high() in example for low() procedure
2015-12-03 10:32:59 +01:00
Sqwishy Trick
16b2f4a76f
Using low() instead of high() in example for low() procedure
2015-12-02 20:59:34 -08:00
Araq
760242b870
removes 'x is iterator' special casing in the language
2015-12-03 01:08:03 +01:00
Araq
50e83d6433
fixes tlocals regression
2015-12-03 01:08:03 +01:00
Federico Ceratto
05b856df23
Closes : #3611
2015-12-02 16:05:50 +00:00
Dominik Picheta
93ea2e0752
Merge pull request #3610 from jlp765/timesX
...
Move tests from times module to ttime.nim test file
2015-12-02 12:28:37 +00:00
Andreas Rumpf
92e80e68bd
make tests green again
2015-12-01 21:22:23 +01:00
Andreas Rumpf
59d1bc73a0
Merge pull request #3605 from ephja/echo-flush
...
flush after printing
2015-12-01 21:14:17 +01:00
JamesP
def25504e8
Add comment at end of file on where to find further tests
2015-12-01 23:05:37 +10:00
JamesP
f62e8558c8
Removal of tests from times module, that have been moved to ttime.nim test file
2015-12-01 18:08:52 +10:00
JamesP
c660a7f942
add assertion tests from times module to ttime.nim test file in tests\stdlib
2015-12-01 18:07:31 +10:00
Araq
076b809677
set debug switch to false again
2015-12-01 00:53:30 +01:00
Araq
af29ea1ea2
proper color flipping
2015-12-01 00:53:30 +01:00
Araq
10530add48
next steps for the GC
2015-12-01 00:53:30 +01:00
Araq
9ed635d5c0
only mark roots when marking
2015-12-01 00:53:30 +01:00
Araq
070403ca5e
first compiling version of the new GC
2015-12-01 00:53:30 +01:00
Araq
0d8c762452
cleanup of some tests
2015-12-01 00:53:30 +01:00
Araq
217e0ab6e9
lambda lifting support for iterToProc plugin
2015-12-01 00:53:30 +01:00
Araq
d7433d02bc
fixes typo
2015-12-01 00:53:30 +01:00
Araq
9d1f197773
added CellSetIter for git's history
2015-12-01 00:53:30 +01:00
Araq
5de900b456
added iterToProc plugin
2015-12-01 00:53:30 +01:00
Araq
6361f6b76d
--gc:v2 requires global root tracking
2015-12-01 00:53:30 +01:00
Araq
a1739455d3
first version of the new hard realtime GC
2015-12-01 00:53:30 +01:00
Erik Johansson Andersson
61086b8e59
flush after printing
2015-11-28 21:21:42 +01:00
Bruce Doan
3b0d8fbea4
respect global log filter level
2015-11-28 16:41:07 +07:00
Dominik Picheta
cc6d9f69b4
Merge pull request #3598 from avsej/devel
...
fix path to nativesockets
2015-11-27 20:26:09 +00:00
Sergey Avseyev
6e67b9405d
fix path to nativesockets
2015-11-27 20:39:08 +03:00
Araq
22ed2aab35
fixes memory leak for getAppFilename on Windows
2015-11-26 21:20:10 +01:00
dfdeshom
5b35efe5b7
Print out more detailed error messages when compilation fails
2015-11-26 12:23:26 -06:00
Araq
85345d2d34
fixes #3222
2015-11-26 17:46:05 +01:00
Araq
45dfd445da
fixes #2285
2015-11-26 17:46:05 +01:00
Araq
5fe71db6d9
'out T' is an alias for 'var T'
2015-11-26 17:46:05 +01:00
Araq
25e2e3faec
'importc' allows 'not nil' annotation
2015-11-26 17:46:05 +01:00
Araq
a2480efd68
allow 'nil ref T' as a first step which does nothing
2015-11-26 17:46:05 +01:00