Commit Graph

  • d71297d7dc Merge pull request #13 from flaviut/better-exceptions Flaviu Tamas 2015-05-04 18:11:44 -04:00
  • a9fe618756 Pass noReturn pragma to C code. def 2015-05-04 23:59:53 +02:00
  • b9e02b1efc Merge pull request #2655 from enitihas/nim-cfg-gcc-path Andreas Rumpf 2015-05-04 23:17:03 +02:00
  • ba0b9e26c6 Better handle errors Flaviu Tamas 2015-05-04 16:47:31 -04:00
  • 6018c7a0c9 Corrected gcc path on windows Abhishek Pandey 2015-05-05 02:04:33 +05:30
  • fd7b7a0bc1 final website changes v0.11.2 Araq 2015-05-04 20:53:55 +02:00
  • 3bef848a2c added missing stuff for the release Araq 2015-05-04 19:40:11 +02:00
  • 4a51dbe670 version 0.11.2 Araq 2015-05-04 16:47:27 +02:00
  • 288400761c version 0.11.2 Araq 2015-05-04 14:31:30 +02:00
  • 0775402f55 fixes #2651 Araq 2015-05-04 14:11:11 +02:00
  • cee16d1651 fixes typo in tut1 Araq 2015-05-04 00:11:14 +02:00
  • 80b5e612c0 Update streams.nim apense 2015-05-04 08:49:41 -04:00
  • 05e072b8c4 Make build.sh executable Adam Strzelecki 2015-05-03 18:56:18 +02:00
  • e31bca55fa Make csources a submodule Adam Strzelecki 2015-05-03 18:50:05 +02:00
  • ca67687e3b Merge pull request #2648 from def-/zipfiles Andreas Rumpf 2015-05-03 17:31:26 +02:00
  • ffad2be237 Make zipfiles module work again def 2015-05-03 14:22:49 +02:00
  • 0e8e574961 Use builtin overflow functions of Clang and GCC (WIP, RFC) def 2015-05-03 03:47:24 +02:00
  • 0e1167d64b made test green Araq 2015-05-03 01:08:33 +02:00
  • e23857a98b fixes #2629, fixes #2641, fixes #2632, fixes #2630 Araq 2015-05-03 01:05:14 +02:00
  • 6cb3635ca0 fixes 'echo nil' codegen bug Araq 2015-05-02 23:53:48 +02:00
  • c6605d3d50 development version is 0.11.1 Araq 2015-05-02 23:52:24 +02:00
  • 0f35a997dd minor bugfixes to the new 'len(nil)==0' feature Araq 2015-05-02 23:50:38 +02:00
  • 16a51ffc97 compiler\ccgexprs.nim Araq 2015-05-02 08:36:18 +02:00
  • 7d3a6b42d9 fixes #2625 Araq 2015-05-02 07:59:13 +02:00
  • 7fb5932b9b Resolve base type fields in [](TAny, string) Stephen Sugden 2015-05-03 00:16:22 +02:00
  • fe268b7df7 Merge pull request #2639 from HOLYCOWBATMAN/pr-frontpage-slideshow reactormonk 2015-05-03 01:05:40 +05:00
  • e639b85e3c Moved frontpage slideshow controls HOLYCOWBATMAN 2015-05-02 08:56:31 -04:00
  • 2aa61034ba Add deprecated versions of procs in windows.nim that had DWORD parameters converted to SIZE_T Chris Heller 2015-05-01 23:54:28 -07:00
  • 1e78c5445d manually reapplied d40098ad Simon Hafner 2015-05-02 09:22:26 +05:00
  • 2522049ed2 method arrives as symbol Simon Hafner 2015-05-02 09:14:02 +05:00
  • 0ff5339590 removed debug echos Simon Hafner 2015-05-02 08:34:30 +05:00
  • b500907978 some more bugs in epc fixed - removed try Simon Hafner 2015-05-02 08:24:05 +05:00
  • 7dfa93d3c0 fixed first round of bugs Simon Hafner 2015-05-02 08:04:17 +05:00
  • a1ee169d09 implemented nextFreePort for nimsuggest Simon Hafner 2015-05-02 05:28:53 +05:00
  • 50f54bf60b Add arbitrary char support to the strutils proc. Issue #2626 msmith491 2015-04-30 21:36:50 -07:00
  • c82cc7c37c Merge pull request #2618 from yglukhov/dom-body-head reactormonk 2015-05-01 03:15:11 +05:00
  • 0be654efe1 Merge branch 'devel' Dominik Picheta 2015-04-30 16:09:27 +01:00
  • d9d5aa60b7 version 0.11.0 v0.11.0 Araq 2015-04-30 16:59:29 +02:00
  • 3905cfeace more cleanups for 0.11.0 Araq 2015-04-30 14:31:49 +02:00
  • 01f625f75c Intro for release notes. Dominik Picheta 2015-04-30 12:30:55 +01:00
  • a4f8a89c85 preparations for version 0.11.0 Araq 2015-04-30 02:01:38 +02:00
  • d40098ad82 columns are 1 based for nimsuggest Araq 2015-04-30 00:01:07 +02:00
  • 6d05ae26e6 fixes regression caused by code cleanups Araq 2015-04-29 22:24:50 +02:00
  • 60862c22f5 Year shouldn't be arbitrarily limited to -10_000 .. 10_000. Instead it's an int now. def 2015-04-29 21:34:03 +02:00
  • 813a4f1d83 the installer can generate tar.gz Araq 2015-04-29 19:59:06 +02:00
  • 3161f904a5 Added body and head properties to document. yglukhov 2015-04-29 10:01:26 +03:00
  • 26eae7d00e fixes #2470, fixes #1354 Araq 2015-04-28 20:21:53 +02:00
  • fcb4d5a44a Update VirtualLock/Unlock to use SIZE_T instead of DWORD for sizes Chris Heller 2015-04-28 10:19:44 -07:00
  • 26115027bf Update the GlobalAlloc/ReAlloc and LocalAlloc/ReAlloc procs to use SIZE_T instead of DWORD. Chris Heller 2015-04-28 10:12:06 -07:00
  • ef46f75572 Update Heap* procs in windows.nim that were using DWORD sizes to use SIZE_T Chris Heller 2015-04-28 10:00:10 -07:00
  • c750900286 Update other Virtual* procs that were using dwSize: DWORD to use SIZE_T Chris Heller 2015-04-28 09:53:01 -07:00
  • 3fa2e79814 sempass2: bugfixes Araq 2015-04-28 15:01:05 +02:00
  • ef887d5d90 Add procs for VirtualAllocEx and VirtualFreeEx in windows.nim Chris Heller 2015-04-27 21:02:48 -07:00
  • ab58e844da Change dwSize parameter in VirtualAlloc/Free procs to use SIZE_T instead of DWORD to match MSDN Chris Heller 2015-04-27 21:00:07 -07:00
  • c6398d408d fixes #1888 Araq 2015-04-27 23:11:36 +02:00
  • b34bd3b163 fixes #2577 Araq 2015-04-27 17:37:10 +02:00
  • d3b0292d4e Merge pull request #2606 from def-/async Andreas Rumpf 2015-04-27 21:16:21 +02:00
  • 39378823ae epc waits on recv, not on accept Simon Hafner 2015-04-27 20:06:17 +05:00
  • 00fafd1dbe Fixed a few socket things Simon Hafner 2015-04-27 10:25:45 +05:00
  • df1cdced1d Make the post-connection wrapSocket() call available in both the synchronous and asynchrinous net modules. Wim Lewis 2015-04-26 22:10:35 -07:00
  • 85bcc14f7f fixes #2607 Araq 2015-04-26 22:36:43 +02:00
  • 4550a2fb5c fixes #2602 Araq 2015-04-26 22:29:55 +02:00
  • 22b5f4df54 fixes #2603 Araq 2015-04-26 11:14:45 +02:00
  • 1b7cf0e3f3 Add warning about recvLineInto being bound to change def 2015-04-26 17:06:41 +02:00
  • 84315c6a9c Revert "Introduce FutureVar[T] to make recvLineInto safer." def 2015-04-26 17:01:04 +02:00
  • 1cb14f888a Merge pull request #2605 from jyapayne/devel Andreas Rumpf 2015-04-26 11:08:47 +02:00
  • 53bc541666 rough guess how methods should look like Simon Hafner 2015-04-26 09:44:22 +05:00
  • 7b7188a8ad proc execute / return-error handling Simon Hafner 2015-04-26 09:20:55 +05:00
  • bf4a92784e final Section -> IdeCmd Simon Hafner 2015-04-26 08:56:22 +05:00
  • 33edba665d removed a few consts and rewired to IdeCmd Simon Hafner 2015-04-26 08:54:46 +05:00
  • 6836d45398 findEPCPort defined, but not implemented Simon Hafner 2015-04-26 08:42:28 +05:00
  • b9bbfb4cdf always raise ValueException Simon Hafner 2015-04-26 08:41:23 +05:00
  • 58570a4a30 epc request/response barebones Simon Hafner 2015-04-26 08:37:55 +05:00
  • 147037bd1e added id for sexp Simon Hafner 2015-04-26 08:36:54 +05:00
  • e40b667891 fixes regression: overloading by 'var' Araq 2015-04-25 23:13:38 +02:00
  • d3fc6e1f28 marshalling can be done at compile-time Araq 2015-04-25 20:23:09 +02:00
  • 6725aa3634 fixes #2517 Araq 2015-04-24 21:53:40 +02:00
  • 2c91e999e2 fixes #2600 Araq 2015-04-24 20:28:39 +02:00
  • ecc0090939 fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with -d:release Araq 2015-04-24 17:07:36 +02:00
  • 4d20aafb5e fixes #2372 Araq 2015-04-24 16:29:20 +02:00
  • db84afe016 Fixed the paths of nimfix and nimsuggest to be relative. Joey Payne 2015-04-25 12:07:35 -06:00
  • 47271b094c Merge branch 'def--clean-speedup-2' into devel Dominik Picheta 2015-04-24 19:50:15 +01:00
  • 61d0a649aa Merge pull request #2598 from jyapayne/devel Andreas Rumpf 2015-04-24 20:25:57 +02:00
  • b95d1ed223 Merge pull request #2601 from def-/fix-termios Andreas Rumpf 2015-04-24 20:25:35 +02:00
  • e5a186a419 Fix Termios wrapper def 2015-04-24 19:41:12 +02:00
  • 01e9c7d450 Removed explicit imports in compiler/nimfix/*.nim and added cfg path modification Joey Payne 2015-04-24 11:25:00 -06:00
  • f4c1c252a7 Fix asyncdispatch on Windows. Dominik Picheta 2015-04-24 18:12:13 +01:00
  • 72b4912c84 Introduce FutureVar[T] to make recvLineInto safer. Dominik Picheta 2015-04-24 17:56:04 +01:00
  • 6c6a52ff3a Added explicit imports for compiler modules to fix compiling nimsuggest. Joey Payne 2015-04-24 10:06:56 -06:00
  • 4e778f9aac Merge pull request #2597 from Araq/revert-2593-patch-1 Andreas Rumpf 2015-04-24 18:01:09 +02:00
  • 25fdac4ff4 Revert "New Editor (LiClipse)" Andreas Rumpf 2015-04-24 18:00:54 +02:00
  • 4f88238761 Fix floats in tuples in HashSets Nycto 2015-04-24 08:18:24 -07:00
  • 6ca38472a1 cleanups for underscores in tuple unpacking Araq 2015-04-24 13:08:42 +02:00
  • a5f321ea8f finishes #2566 Araq 2015-04-24 12:44:14 +02:00
  • c2d79a6383 fixes #2466 Araq 2015-04-24 12:40:59 +02:00
  • 9e4e7ca535 fixes #2533 Araq 2015-04-24 12:36:41 +02:00
  • c01d9d081b added test for #2536 Araq 2015-04-24 12:34:58 +02:00
  • c1730e1ead fixes #2335 Araq 2015-04-24 12:27:39 +02:00
  • 3317faf80d fixes #2524 Araq 2015-04-24 02:41:04 +02:00
  • 6a016743aa Merge pull request #2566 from nanoant/parser-diagnostic-location Andreas Rumpf 2015-04-24 12:33:11 +02:00