Commit Graph

  • 49d810f341 Nimble is officially a part of Nim now Araq 2015-09-05 11:28:17 +02:00
  • 0f2a37cf1b fixes #3282 Araq 2015-09-05 10:08:55 +02:00
  • 63a6bfce71 Merge pull request #3286 from yglukhov/when-nimvm Andreas Rumpf 2015-09-05 10:03:35 +02:00
  • 22d56fc494 Cleanup of line endings JamesP 2015-09-05 11:49:25 +10:00
  • d02d1219b0 instantRows doco updated with "the" to improve readability JamesP 2015-09-05 11:48:47 +10:00
  • 5b11ce27c4 fastRows iterator doco updated to clarify what happens when break a fastRows loop JamesP 2015-09-05 11:47:28 +10:00
  • c0fa4b7d9c Added documentation for when nimvm statement. Yuriy Glukhov 2015-09-05 01:16:28 +03:00
  • cd9d126a2f Merge pull request #3289 from nanoant/patch/fix-whitespace Andreas Rumpf 2015-09-04 23:37:59 +02:00
  • c5d7f6d2b3 Trim remaining .txt files trailing whitespace Adam Strzelecki 2015-09-04 23:11:11 +02:00
  • c99a9e5a6c examples: Trim .txt files trailing whitespace Adam Strzelecki 2015-09-04 23:11:11 +02:00
  • 567b7d5a6a tests: Trim .txt files trailing whitespace Adam Strzelecki 2015-09-04 23:11:11 +02:00
  • 0b44d812f1 doc: Trim .txt files trailing whitespace Adam Strzelecki 2015-09-04 23:10:48 +02:00
  • 51488766e7 empty.txt files: Trim trailing whitespace Adam Strzelecki 2015-09-04 23:09:54 +02:00
  • eab773f060 Convert contributors to UTF-8 Adam Strzelecki 2015-09-04 23:08:34 +02:00
  • 5d80548cce examples: Trim .nim files trailing whitespace Adam Strzelecki 2015-09-04 23:05:22 +02:00
  • e80465dacf tests: Trim .nim files trailing whitespace Adam Strzelecki 2015-09-04 23:04:32 +02:00
  • ac9c1cd6b9 tools: Trim .nim files trailing whitespace Adam Strzelecki 2015-09-04 23:04:17 +02:00
  • 43bddf62dd lib: Trim .nim files trailing whitespace Adam Strzelecki 2015-09-04 23:03:56 +02:00
  • d681812465 compiler: Trim .nim files trailing whitespace Adam Strzelecki 2015-09-04 23:02:43 +02:00
  • 37fe21b64a Merge pull request #3288 from Snowie/devel Dominik Picheta 2015-09-04 21:25:34 +01:00
  • 619ab0bcf0 Include port in host header as expected Doran 2015-09-04 02:30:17 -04:00
  • 538fc0467b Merge pull request #3285 from nanoant/patch/lib-pure-osproc-spawn-vs-fork-simplify Dominik Picheta 2015-09-04 20:19:38 +01:00
  • 790ef23c48 nimvm is magic Yuriy Glukhov 2015-09-04 19:23:58 +03:00
  • 49869a2b10 when nimvm stmt proof of concept Yuriy Glukhov 2015-09-03 19:20:23 +03:00
  • 178275f494 split os into os and ospaths parts; ospaths is available for NimScript; better NimScript support Araq 2015-09-04 12:22:12 +02:00
  • 4fefdb4d91 Merge pull request #3281 from nanoant/patch/lib-pure-times-hotfix Dominik Picheta 2015-09-03 21:37:35 +01:00
  • a9f114cf13 osproc: Define and select spawn/fork same way Adam Strzelecki 2015-09-03 18:00:15 +02:00
  • a373bdd0c9 improvements for NimScript support Araq 2015-09-03 14:11:33 +02:00
  • e90c155260 fixes 'line too long' warnings Araq 2015-09-03 14:11:14 +02:00
  • aa8da7f031 optimized writetracking Araq 2015-09-02 14:33:28 +02:00
  • 580855d2eb Merge pull request #3273 from yglukhov/js-copy-fix Andreas Rumpf 2015-09-03 14:22:10 +02:00
  • c3d399ed70 Merge pull request #3264 from jlp765/db_mysql Andreas Rumpf 2015-09-03 14:09:43 +02:00
  • d61461157f Merge pull request #3280 from jlp765/endb Andreas Rumpf 2015-09-03 12:37:55 +02:00
  • 5a9d2d8e75 Merge pull request #3266 from rbehrends/fix-readline Andreas Rumpf 2015-09-03 12:36:15 +02:00
  • ef5f0b1ac9 times: Export & document countLeapYears/Years/Days Adam Strzelecki 2015-09-03 10:34:55 +02:00
  • a3cc519ea9 bug fix: Switch state to dbgSkipCurrent for Eval, Local & Global commands. This avoids stepping into the endb code if previous command was single step. JamesP 2015-09-03 09:21:25 +10:00
  • 6fc01d1501 'var T' doesn't imply escaping Araq 2015-09-02 00:55:31 +02:00
  • 1e597c6332 formatFloat takes an optional decimalSep parameter Araq 2015-09-01 23:41:03 +02:00
  • 940b3ceca8 write tracking: leaner code; minor bug fixes (still unusable) Araq 2015-08-31 15:07:39 +02:00
  • e733debec7 first implementation of write tracking and escape analysis; still disabled Araq 2015-08-31 11:09:12 +02:00
  • 02214d8d1b Fixed JS copying. Yuriy Glukhov 2015-08-31 21:44:07 +03:00
  • 0e2a798af4 Merge branch 'reactormonk-coro-remove-prefix' into devel Dominik Picheta 2015-08-30 13:11:47 +01:00
  • c60728326e Add :idx: for suspend in coro module. Dominik Picheta 2015-08-30 13:11:27 +01:00
  • fa99a60222 Merge branch 'coro-remove-prefix' of https://github.com/reactormonk/nim into reactormonk-coro-remove-prefix Dominik Picheta 2015-08-30 13:08:30 +01:00
  • 50fa1759aa Merge pull request #3271 from xland/devel Dominik Picheta 2015-08-30 10:38:39 +01:00
  • 24655ecd52 coro.sleep -> suspend Simon Hafner 2015-08-30 10:24:13 +02:00
  • 755d86ff3d Add link button for IUP wrapper xland 2015-08-30 08:30:22 +08:00
  • da2d0845b8 lib/impure/db_mysql add example code-block JamesP 2015-08-29 07:50:14 +10:00
  • c718e0eb2d Merge pull request #3242 from yglukhov/byvar-fix Andreas Rumpf 2015-08-28 18:28:54 +02:00
  • 3452f6ce41 Merge pull request #3265 from coffeepots/patch-2 Andreas Rumpf 2015-08-28 18:27:26 +02:00
  • 7dd263f506 Fix readLine handling of long lines. Reimer Behrends 2015-08-28 17:21:03 +02:00
  • f089d70010 Add widestring versions of SQLPrepare and SQLExecDirect coffeepots 2015-08-28 14:10:30 +01:00
  • 1b47941b01 fixes #3220 lib/impure/db_mysql.nim getValue() mysql connector command out of sync error due to breaking the fastRows iterator loop JamesP 2015-08-28 22:51:35 +10:00
  • 370781b773 update Visual Studio command line flags Araq 2015-08-27 01:01:43 +02:00
  • 887869d953 Merge pull request #3251 from jck/msp430 Dominik Picheta 2015-08-26 23:21:26 +01:00
  • 20c2b00822 make --gc:none work with --threads:on Araq 2015-08-26 23:59:00 +02:00
  • 66ff1792fa add msp430 cpu support Keerthan Jaic 2015-08-26 00:00:46 -04:00
  • d876960b9d removed coro deprecations Simon Hafner 2015-08-25 23:52:14 +02:00
  • c0ad9a96ce fixes #3237 Araq 2015-08-25 22:44:30 +02:00
  • f091ce258e Merge pull request #3239 from xyz32/devel Andreas Rumpf 2015-08-25 22:22:32 +02:00
  • 19f58704ee Merge pull request #3234 from petermora/mapAutoAuto Andreas Rumpf 2015-08-25 22:21:40 +02:00
  • 7d9a748fcd removed coro prefixes from coro.nim Simon Hafner 2015-08-25 16:33:44 +02:00
  • 999c107c52 fixes #3245 Araq 2015-08-25 15:13:39 +02:00
  • a66b968d3b Fixed passing byvar Yuriy Glukhov 2015-08-25 15:47:34 +03:00
  • 1def8ec9f9 remove fileError xyz 2015-08-25 06:48:58 -04:00
  • 0a1c5727ee Merge pull request #3243 from yglukhov/gctest-fix Andreas Rumpf 2015-08-25 11:06:53 +02:00
  • 5cfce2623b Merge pull request #3160 from r-ku/coroutines Andreas Rumpf 2015-08-25 10:54:05 +02:00
  • 3a01eab4df Merge pull request #3244 from yglukhov/patch-1 Andreas Rumpf 2015-08-25 10:37:46 +02:00
  • bb1bf2b7d0 Corrected lib name for macos. Yuriy Glukhov 2015-08-25 11:21:07 +03:00
  • 646af76c87 implemented nimPinToCpu threadpool feature Araq 2015-08-24 17:59:29 +02:00
  • e703afdb3b fixes sysio regression for nimscript support Araq 2015-08-24 17:11:00 +02:00
  • 2130e9e38f Don't access GCed field in finalizer. Fixes #2305 Yuriy Glukhov 2015-08-24 15:28:11 +03:00
  • 88247e6857 Append the readAllBuffer to what was read already xyz 2015-08-23 18:54:15 -04:00
  • 385a883e14 Use seLen as sugested, and fix typos xyz 2015-08-23 18:29:38 -04:00
  • 9b0ac8afa8 Improves osproc.startProcess error message on POSIX. Ref #2183. Dominik Picheta 2015-08-23 22:07:37 +01:00
  • 1b73cd41bf Improves osproc.startProcess error message. Fixes #2183. Dominik Picheta 2015-08-23 21:57:45 +01:00
  • fe190ee83f Better docs for os.getCreationTime(). Fixes #1058. Dominik Picheta 2015-08-23 19:57:23 +01:00
  • 193f248ea0 Fixes parsing of URIs that begin with '//'. Dominik Picheta 2015-08-23 18:22:37 +01:00
  • dc6c0559e9 When reading files, check if the eof flag is set before throwing. xyz 2015-08-22 10:59:20 -04:00
  • dd2a0ec431 cleaned up twchartoutf8 test Araq 2015-08-21 21:40:24 +02:00
  • c56a1f8266 math.nim works with NimScript Araq 2015-08-21 12:46:30 +02:00
  • bfd2fd67f9 tuple unpacking works in a non-var/let context Araq 2015-08-21 12:31:55 +02:00
  • 2733c508ef Merge pull request #3143 from def-/readline-faster Andreas Rumpf 2015-08-21 21:30:27 +02:00
  • 47919e219b Merge pull request #3205 from fenekku/unittest-work-2 Andreas Rumpf 2015-08-21 21:30:10 +02:00
  • abccaa15d8 Merge pull request #3231 from jangko/devel Andreas Rumpf 2015-08-21 21:28:24 +02:00
  • 87072a7afb Merge pull request #3233 from yglukhov/parsefloat-js-magic Andreas Rumpf 2015-08-21 21:26:10 +02:00
  • 6733af414d Merge pull request #3232 from yglukhov/js-pointer-fix Andreas Rumpf 2015-08-21 21:25:41 +02:00
  • 6da8c7857e extending metatype matching in sigmatch.nim Peter Mora 2015-08-21 21:15:08 +02:00
  • dadf036a70 Fixed nimParseBiggestFloat magic in JS Yuriy Glukhov 2015-08-21 21:31:00 +03:00
  • e4c164144d Merge pull request #3215 from rbehrends/fix-reversed-empty Andreas Rumpf 2015-08-21 17:06:30 +02:00
  • 979271f318 Merge pull request #3225 from gradha/pr_removes_dead_references Andreas Rumpf 2015-08-21 17:06:07 +02:00
  • a5be556a4c Untyped pointers godegen changed. addr expression fixed. Yuriy Glukhov 2015-08-21 13:29:25 +03:00
  • 0cc662d8b8 fixes bootstrapping Araq 2015-08-21 12:18:04 +02:00
  • 7c757599f1 fixed UTF-16 to UTF-8 conversion in widestrs.nim jangko 2015-08-21 10:43:31 +07:00
  • 695e2e970e implemented macros.getImpl Araq 2015-08-21 02:34:34 +02:00
  • a2bb7d4c71 simplify nimscript.nim Araq 2015-08-21 01:34:46 +02:00
  • 24ad2cb392 Merge branch 'devel' into coroutines rku 2015-08-20 17:54:55 +03:00
  • c103eddc73 fixed UTF-16 to UTF-8 conversion in widestrs.nim jangko 2015-08-20 20:30:14 +07:00
  • 493dbc8932 fixed UTF-16 to UTF-8 conversion in widestrs.nim jangko 2015-08-20 14:17:46 +07:00
  • 9659540b18 preparations for Nimble NimScript integrations; minor cleanups Araq 2015-08-18 14:01:40 +02:00