andri lim
bd560d6a4e
fixes #4915
2016-10-27 12:22:12 +07:00
Arne Döring
5864506ad3
fixed == and cmp to work on nimvm
2016-10-26 22:57:14 +02:00
Dominik Picheta
b2b2dcff08
Fixes #4959 .
2016-10-26 21:26:48 +02:00
Yuriy Glukhov
6690cd15f4
Mark socketError as gcsafe
2016-10-26 20:17:40 +03:00
Felix Krause
7476e4fcb2
Fixes #4946
2016-10-24 22:36:21 +02:00
Andreas Rumpf
60d13c488d
Merge pull request #4888 from arnetheduck/mmap-fixes
...
add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc
2016-10-24 22:05:11 +02:00
Andreas Rumpf
2f725e923e
Merge pull request #4924 from nigredo-tori/fix-4917
...
Make createDir return discardable bool
2016-10-24 20:30:52 +02:00
Araq
8a0b945170
asynchttpserver: cleanup example code
2016-10-24 20:28:27 +02:00
Andreas Rumpf
3effd52ca3
Merge pull request #4847 from honewatson/patch-1
...
Add respond proc example
2016-10-24 20:27:16 +02:00
Andreas Rumpf
6fd27a8a08
Merge pull request #4945 from arnetheduck/cleanup-tyXxx
...
Cleanup ty xxx
2016-10-24 19:20:02 +02:00
Andreas Rumpf
3715a5ac91
Merge pull request #4814 from scriptum/rpg-pcre-jit
...
Enable JIT in PCRE to improve regular expressions performance
2016-10-24 19:07:30 +02:00
Andreas Rumpf
00f09f1309
Merge pull request #4819 from andreaferretti/usefulmacros
...
Some useful macros
2016-10-24 18:41:45 +02:00
Andreas Rumpf
adeb62120c
Merge pull request #4812 from andreaferretti/jsconsole
...
Added js console object
2016-10-24 18:38:41 +02:00
Jacek Sieka
f5c3eb6a25
clean up tyMutable remnants
2016-10-24 23:30:10 +08:00
Jacek Sieka
b3de34548d
clean up tyConst remnants
2016-10-24 23:19:46 +08:00
Jacek Sieka
f488ed973d
clean up tyBigNum remnants
2016-10-24 23:11:38 +08:00
Andreas Rumpf
86ca077324
Merge pull request #4943 from nigredo-tori/fix-4942
...
Reset HttpClient if new URL has different port
2016-10-24 17:07:30 +02:00
Andreas Rumpf
236c2beead
Merge pull request #4935 from flyx/tablefix
...
Table fixes. fixes #4901
2016-10-24 17:07:03 +02:00
Andreas Rumpf
353ce7315a
Merge pull request #4938 from FedericoCeratto/unittest
...
Improve unittest docs
2016-10-24 17:03:11 +02:00
Andreas Rumpf
8208a2db84
Merge pull request #4937 from cheatfate/newos
...
Some changes to os.nim
2016-10-24 17:02:15 +02:00
Jacek Sieka
6f7b891bdc
remove remnants of tyIter
2016-10-24 21:10:48 +08:00
Dmitry Polienko
8fb7858291
Reset HttpClient if new URL has different port
2016-10-24 09:42:18 +07:00
Andreas Rumpf
c486e6377c
fixes #4386
2016-10-23 17:43:38 +02:00
Federico Ceratto
767e0846c1
Improve unittest docs
2016-10-23 16:13:38 +01:00
cheatfate
c21bc6c61c
Fix for getCurrentDir().
...
Fix for expandFilename().
Fix for getAppFilename().
2016-10-23 16:41:04 +03:00
Felix Krause
73b0bb52bb
Table fixes. fixes #4901
...
* added `==` for OrderedTable, CountTable and the *Ref types
* added missing documentation to all `==` procs
* fixed clear() for OrderedTables, which did not work because `var`
does not work well with `|`
* added tests
2016-10-23 11:21:52 +02:00
Andreas Rumpf
9f895c6f5a
Merge pull request #4931 from nigredo-tori/fix-4929
...
Fix isAbsolute for Windows root directories
2016-10-22 16:20:06 +02:00
Andreas Rumpf
2de67c60b6
Merge pull request #4932 from cheatfate/fix4928
...
Fix #4928
2016-10-22 16:19:18 +02:00
Dominik Picheta
f04999e49f
Merge pull request #4923 from jdbernard/set-dst-properly-in-times-parse
...
Fix #4922 , bug in times.parse, mishandling DST.
2016-10-22 14:44:21 +02:00
cheatfate
406878ec5f
Fix #4928
2016-10-22 15:07:45 +03:00
Dmitry Polienko
bc305261d9
Fix isAbsolute for Windows root directories
2016-10-22 18:47:45 +07:00
Dmitry Polienko
1cd4799b01
Improve as previously discussed
...
Better name for exposed primitive function, checks for pre-existing files
2016-10-22 18:39:10 +07:00
Dmitry Polienko
785e402247
Make createDir more robust
...
Should now properly work for root directories on Windows (after isAbsolute
is fixed)
2016-10-22 18:07:00 +07:00
Dmitry Polienko
45b432b901
Revert createDir signature, expose rawCreateDir
2016-10-22 17:37:28 +07:00
Andreas Rumpf
8ffcae916c
Merge pull request #4903 from FedericoCeratto/patch-17
...
Support OpenSSL 1.0.2
2016-10-22 11:12:45 +02:00
Dmitry Polienko
1f641b1337
Fix for unix and solaris
2016-10-22 13:08:11 +07:00
Dmitry Polienko
48ef6761d8
Make createDir return discardable bool
2016-10-22 12:29:03 +07:00
Jonathan Bernard
b7232bd425
Fix #4922 , bug in times.parse, mishandling DST.
2016-10-21 17:06:36 -05:00
Araq
7c22c03876
fixes bootstrapping problem
2016-10-21 18:02:57 +02:00
Andreas Rumpf
e2eb9f815e
fixes #564
2016-10-21 16:57:57 +02:00
Andreas Rumpf
7fce1bcf92
version bump
2016-10-21 12:32:16 +02:00
Andreas Rumpf
de7027e0bf
Merge pull request #4919 from def-/httpclient-doc
...
Update httpclient documentation
2016-10-21 11:34:42 +02:00
Dennis Felsing
f0ed986e0e
Update httpclient documentation
2016-10-21 10:53:28 +02:00
cheatfate
0c69891b8d
One more attempt to fix #4867
2016-10-21 11:15:33 +03:00
Andreas Rumpf
50d593787f
fixes #1518
2016-10-20 23:44:55 +02:00
Andreas Rumpf
db6b2bf1c7
fixes #4879
2016-10-20 23:02:26 +02:00
Andreas Rumpf
20ee65af6d
fixes #3078
2016-10-20 21:40:04 +02:00
Andreas Rumpf
17128f163a
Merge pull request #4904 from FedericoCeratto/spellings
...
Fix few typos
2016-10-20 15:35:31 +02:00
Andreas Rumpf
a12f503b47
fixes #4899
2016-10-19 19:56:51 +02:00
Andreas Rumpf
b389f82d12
Windows console apps do not set the codepage to UTF-8 anymore; use -d:nimSetUtf8CodePage to re-enable this feature
2016-10-18 18:26:29 +02:00