Commit Graph

  • b77475bd19 Merge pull request #3118 from apense/styledoc Andreas Rumpf 2015-08-02 11:09:42 +02:00
  • 2f25e74c9f Merge pull request #3147 from yglukhov/js-emit Andreas Rumpf 2015-08-02 11:06:13 +02:00
  • 6fea1a7bb6 Merge pull request #2699 from SSPkrolik/newrefref Andreas Rumpf 2015-08-02 11:05:47 +02:00
  • eac484167c Fix multiple requires in a test Nycto 2015-08-01 18:48:41 -07:00
  • 1b4116702b fixes #3052 Araq 2015-08-02 02:54:43 +02:00
  • f9750781c0 fixes #3080 Araq 2015-08-02 02:16:45 +02:00
  • ea35cede8e fixes #3103 Araq 2015-08-02 01:51:06 +02:00
  • e9899af9b2 fixes #3135 Araq 2015-08-02 01:42:41 +02:00
  • 41e8c9b9ac fixes #3158 Araq 2015-08-02 01:17:23 +02:00
  • 5e325bc9f9 made test green again Araq 2015-08-02 01:16:47 +02:00
  • bd786812e7 fixes #3171 Araq 2015-08-02 00:35:02 +02:00
  • 9275d5c617 emerald project has a chance of working Araq 2015-08-02 00:05:56 +02:00
  • e205a9e3af Merge pull request #3170 from jonathonf/patch-2 Dominik Picheta 2015-08-01 20:55:46 +01:00
  • 9dde0ae3ac Set correct Host in request header jonathonf 2015-08-01 20:53:37 +01:00
  • 8dedfdb236 Merge pull request #3169 from nim-lang/revert-3168-patch-1 Dominik Picheta 2015-08-01 20:48:33 +01:00
  • 3b1ca2af4e Revert "Set correct Host in request header" Dominik Picheta 2015-08-01 20:48:23 +01:00
  • 8e22b230f0 Merge pull request #3168 from jonathonf/patch-1 Dominik Picheta 2015-08-01 20:47:38 +01:00
  • 50a6b49bf9 Set correct Host in request header jonathonf 2015-08-01 20:45:58 +01:00
  • 92ca736f0a Removed duplicate 'mipsel' from installer.ini. Ref #3164. Dominik Picheta 2015-08-01 13:43:51 +01:00
  • b423a9efeb Merge pull request #3164 from def-/systems Dominik Picheta 2015-08-01 13:43:01 +01:00
  • 9804033aa8 Add new platforms to installer.ini (for linux at least) def 2015-08-01 00:00:51 +02:00
  • 13389eab9b Add arm64 support (untested) def 2015-07-31 23:57:50 +02:00
  • 130605567e Add powerpc64el support (untested) def 2015-07-31 23:55:31 +02:00
  • 3d6a8b401a C source generation for mipsel. Dominik Picheta 2015-07-31 22:40:45 +01:00
  • 67c6b99745 Merge pull request #3163 from def-/mipsel Dominik Picheta 2015-07-31 22:39:07 +01:00
  • 70c4176105 Add Mipsel CPU support (untested) def 2015-07-31 23:16:52 +02:00
  • ad896f03e8 import the correct symbols on windows Charlie Barto 2015-07-31 15:08:53 -04:00
  • 43bfda057b Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/refCounting GCs. rku 2015-07-31 17:18:16 +03:00
  • df0e1a515b Added fasm (external assembler) support. rku 2015-07-31 16:00:13 +03:00
  • 626226efa4 {.compile.} pragma accepts paths relative to file pragma is in. rku 2015-07-31 15:57:10 +03:00
  • f9d909bb94 Removed unused leapYearsSinceEpoch coffeepots 2015-07-31 10:20:21 +01:00
  • 5e0b8d5ef6 Implemented changes suggested by dom96 coffeepots 2015-07-31 09:44:37 +01:00
  • 970cfec6c2 Merge ../Nim into devel Charles Blake 2015-07-30 18:42:20 -04:00
  • c9084585dc Merge pull request #3157 from rgv151/patch-4 Dominik Picheta 2015-07-30 23:37:40 +01:00
  • 55ef708e73 Free SSL handler to avoid memory leaks Bruce Doan 2015-07-31 01:24:35 +07:00
  • 10da70d49e Fix double-ticks apense 2015-07-29 17:57:47 -04:00
  • 3fe39798e6 Fix contributing guide rST Ryan Gonzalez 2015-07-29 11:47:21 -05:00
  • 0b4c816cba cstring->pointer in MemSlice to make consistent with MemFile and also to make more clear the care required to use MemSlice instances. (E.g., memXXX functions rather than strXXX functions). Charles Blake 2015-07-29 06:14:44 -04:00
  • f2c5676767 Remove NUL termination unneeded post toNimStr fix. Charles Blake 2015-07-28 06:45:07 -04:00
  • 8913e82f45 removed macros.high as it never worked outside of macros.nim Araq 2015-07-28 02:54:07 +02:00
  • f3a0d702ae Merge branch 'l04m33-async_callback_issue_0412-2' into devel Dominik Picheta 2015-07-26 22:04:01 +01:00
  • bd6e223065 Merge branch 'async_callback_issue_0412' of https://github.com/l04m33/Nim into l04m33-async_callback_issue_0412-2 Dominik Picheta 2015-07-26 22:03:48 +01:00
  • 1b9f2fdfe8 Merge pull request #3094 from fenekku/unittest-work Dominik Picheta 2015-07-26 21:42:51 +01:00
  • 54fdeb4f76 gc:none works again Araq 2015-07-26 22:03:52 +02:00
  • beca7ded1b fixes #3144 Araq 2015-07-26 21:06:59 +02:00
  • 94ad731964 Fixes example code in marshal module. Dominik Picheta 2015-07-26 18:21:14 +01:00
  • 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