Commit Graph

  • 39fd0e801d Update math.nim matkuki 2016-06-18 12:26:21 +02:00
  • f9a659f7ab Windows MSVC < 2012 'round' function update matkuki 2016-06-17 21:52:41 +02:00
  • 0110a66c68 Use walkPattern to walk both directories and files Joey Payne 2016-06-17 08:38:55 -06:00
  • 02895ba934 Add walkPattern to return both files and directories Joey Payne 2016-06-17 08:35:59 -06:00
  • b0e4c0ae26 Merge pull request #4357 from SSPkrolik/json-contains Dominik Picheta 2016-06-17 14:12:25 +01:00
  • 494b3b3917 Merge pull request #4352 from jyapayne/fix_walkfiles Dominik Picheta 2016-06-17 12:29:17 +01:00
  • 99abfcef35 Merge pull request #4356 from cheatfate/asyncudpv3 Dominik Picheta 2016-06-17 12:28:17 +01:00
  • d913ec1685 Implemented in operator support for JsonNode objects Rostyslav Dzinko 2016-06-17 14:08:09 +03:00
  • a93ae86088 Lets make arguments names equal on all platforms. cheatfate 2016-06-17 13:44:28 +03:00
  • b53f13cbe7 New version, without any piece of code duplication. cheatfate 2016-06-17 13:37:42 +03:00
  • 67c7a925c1 Remove high() and low() procs from queues module ReneSac 2016-06-16 18:08:15 -03:00
  • 8dcb3fe5b7 Fixes for things pointed by Araq on the PR ReneSac 2016-06-16 17:33:45 -03:00
  • b5f1a82285 Fix #4280: os.walkFiles yields directories on Unix systems Joey Payne 2016-06-16 14:24:38 -06:00
  • 9837b12ee6 Merge pull request #4336 from cheatfate/protectwinrw Andreas Rumpf 2016-06-16 16:24:30 +02:00
  • 87451f549d Merge pull request #4349 from hendi/http1.0 Dominik Picheta 2016-06-16 15:21:10 +01:00
  • 5c465e260a Fix empty body on HTTP/1.0 connections Hendrik Richter 2016-06-16 15:35:57 +02:00
  • b9865e8ad0 Merge pull request #4348 from cheatfate/ansiSignals Dominik Picheta 2016-06-16 12:17:02 +01:00
  • e0b7f434eb Enhance values SIGNALS on more OS. Checked systems OpenBSD, NetBSD, FreeBSD, Solaris. cheatfate 2016-06-16 13:38:30 +03:00
  • dac4826483 Improved the documentation and miscelaneous ReneSac 2016-06-15 18:19:51 -03:00
  • 500aa0cb3f Reverts 1446dc87c3. Fixes #4333. Fixes #4170. Dominik Picheta 2016-06-15 16:55:21 +01:00
  • 5f83e869fa attempt to fix a critical memory leak in Nim's collections Andreas Rumpf 2016-06-15 17:15:20 +02:00
  • 50756d8859 add install_nimble.nims to the tar.xz Andreas Rumpf 2016-06-15 17:08:43 +02:00
  • 42251f0b6b moved expandTabs to strmisc Andreas Rumpf 2016-06-14 10:06:22 +02:00
  • 9950bc3936 fixes #3045 Andreas Rumpf 2016-06-13 13:37:49 +02:00
  • 7d986583b4 Merge pull request #4342 from moigagoo/devel Dominik Picheta 2016-06-15 12:13:30 +01:00
  • 41f5b3bf75 Stdlib: nre: Docstring improved. Konstantin Molchanov 2016-06-15 15:08:35 +04:00
  • 974dcc8766 One more place to release callback environment protection cheatfate 2016-06-14 22:33:15 +03:00
  • 11d9b15fc4 Implement protection on callback environment. cheatfate 2016-06-14 21:23:48 +03:00
  • e9023e17d9 Merge pull request #4316 from cheatfate/windowsEventSelect Dominik Picheta 2016-06-14 17:40:26 +01:00
  • 9d91bdad2f Merge pull request #4335 from cheatfate/i4334 Dominik Picheta 2016-06-14 15:40:43 +01:00
  • efb4d97467 Resolve #4334 cheatfate 2016-06-14 17:22:34 +03:00
  • 5e8646583d Merge pull request #4331 from endragor/no-cpp-exceptions-rethrow Andreas Rumpf 2016-06-14 09:39:10 +02:00
  • c9c4b6c41d Merge pull request #4276 from jyapayne/devel Andreas Rumpf 2016-06-14 09:38:45 +02:00
  • a648d06ba8 Fixed rethrowing not to generate C++ throw with noCppExceptions switch Ruslan Mustakov 2016-06-14 13:05:28 +06:00
  • 84d9081e21 Move partition and rpartition to new strmisc module Joey Payne 2016-06-11 18:59:41 -06:00
  • f6e30981a8 Add new procs for string manipulation Joey Payne 2016-06-04 15:05:30 -06:00
  • 93424420d4 Merge pull request #4326 from kierdavis/fix-4325 Andreas Rumpf 2016-06-14 01:57:26 +02:00
  • 9bb31f6273 Merge pull request #4314 from abudden/2146-unbuffered-io Andreas Rumpf 2016-06-14 01:57:02 +02:00
  • 72bd22a380 Added missing export marker. A. S. Budden 2016-06-13 19:08:13 +01:00
  • acbb03ee5e Implement clear() for CountTableRef. Fixes #4325. Kier Davis 2016-06-13 17:00:32 +01:00
  • 8e28a6140b Correction as I hadn't realised setvbuf had been renamed. A. S. Budden 2016-06-13 16:57:52 +01:00
  • 1095b35a79 Merged upstream/devel into this branch to resolve conflicts and ensure an easy merge back into upstream/devel A. S. Budden 2016-06-13 16:44:14 +01:00
  • 5327cd0a84 Corrected setStdIoUnbuffered for systems without stdout, stderr or stdin declared. A. S. Budden 2016-06-13 16:37:50 +01:00
  • 58bb12d5ce Merge pull request #4323 from yglukhov/emscripten-fix Andreas Rumpf 2016-06-13 16:39:45 +02:00
  • 84876edbcb Fixed emscripten compilation Yuriy Glukhov 2016-06-13 17:00:13 +03:00
  • 4fca8c94a2 Merge pull request #4317 from karantin2020/xmlfix Dominik Picheta 2016-06-13 13:43:55 +01:00
  • 68d1240012 fixes sysio/readChar regression Andreas Rumpf 2016-06-13 12:23:31 +02:00
  • 82ccb09b61 fixes niminst regression Andreas Rumpf 2016-06-13 12:17:54 +02:00
  • 7e8c9eda45 more niminst fixes Andreas Rumpf 2016-06-13 12:06:04 +02:00
  • 112cde69c8 de-deprecate re.nim Andreas Rumpf 2016-06-13 12:05:21 +02:00
  • 792b99442a Merge pull request #4284 from arnetheduck/system-c-cleanup Andreas Rumpf 2016-06-13 12:18:34 +02:00
  • 318e1e2c6a Merge pull request #4313 from abudden/csvDictReader2 Andreas Rumpf 2016-06-13 01:58:27 +02:00
  • d6849b87c5 Enchanced random access support for queues ReneSac 2016-06-12 16:34:24 -03:00
  • bf67fac169 In xmldom module added default attribute names checkfor namespace creation, see https://www.w3.org/XML/1998/namespace karantin2020 2016-06-12 20:04:57 +03:00
  • de6af2f887 Resolve some dom96 comments cheatfate 2016-06-12 16:25:34 +03:00
  • 43329c5909 Introduce addRead/addWrite for Windows IOCP. cheatfate 2016-06-12 15:09:30 +03:00
  • 52b4e8f661 Added setStdIoUnbuffered for unbuffered stdio (fixes #2146). A. S. Budden 2016-06-12 07:40:28 +01:00
  • 087db3ce64 remove fauly fix for windows error being overwritten Jacek Sieka 2016-06-12 14:31:59 +08:00
  • 004ac801a5 Improvements to parsecsv to include a minimalist DictReader #4285 A. S. Budden 2016-06-12 07:28:07 +01:00
  • aadc154c95 Merge pull request #4311 from FedericoCeratto/patch-10 Dominik Picheta 2016-06-12 01:16:51 +01:00
  • 7ee6b6c5f8 Merge pull request #4310 from Parashurama/long_stack_trace Andreas Rumpf 2016-06-11 22:07:15 +02:00
  • 0fe414150e Add value creation/update to the usage example Federico Ceratto 2016-06-11 15:52:36 +01:00
  • 6c8b06b2a3 adds --excessiveStackTrace:on|off flag for nim Parashurama 2016-06-11 09:49:19 +02:00
  • c1a553a2a9 Merge pull request #4282 from abudden/4252-startsWithChar Andreas Rumpf 2016-06-11 09:20:20 +02:00
  • d8cd16a8b6 version bump for development Andreas Rumpf 2016-06-11 09:15:28 +02:00
  • 52c6c8b730 poor man's https: add checksums o downloads Araq 2016-06-11 01:11:41 +02:00
  • abf4e204c2 today is the day v0.14.2 Andreas Rumpf 2016-06-11 00:01:23 +02:00
  • 78b5f64166 Merge pull request #4306 from FedericoCeratto/patch-9 Andreas Rumpf 2016-06-10 18:02:07 +02:00
  • 75abb0fcbd Fix tar usage in testinstall Federico Ceratto 2016-06-10 16:17:40 +01:00
  • 8662e140b4 fixes a niminst regression Andreas Rumpf 2016-06-10 00:52:58 +02:00
  • a9f5ffb4c7 fixes a niminst regression Andreas Rumpf 2016-06-10 00:52:05 +02:00
  • 8bc90170e0 maybe today is the day Andreas Rumpf 2016-06-09 21:19:36 +02:00
  • fa1749d8d3 generated source code links also work when generated on Unix Andreas Rumpf 2016-06-09 21:18:01 +02:00
  • 76c8d6164b added 'koch testinstall' command; more installer related bugfixes Andreas Rumpf 2016-06-09 17:34:51 +02:00
  • 0ea65a824d Merge pull request #4303 from cheatfate/properClose Dominik Picheta 2016-06-09 13:35:14 +01:00
  • fb4ff86ad6 Make some proper closes. cheatfate 2016-06-09 07:07:43 +03:00
  • 10fdd241ea Small website fixes. Dominik Picheta 2016-06-08 22:56:58 +01:00
  • 1f1b61f432 added missing files to the installation process Araq 2016-06-08 23:33:15 +02:00
  • 8d7e2b9c72 news for 0.14.2 Araq 2016-06-08 22:07:49 +02:00
  • 0e00ea89c4 adds missing web/ticker.html to the tarballs so that documentation building works Andreas Rumpf 2016-06-08 21:32:15 +02:00
  • 9277dcb4d3 version bump to 0.14.2 Araq 2016-06-08 19:59:07 +02:00
  • 43996c24a0 fix errno in os.nim Jacek Sieka 2016-06-08 23:28:16 +08:00
  • ea53cc7fcd fix O_BINARY type Jacek Sieka 2016-06-08 22:48:38 +08:00
  • 1d7f86e0cc fix setmode call Jacek Sieka 2016-06-08 22:22:02 +08:00
  • fb0df95015 fixes #4289 Andreas Rumpf 2016-06-08 16:05:21 +02:00
  • a2345702f8 don't package nimble this way for now Andreas Rumpf 2016-06-08 16:05:06 +02:00
  • 0d45c17388 disable StringStream for JS (needs copyMem) Jacek Sieka 2016-06-08 22:00:13 +08:00
  • 9604444d09 fix fgets type Jacek Sieka 2016-06-08 20:48:46 +08:00
  • 03ce08c47b no *mem proc's for JS Jacek Sieka 2016-06-08 20:30:32 +08:00
  • 5e93924afd include ansi_c also when doing nimscript Jacek Sieka 2016-06-08 19:54:14 +08:00
  • 32880db929 Merge pull request #4300 from abudden/docfix2 Andreas Rumpf 2016-06-08 13:01:23 +02:00
  • 1d1d424fbc Merge pull request #4294 from Tormund/fix_android_compile_error Andreas Rumpf 2016-06-08 13:01:05 +02:00
  • cc8092bbdf Corrected typo in earlier release note addition. A. S. Budden 2016-06-08 11:11:25 +01:00
  • 1ecdcf313a Fix links in news post. Dominik Picheta 2016-06-08 00:37:33 +01:00
  • e8faa214eb fixes #4295 Andreas Rumpf 2016-06-07 22:44:51 +02:00
  • dc33b7d7e9 Merge pull request #4293 from abudden/docfix Andreas Rumpf 2016-06-07 19:54:58 +02:00
  • ac4201132d Fix android compile time error tormund 2016-06-07 19:24:23 +03:00
  • 21263f6689 Added more details to the news article. Dominik Picheta 2016-06-07 17:12:37 +01:00
  • 2f1e8f11c2 Fixed a couple of links. A. S. Budden 2016-06-07 15:37:33 +01:00
  • e0f57ee1a1 finally make niminst smart about which files are important Andreas Rumpf 2016-06-07 13:47:02 +02:00