Commit Graph

  • 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
  • 3e000f4e36 Merge pull request #2437 from Araq/underscore-tuple-unpack Andreas Rumpf 2015-04-24 12:32:57 +02:00
  • 5fd338cd36 Merge pull request #2593 from fabioz/patch-1 Andreas Rumpf 2015-04-24 12:31:57 +02:00
  • 9c19ce0698 Add a handshake parameter to wrapSocket() to allow it to work on an already-connected socket. Wim Lewis 2015-04-10 15:51:39 -07:00
  • 0c947f31ba system.locals is now a plugin for education Araq 2015-04-24 02:08:06 +02:00
  • fe84d9fefe New Editor (LiClipse) Fabio Zadrozny 2015-04-23 21:04:42 -03:00
  • c8bebe92e2 fixes #2569 Araq 2015-04-23 23:49:10 +02:00
  • 62e1b3e2e3 Some small cleanup. Dominik Picheta 2015-04-23 21:57:33 +01:00
  • 03cbf689a1 Merge branch 'clean-speedup-2' of https://github.com/def-/Nim into def--clean-speedup-2 Dominik Picheta 2015-04-23 15:26:39 +01:00
  • a7a2fa63aa fixes #2589 Araq 2015-04-23 02:08:30 +02:00
  • f0f0062a5d Add sfGenSym for (_). Dominik Picheta 2015-04-23 00:29:16 +01:00
  • 9e69e4e078 Merge branch 'devel' into underscore-tuple-unpack Dominik Picheta 2015-04-23 00:26:17 +01:00
  • 3b00d9cc7a removed a bit of cruft from koch Araq 2015-04-22 20:42:36 +02:00
  • 8dadeebd08 fix #2585 properly Araq 2015-04-22 20:33:06 +02:00
  • bcd8053b23 fixes #2585 Araq 2015-04-22 20:25:11 +02:00
  • 7d42eb2de2 barebones in nimsuggest for EPC Simon Hafner 2015-04-22 21:53:04 +05:00
  • 13c5f792dc fixes #2447 Araq 2015-04-22 16:11:51 +02:00
  • daad8100a9 fixed nil.add for JS Araq 2015-04-22 15:21:20 +02:00
  • d631958124 news.txt updates; fixes bootstrapping Araq 2015-04-22 13:57:20 +02:00
  • 8ab3074c80 todo.txt updates Araq 2015-04-22 12:03:58 +02:00
  • 4be0d16520 added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin system to the compiler Araq 2015-04-22 11:49:41 +02:00
  • 54515241e3 fixes #2581 Araq 2015-04-22 11:32:43 +02:00
  • aacaa8f171 cleaned up some magics to make room for new magics; added '..<' and '..^' templates Araq 2015-04-21 11:55:55 +02:00
  • c69d74818e fixes #2550 Araq 2015-04-21 11:55:06 +02:00
  • 2f973c783c Merge pull request #2565 from nanoant/parser-consistency Andreas Rumpf 2015-04-22 11:59:52 +02:00
  • f0f72613d8 epc skeleton Simon Hafner 2015-04-22 06:32:02 +05:00
  • b01b7675ab parseEnum ftw Simon Hafner 2015-04-22 06:15:52 +05:00
  • 766b7ea61d enabled sexp tests Simon Hafner 2015-04-22 06:11:30 +05:00
  • 518db9eb7e rewrite suggest.nim for suggestionResultHook Simon Hafner 2015-04-22 06:10:47 +05:00
  • 4370163fdd Merge pull request #2583 from BlaXpirit/test-stdlib Andreas Rumpf 2015-04-21 15:36:37 +02:00
  • 22db40e5e4 Turn some test outputs into actual tests Oleh Prypin 2015-04-21 15:45:30 +03:00
  • 3f546e4a54 Merge pull request #2580 from def-/test-fixes-4 Andreas Rumpf 2015-04-21 13:54:41 +02:00
  • c433ae1aaa Fix romans module Oleh Prypin 2015-04-21 14:40:18 +03:00
  • a8c3c2ef0d Fix a test in xmltree Oleh Prypin 2015-04-21 14:39:34 +03:00