Commit Graph

  • 7ff80cc8b2 first implementation of segfaults stdlib module Andreas Rumpf 2017-01-20 12:40:47 +01:00
  • e22c36dfc2 posix.nim: make new sigaction wrapper compatible with C++ Andreas Rumpf 2017-01-20 05:52:19 +01:00
  • 0d735aa73c Added news Yuriy Glukhov 2017-01-20 13:06:03 +02:00
  • 2f320fb286 Fixed query and anchor during relative redirection Yuriy Glukhov 2017-01-20 12:59:13 +02:00
  • 953b8cbcc2 fixes #5234 (#5240) Michael Jendrusch 2017-01-20 05:16:42 +01:00
  • 9626919cd3 added isAbsolute to uri.nim enthus1ast 2017-01-20 00:45:44 +01:00
  • e8a00b805f fix seq add for nim node in VM (#5253) Arne Döring 2017-01-19 20:10:01 +01:00
  • ecf1802568 posix.nim add 'sigaction' with 3rd nil parameter Andreas Rumpf 2017-01-19 20:00:08 +01:00
  • b2237678fb Redirects support in request proc Yuriy Glukhov 2017-01-19 15:06:08 +02:00
  • 130f30ddb2 make quote ast a ref type (#5246) Arne Döring 2017-01-19 16:39:18 +01:00
  • b85898cd41 fixes #5237 Andreas Rumpf 2017-01-19 13:26:15 +01:00
  • 4ec0f9305e Remove Build status waterfall, all links 502 (#5249) timothy eichler 2017-01-19 13:21:33 +01:00
  • 249a352c6b fixes #3434 Andreas Rumpf 2017-01-19 07:11:09 +01:00
  • a296f091e4 Fixes #5225 (#5243) Lolo Iccl 2017-01-19 05:04:03 +09:00
  • fe0291f127 Import ospaths instead of include (#5233) Yuriy Glukhov 2017-01-18 21:17:53 +02:00
  • 05dec08cea Fixes #5244 (#5245) Yuriy Glukhov 2017-01-18 21:13:08 +02:00
  • bde768cb09 Merge pull request #5239 from illogica/patch-2 Dominik Picheta 2017-01-18 17:49:49 +01:00
  • 61937974e2 added system.onThreadCreation feature for safe thread local storage initializations Andreas Rumpf 2017-01-18 13:41:55 +01:00
  • 2f08fdf623 implements {.gcsafe.} enforcement as a pragma block Andreas Rumpf 2017-01-18 12:55:33 +01:00
  • 9b0b079634 Fix nativesockets.select() Loris Pederiva 2017-01-18 09:42:56 +01:00
  • b6b5a11be7 Fixes #5112 (Fix error messages raised when multiple modules have the same original name) (#5220) Lolo Iccl 2017-01-18 00:58:50 +09:00
  • 454547da8e Removed mangling of object fields for the js target only. (#5226) Michael Jendrusch 2017-01-17 16:43:06 +01:00
  • 54a6c5b348 fixes #5218 Andreas Rumpf 2017-01-16 23:04:45 +01:00
  • 915cc86f5d docs for the heap dump feature Andreas Rumpf 2017-01-15 10:30:33 +01:00
  • 704eae8495 re additions for buffer (cstring) RE matching (#5117) jlp765 2017-01-17 00:55:15 +10:00
  • 108f5e688e Fix #5128, #5184. (#5214) Eugene Kabanov 2017-01-16 15:01:40 +02:00
  • f8736dcfb7 Fixed Mersenne Twister (#5227) MednauN 2017-01-16 19:35:43 +07:00
  • 9f95dd8e1d Create temp var in deepcopy if needed (#5205) Brandon Pickering 2017-01-14 21:26:59 -08:00
  • 03916fa3b1 M&S GC gets the heap dump feature Andreas Rumpf 2017-01-15 10:12:18 +01:00
  • e216e0debd finish tool: untested download feature Andreas Rumpf 2017-01-15 08:56:35 +01:00
  • 723a5a09f4 Update system.nim Andreas Rumpf 2017-01-14 16:21:05 +01:00
  • 823fbd4e40 default GC can do a sort of heap dump via -d:nimTypeNames and dumpNumberOfInstances() Andreas Rumpf 2017-01-14 04:00:06 +01:00
  • 9753782f96 memory allocator hotfix: do not allocate tremendous amounts of memory Andreas Rumpf 2017-01-13 12:07:19 +01:00
  • e142f4c371 finish tool: slightly more informative error message Andreas Rumpf 2017-01-13 11:18:43 +01:00
  • 922f9c4b85 Merge pull request #5211 from illogica/patch-1 Dominik Picheta 2017-01-12 18:58:08 +01:00
  • 8699372109 Correct the spelling of the word 'overridden'. (#5212) mfxmfx 2017-01-11 13:40:10 +01:00
  • f237f7f1cf Make SockAddr.sa_data public Loris Pederiva 2017-01-11 12:01:27 +01:00
  • d356c37185 Workaround for the high cpu usage issue in coroutines on linux (#5186) Dmitriy Fomichev 2017-01-11 13:01:03 +04:00
  • d04ca6ef23 Improve & optimize strutils 'find' procs (#5196) Parashurama 2017-01-11 09:48:31 +01:00
  • abe5cb82a0 Fix for #5134 (parseJson(string) should fail on leftover data) (#5203) Lolo Iccl 2017-01-11 14:50:18 +09:00
  • da1293c405 Reset exprs before return by arg. Fixes #5098 (#5191) Brandon Pickering 2017-01-10 21:24:31 -08:00
  • 767524d62a random.shuffle now takes an openArray proc Andreas Rumpf 2017-01-11 06:13:27 +01:00
  • 17c62bb545 Documented shuffle from random module (#5204) Benjamin Summerton 2017-01-11 00:05:41 -05:00
  • c98a8f3701 Handle different enum sizes in reprAux (#5207) Brandon Pickering 2017-01-10 20:54:04 -08:00
  • 88f95a2f7e nim.cfg: update comments about the stack size to match reality (#5206) mfxmfx 2017-01-11 05:23:38 +01:00
  • 28005cf02d alternative fix for #4884; fixes tlateboundstatic Zahary Karadjov 2017-01-11 00:44:33 +02:00
  • c86988491f Merge pull request #5208 from luked99/async-json-example-fix Dominik Picheta 2017-01-10 22:02:24 +01:00
  • de7f42a741 asynchttpserver: import json in the example code Luke Diamand 2017-01-10 20:33:53 +00:00
  • 6ee487b0eb bugfix: abs(0.0) should be +0.0 Andreas Rumpf 2017-01-10 18:29:26 +01:00
  • aceb2e1bdf add 'koch nimsuggest' command for consistency Andreas Rumpf 2017-01-10 11:32:06 +01:00
  • 013e11fcc4 add copyDir stdlib test Andreas Rumpf 2017-01-10 11:27:03 +01:00
  • 3702d1f6c7 use os.copyDir, not your own broken implementation of it Andreas Rumpf 2017-01-10 11:26:48 +01:00
  • 639fa92378 add distros to docs properly Araq 2017-01-09 07:40:03 +01:00
  • 65f3d9ea69 updated koch docs Araq 2017-01-08 23:42:43 +01:00
  • e0b05b80ce added checksums Araq 2017-01-08 22:06:21 +01:00
  • bf612a7f19 fix #4884 Zahary Karadjov 2016-11-30 23:00:44 +02:00
  • 5947403e84 Small fixes in readme. Dominik Picheta 2017-01-08 21:23:15 +01:00
  • b040f74356 Fix C source gen. v0.16.0 Dominik Picheta 2017-01-08 20:52:53 +01:00
  • c6c226a6a2 updated download page Araq 2017-01-08 18:32:20 +01:00
  • 5f6f444d55 naive work-around for time redefinition (#5193) Fabian Keller 2017-01-08 17:53:43 +01:00
  • 06740d674b Remove colon when unpacking yielded tuples. Fixes #5173 (#5190) Brandon Pickering 2017-01-08 05:07:29 -08:00
  • 6acfbb9e1d make random.nim work for the JS target again Araq 2017-01-08 14:00:52 +01:00
  • 13649778c1 random.nim: added shuffle proc; fixes 'mod' bias Araq 2017-01-08 00:53:23 +01:00
  • 9c47bb9cc0 happy new year Araq 2017-01-07 22:35:09 +01:00
  • fc636e2d12 updated to version 0.16.0 Araq 2017-01-07 21:44:40 +01:00
  • e95c5c926c minor manual improvement; refs #5181 Araq 2017-01-07 21:43:42 +01:00
  • 961096b564 Add 0.16.0 release notes. Dominik Picheta 2017-01-07 14:37:46 +00:00
  • a93ca14418 disable pinToCpu for OSX Andreas Rumpf 2017-01-07 10:39:20 +01:00
  • 5ce414141e koch.nim: critical fix for the tar.xz installations Andreas Rumpf 2017-01-07 10:39:00 +01:00
  • 86c73cdfc2 Further tutorial updates (#5176) jlp765 2017-01-07 18:18:45 +10:00
  • 92ecbc9958 fixes #5179 Araq 2017-01-07 03:05:48 +01:00
  • 7cd8b0b5e6 attempt to make the build green again Araq 2017-01-07 02:55:15 +01:00
  • 5c08ca7ed2 make Nim compiler compile with 0.15.2 Araq 2017-01-07 02:43:31 +01:00
  • 9d488261df added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994 Araq 2017-01-07 02:38:26 +01:00
  • a17d996be9 use new nimble file format to make Nim's version DRY Araq 2017-01-07 00:30:53 +01:00
  • 5a64e1a531 random.nim: add a warning about crypo; refs #5047 Araq 2017-01-07 00:30:09 +01:00
  • edf2a57a70 Merge pull request #5188 from trustable-code/patch-2 Andreas Rumpf 2017-01-07 00:27:53 +01:00
  • 7c8563b8dd Merge pull request #5187 from krux02/new-htmlgen Andreas Rumpf 2017-01-07 00:24:04 +01:00
  • 45c251cb1d fixes 4804 Simon Krauter 2017-01-06 23:29:20 +01:00
  • 9547bcbb88 get rid of immediate macros in htmlgen module Arne Döring 2017-01-06 22:54:17 +01:00
  • 92b48dbcad fixes 'nim c file_without_nim_ext' regression; refs #5183 Andreas Rumpf 2017-01-06 18:22:27 +01:00
  • 64912d3d70 fixes #5185 Andreas Rumpf 2017-01-06 18:15:08 +01:00
  • 76bc890e36 Fixes bootstrapping. Dominik Picheta 2017-01-06 15:02:09 +00:00
  • 36964d7491 findExe finds cmd and bat files; refs #5049 Araq 2017-01-06 14:07:05 +01:00
  • 864946afb8 Add async IO overview to asyncnet module docs. Dominik Picheta 2017-01-06 12:43:21 +00:00
  • 75b7756d79 fixes #4948 Araq 2017-01-06 13:21:41 +01:00
  • 86ea5ea92c Merge pull request #5141 from c-blake/devel Andreas Rumpf 2017-01-06 13:15:10 +01:00
  • 4b73194bb0 koch and nims updates Araq 2017-01-06 13:10:51 +01:00
  • 4910a87c6f gendepend improvements; refs #5144 Araq 2017-01-06 13:09:39 +01:00
  • d54539a648 attempt to re-enable trimcc tool Araq 2017-01-06 10:58:42 +01:00
  • 842f66db25 compiler API: introduce options.disableNmiblePath Araq 2017-01-04 20:53:25 +01:00
  • fb14ec9aae Merge pull request #5180 from Parashurama/optimize_byteswapping Andreas Rumpf 2017-01-06 10:53:56 +01:00
  • 0dde24fd98 Merge pull request #5138 from vegansk/4775-args Andreas Rumpf 2017-01-06 10:49:02 +01:00
  • dcb609efe4 Merge pull request #5175 from jlp765/patch-1 Andreas Rumpf 2017-01-06 10:27:20 +01:00
  • d7778b5e8b optimize byte-swapping in endians.nim Parashurama 2017-01-05 15:13:57 +01:00
  • 2c1d01086c Merge pull request #5177 from trustable-code/patch-1 Andreas Rumpf 2017-01-05 14:50:12 +01:00
  • 5785437d62 Merge pull request #5178 from krux02/devel Andreas Rumpf 2017-01-05 14:49:55 +01:00
  • 8282449aa1 updated doc for dynlib pragma Arne Döring 2017-01-04 14:02:51 +01:00
  • 79ba0b7d8a fixes #2723 Simon Krauter 2017-01-04 14:00:36 +01:00
  • 8500600090 koch.nim: remove old bin/nimblepkg/*.nim files for nimble installation Andreas Rumpf 2017-01-04 12:28:04 +01:00