Commit Graph

  • ce4e877702 $ for tuples/objects now handles a nil value correctly. Fixes #3149. Dominik Picheta 2015-07-26 18:15:19 +01:00
  • a2b6a630fe Oops..[]= not defined yet here. Use .data instead. Charles Blake 2015-07-26 09:17:04 -04:00
  • 18df5dad11 Do not read past end of input. Ensure NUL termination. Charles Blake 2015-07-26 09:02:43 -04:00
  • ae303cc1c3 Rename [rR]ecord->[mM]emSlice, rec->ms, End->ending. Also update some comments. Charles Blake 2015-07-26 07:52:30 -04:00
  • 21e7e7c895 Emit pragma support for JS backend. Yuriy Glukhov 2015-07-25 22:33:53 -07:00
  • a9b299b4ed Improve readLine to work with strings containing \0 again. def 2015-07-25 20:25:58 +02:00
  • a88131ed4a Improved errors in times.parse. Dominik Picheta 2015-07-24 22:46:24 +01:00
  • 903452e96e Merge pull request #3145 from judofyr/times-parse-literal Dominik Picheta 2015-07-24 22:37:28 +01:00
  • 3f4255dd14 Beg->data, Len->size to address Varriount's issue. I was unaware of lower case members as a strict style convention. Charles Blake 2015-07-24 17:23:11 -04:00
  • a12c9cfb9d Add MemFile text interface factored so users can optionally skip Nim string construction (e.g. to filter many lines out before building strings). Only Windows and/or Unix line endings are supported by default, though fiddling with delim/eat arguments can probably support archaic MacOS9 files. Charles Blake 2015-07-24 14:38:20 -04:00
  • fdf454e3ae Fix times' parse with literal strings Magnus Holm 2015-07-24 18:08:05 +02:00
  • 401189c3fe No need to set trailing \0 def 2015-07-24 01:12:32 +02:00
  • 4932415742 fixes #1832 Araq 2015-07-23 17:18:36 +02:00
  • 18823a315e todo.txt updates Araq 2015-07-23 17:18:10 +02:00
  • bf057f0d2c minor refactoring for big fixes to come Araq 2015-07-23 17:00:28 +02:00
  • d82d430cbe fixes #2823 Araq 2015-07-22 19:47:20 +02:00
  • 3943fba34b Improve performance of readLine by using fgets def 2015-07-24 00:29:09 +02:00
  • cd42d38887 Merge pull request #3142 from avsej/fix-unittest Andreas Rumpf 2015-07-23 16:01:38 +02:00
  • 70f14aa578 Remove access modifiers from inner templates Sergey Avseyev 2015-07-23 17:00:04 +03:00
  • 46f59a7c59 Merge pull request #3141 from jeizsm/devel Andreas Rumpf 2015-07-23 15:47:29 +02:00
  • 447442a9b0 add linenoise to installer.ini Marat Safin 2015-07-23 14:49:03 +03:00
  • f052041648 Merge pull request #3137 from vegansk/findFile_absolute Andreas Rumpf 2015-07-23 08:42:53 +02:00
  • 5409142120 fix recently introduced regressions Araq 2015-07-22 18:49:18 +02:00
  • e6e0527fd2 fixes #1738 Araq 2015-07-22 18:01:05 +02:00
  • 8594faa543 fixes #2841 Araq 2015-07-22 17:08:21 +02:00
  • b0b716fca7 fixes #3079, fixes #1146, fixes #2879 Araq 2015-07-22 16:32:56 +02:00
  • 862ee8d1d3 fixes #2963 Araq 2015-07-22 01:21:42 +02:00
  • d886c44931 Add extern pragma Zach Aysan 2015-07-21 15:51:47 -04:00
  • d2c992c03d Add docs Zach Aysan 2015-07-21 15:49:05 -04:00
  • 99b29b3e97 Switch to removeSuffix name and modify the string in place Zach Aysan 2015-07-21 15:10:03 -04:00
  • 94149f7a48 Update tests to proposed changes Zach Aysan 2015-07-21 15:04:10 -04:00
  • f192d5aab3 fixes #3099 Araq 2015-07-21 19:00:48 +02:00
  • 506b90cea8 Added absolute path support to options.findFile Anatoly Galiulin 2015-07-21 09:58:26 +06:00
  • d3255f708c small steps for making --symbolFiles:on work again Araq 2015-07-20 13:43:59 +02:00
  • caf7717cb8 removed system.free Araq 2015-07-18 20:41:45 +02:00
  • 6b00160938 fixes #3134 Araq 2015-07-18 17:48:01 +02:00
  • f95c2cb3a7 fixed website path" Araq 2015-07-18 17:14:57 +02:00
  • 6b3c46fbd9 website improvements Araq 2015-07-18 15:35:27 +02:00
  • d28862422b Add tests for chomp Zach Aysan 2015-07-17 16:26:10 -04:00
  • a291f2c271 Create Ruby-like chomp proc to allow for easy string ending removal Zach Aysan 2015-07-17 16:25:58 -04:00
  • a48cbfe563 Periods for everyone apense 2015-07-16 22:32:40 -04:00
  • c701ed3c99 Changed period requirements apense 2015-07-16 22:21:45 -04:00
  • 1670bf710f Removed erroneous star apense 2015-07-16 20:44:54 -04:00
  • f79e58edce don't reset the terminal when --stdout is active Araq 2015-07-16 15:26:04 +02:00
  • a2f0fe03b6 Fixed dayOfWeekJulian, exported SecondScale coffeepots 2015-07-16 10:20:34 +01:00
  • a98f609ae2 Renamed file; made RST Jonathan Edwards 2015-07-15 16:40:13 -04:00
  • 728fc441ef staticExec now supports caching Araq 2015-07-15 21:36:44 +02:00
  • 6e39f75f54 fixes regression in XML parsing Araq 2015-07-15 17:16:16 +02:00
  • 6a490e95e4 Corrected guide; polished it Jonathan Edwards 2015-07-14 18:24:02 -04:00
  • 39dd16b5ef Added Documentation Style Guide; Linked from contributing.rst Jonathan Edwards 2015-07-14 17:52:50 -04:00
  • f09916d720 Procs to decode Time to TimeInfo & TimeInterval coffeepots 2015-07-14 11:58:26 +01:00
  • 6c8e9da9ee Merge pull request #3111 from rafaelx/patch-2 Dominik Picheta 2015-07-14 09:05:44 +01:00
  • f7bdc205c7 documentation generator emits configurable html for code listings Araq 2015-07-14 01:36:49 +02:00
  • e5d8988175 fixes #3112 Araq 2015-07-14 01:28:02 +02:00
  • c02db2ff9b documented /*INCLUDESECTION*/ emit section Araq 2015-07-14 01:26:58 +02:00
  • 622d7e4044 disabled dubious testcase Araq 2015-07-12 14:04:56 +02:00
  • c05b3299fb Update tut1.txt Rafael 2015-07-14 00:15:37 +02:00
  • cdcb47254c Merge pull request #3108 from arnetheduck/compiler-realign-enums Andreas Rumpf 2015-07-12 21:58:40 +02:00
  • e432de84a2 Linebreak TMagic by rough category Jacek Sieka 2015-07-12 21:49:33 +08:00
  • 5313ceaafd deleted wingui example Araq 2015-07-12 13:32:58 +02:00
  • 7da62f9833 source code renderer doesn't produce trailing whitespace anymore Araq 2015-07-12 13:32:27 +02:00
  • 27f5c3ceb9 added os.tailDir proc Araq 2015-07-12 13:30:23 +02:00
  • 994d81461b Merge pull request #3095 from def-/fix-async-post Dominik Picheta 2015-07-11 14:06:30 +01:00
  • 6049c01432 Merge branch 'singularperturbation-fix-2573-cherry-pick' into devel Dominik Picheta 2015-07-11 14:02:17 +01:00
  • a312808e38 Do not use errno on Windows in the `os` module. Dominik Picheta 2015-07-11 14:01:53 +01:00
  • b6afa42793 Merge branch 'fix-2573-cherry-pick' of https://github.com/singularperturbation/Nim into singularperturbation-fix-2573-cherry-pick Dominik Picheta 2015-07-11 13:58:32 +01:00
  • fc9dc6c828 Merge pull request #2272 from def-/unsigned Andreas Rumpf 2015-07-11 13:28:20 +02:00
  • 459793ca4c Merge pull request #3073 from apense/patch-12 Andreas Rumpf 2015-07-11 13:23:07 +02:00
  • df9b5e6884 Merge pull request #3098 from Varriount/add-nep1 Andreas Rumpf 2015-07-11 13:22:25 +02:00
  • 53b36178c7 Merge pull request #3097 from def-/reset-terminal-colors Andreas Rumpf 2015-07-10 23:55:59 +02:00
  • f915b71ec4 Merge pull request #3100 from jyapayne/devel Andreas Rumpf 2015-07-10 23:55:28 +02:00
  • 1bc101137b Expose the name of an exception. Joey 2015-07-10 14:55:06 -06:00
  • 9da1ee4fe4 Add NEP1 to documentation. Varriount 2015-07-10 01:27:11 -04:00
  • db5f8d6755 Reset terminal colors before running compiled program def 2015-07-10 00:48:11 +02:00
  • e264fa24cd Fix async httpclient post to work without multipart def 2015-07-10 00:32:39 +02:00
  • 7d1a58224e Merge pull request #3093 from avsej/fix-nimdoc-for-selectors Andreas Rumpf 2015-07-09 22:56:14 +02:00
  • a6e660e935 Corrected documentation apense 2015-07-09 14:02:21 -04:00
  • 044768690b Merge pull request #3057 from apense/patch-9 Andreas Rumpf 2015-07-09 19:52:24 +02:00
  • 49ff09eae6 Merge pull request #3021 from apense/patch-7 Andreas Rumpf 2015-07-09 19:50:37 +02:00
  • 48b0de8ab4 Corrected proc name in assertion apense 2015-07-09 13:49:47 -04:00
  • ae0cb7e014 Merge pull request #3085 from apense/patch-10 Andreas Rumpf 2015-07-09 19:48:49 +02:00
  • 5fd7b7850a Corrected documentation apense 2015-07-09 13:45:20 -04:00
  • 464ec61e9c document unittest.nim + code agreement fenekku 2015-07-09 13:22:26 -04:00
  • 7f03ad416e Fix nimdoc generation for lib/pure/selectors.nim Sergey Avseyev 2015-07-09 17:40:29 +03:00
  • 7aa227ba79 Merge pull request #3092 from stefantalpalaru/linenoise Andreas Rumpf 2015-07-09 16:34:19 +02:00
  • a01a36f69a rename lib/wrappers/linenoise/linenoise.{c,h} Stefan Talpalaru 2015-07-09 16:21:38 +02:00
  • e1dec3b7dd Merge pull request #3091 from apense/patch-3 Dominik Picheta 2015-07-09 08:43:57 +01:00
  • 1760657deb Update asyncdispatch.nim apense 2015-07-09 02:12:49 -04:00
  • 5a2e575bb6 Doubled ticks apense 2015-07-09 00:03:18 -04:00
  • 7beeb2fade Merge pull request #3086 from apense/patch-13 Dominik Picheta 2015-07-08 22:19:52 +01:00
  • 7a010cf650 replace -> replacef apense 2015-07-08 15:01:50 -04:00
  • 66ce99d018 Update sets_fragment.txt apense 2015-07-08 14:13:00 -04:00
  • 0a624bec1e implemented {.noforward:on.} for type sections; useful for c2nim generated wrappers; to be documented Araq 2015-07-08 11:12:39 +02:00
  • a2b8b8b0dd 'sequtils doesn't take confusing default args anymore Araq 2015-07-08 11:10:01 +02:00
  • 83842ff4ed Nimrod -> Nim rename Araq 2015-07-08 11:07:35 +02:00
  • 9e5722c9e7 Merge pull request #3076 from apense/patch-13 Dominik Picheta 2015-07-08 09:17:14 +01:00
  • af1a5f3244 Updated & parameters apense 2015-07-06 23:02:17 -04:00
  • 30737ea34b Added safeAdd documentation apense 2015-07-06 15:47:23 -04:00
  • a7f769c6bd Merge pull request #3067 from apense/patch-10 Dominik Picheta 2015-07-06 17:16:42 +01:00
  • d936a7844e Merge pull request #3070 from apense/patch-12 reactormonk 2015-07-06 00:10:10 -05:00