Andreas Rumpf
9c4a60193f
new shift ops for Nim; based on #4743
2016-12-29 12:07:27 +01:00
Andreas Rumpf
a9729afeaf
Merge pull request #5158 from AdrianV/patch-4
...
bcc uses _timezone like vcc
2016-12-29 11:27:19 +01:00
Andreas Rumpf
0f10713c34
Merge pull request #5159 from AdrianV/patch-5
...
bcc misses the same functions like vcc
2016-12-29 11:27:01 +01:00
Andreas Rumpf
49f2341cd7
Merge pull request #5156 from nigredo-tori/patch-1
...
NimTypeKind - replace ntyArrayConstr with ntyAlias
2016-12-29 10:54:46 +01:00
Mark Janssen
fa51de8c00
Define getAttributes(NS) on PNode instead of PElement.
2016-12-28 18:26:25 +01:00
AdrianV
8a487d3223
bcc misses the same functions like vcc
2016-12-28 17:34:14 +01:00
AdrianV
3a4353bc40
bcc uses _timezone like vcc
2016-12-28 17:30:23 +01:00
nigredo-tori
7372ad2bed
NimTypeKind - replace ntyArrayConstr with ntyAlias
...
Cleanup following the change in `TTypeKind`
2016-12-28 22:37:54 +07:00
Andreas Rumpf
0b97dfbf87
remove deprecated system.TResult enum
2016-12-28 00:10:10 +01:00
Andreas Rumpf
847210b799
disable new alloctor behaviour for emscripten
2016-12-27 17:54:09 +01:00
Araq
77d5d0cdfe
NimScript: prepare for future Nimble improvements; should be completely compatible with old and upcoming Nimble versions
2016-12-23 12:26:28 +01:00
Chris Heller
7ad32ea0ed
Change error handling in split to use doAssert so it is not compiled out when running tests
2016-12-21 22:24:08 -08:00
Chris Heller
80a727f1ce
Change error handling to use assert as per Araq's comment
2016-12-21 12:15:33 -08:00
Chris Heller
40d034b7e3
Guard against calling split with an empty string as a separator. Fixes #5119
2016-12-21 12:06:59 -08:00
Araq
237252f90c
Merge branch 'devel' into sighashes
2016-12-19 11:35:45 +01:00
Araq
39ca8b8c8e
fixes #4818
2016-12-18 23:11:53 +01:00
Andreas Rumpf
19edb206d9
Merge pull request #5123 from vegansk/cpuload_overflow
...
Fix overflow when casting int64 to int in cpuload.nim
2016-12-18 02:07:56 +01:00
Araq
24239c2361
Merge branch 'devel' into sighashes
2016-12-17 23:04:34 +01:00
Andreas Rumpf
9ea97bbb2a
Merge pull request #5096 from cheatfate/sup5094
...
Support android compilation of ioselectors.
2016-12-17 10:12:47 +01:00
vega
52a7ed5d19
Fix overflow when casting int64 to int in cpuload.nim
2016-12-16 12:12:36 +07:00
Araq
414c2decbe
Merge branch 'devel' into sighashes
2016-12-13 12:18:45 +01:00
Paweł Świątkowski
11db362d86
Fix description of CountTable's smallest proc
2016-12-11 19:05:39 +01:00
Andreas Rumpf
9099fdd8f0
Merge pull request #5110 from yglukhov/leaks
...
More workarounds for #5098
2016-12-11 18:06:26 +01:00
Yuriy Glukhov
feba5acc98
Added FileSeekPos
2016-12-08 18:57:46 +02:00
Dominik Picheta
7f03fd3f65
Merge pull request #5103 from yglukhov/leak-detector-cmdline
...
Control leakDetector from cmdline
2016-12-07 22:48:52 +01:00
Yuriy Glukhov
54cbe0b743
More workarounds for #5098
2016-12-07 20:15:31 +02:00
cheatfate
b59ce8d321
Fix compilation errors and enable async events on partially supported systems.
2016-12-07 14:08:53 +02:00
konqoro
5adb639948
strscans: Fix examples
2016-12-06 20:00:21 +02:00
Araq
78d68f0882
Merge branch 'devel' into sighashes
2016-12-06 16:49:22 +01:00
Andreas Rumpf
57c4e78bcc
Merge pull request #5088 from jfhg/posix_running
...
check waitpid() return value before setting exitStatus
2016-12-06 15:05:37 +01:00
Andreas Rumpf
e53e7d9688
Merge pull request #5102 from nigredo-tori/fix-4690
...
Fix 4690 (WIP)
2016-12-06 15:02:57 +01:00
Yuriy Glukhov
2ad8e073d8
Control leakDetector from cmdline
2016-12-06 11:54:47 +02:00
Andreas Rumpf
36a9703866
Merge branch 'devel' into sighashes
2016-12-06 10:08:38 +01:00
Dmitry Polienko
dc8ee72eb6
Revert @endragor's fix for Windows
...
_mkgmtime is not supported by mingw because of the older msvcrt
versions. Fortunately, mktime implementation in Windows is just broken
enough to make the initial implementation work...
As far as I can tell, this works with both *nix-like platforms
and Win, and fixes #4690
2016-12-06 14:53:48 +07:00
Andreas Rumpf
14b9eaee06
Merge pull request #5078 from johnnovak/terminal-height
...
Add terminalHeight, terminalHeightIoctl & terminalSize
2016-12-06 08:49:07 +01:00
Andreas Rumpf
633eb8a1e5
Merge pull request #5099 from yglukhov/workaround-5098
...
Workaround for #5098
2016-12-06 08:47:18 +01:00
Andreas Rumpf
5a82747d7c
Merge pull request #5100 from yglukhov/writeCell-typename
...
Show cell type name in writeCell
2016-12-06 08:35:09 +01:00
Yuriy Glukhov
44ff8baf2a
Show cell type name in writeCell
2016-12-06 00:31:26 +02:00
Yuriy Glukhov
4423da465a
Workaround for #5098
2016-12-05 23:44:55 +02:00
cheatfate
ac4ccc695f
Support android compilation of ioselectors.
2016-12-05 13:41:46 +02:00
Yuriy Glukhov
58e2fbc935
Added BIO_new_mem_buf
2016-12-05 02:27:45 +02:00
Johannes Hofmann
95188edf6f
make sure first call to running() after process exit returns false
2016-12-03 14:07:08 +01:00
Johannes Hofmann
b453a8e616
check waitpid() return value before setting exitStatus
...
This fixes a race with parallelBuild on DragonFly BSD.
2016-12-02 22:24:42 +01:00
Araq
d2cbf7f242
more fixes
2016-12-02 08:37:51 +01:00
Dominik Picheta
d6ab21eed5
Merge pull request #5080 from FedericoCeratto/httpheaders
...
Add HTTP header deletion, improve tests
2016-12-01 18:01:04 +01:00
Andreas Rumpf
0f700d2277
Merge pull request #5074 from nigredo-tori/fix-5073
...
Make xmltree.innerText recursive, define for all node kinds
2016-12-01 11:20:27 +01:00
Andreas Rumpf
7c83daee42
Merge pull request #5077 from johnnovak/termios-posix-fix
...
Use imported symbols & remove non-POSIX stuff
2016-12-01 11:12:05 +01:00
Araq
2eee15d7f3
Merge branch 'devel' into sighashes
2016-12-01 10:06:41 +01:00
John Novak
a245514146
Use imported symbols & remove non-POSIX stuff
...
* All symbols were hardcoded using Linux specific values, using
imports now (because of this, the module was broken on OS X, for example)
* There were many non-POSIX (Linux specific) symbols and
functions included, these have been removed
2016-12-01 16:46:35 +10:00
Dmitry Polienko
ff69656f80
Clean up (as suggested by @Araq)
2016-12-01 09:14:14 +07:00