Commit Graph

  • 4b95233632 fixes #98 Araq 2012-01-29 19:12:48 +01:00
  • 1ba3dbc759 bugfix tests/tzeroarray Araq 2012-01-29 13:38:23 +01:00
  • e27da767a2 implemented/fixed #92 Araq 2012-01-29 11:35:10 +01:00
  • e75be73688 --tlsEmulation:on works in debug mode again Araq 2012-01-29 10:43:41 +01:00
  • 40881a4140 sysasserts leaner again Araq 2012-01-29 02:20:59 +01:00
  • 23340695d0 fixes #89 Araq 2012-01-29 02:13:53 +01:00
  • 1a2ccd6a23 fixes #93 Araq 2012-01-29 01:55:56 +01:00
  • 9083f01fd2 fixed #96 as good as technically possible (debug frames are allocated on the C stack) Araq 2012-01-29 01:53:09 +01:00
  • 2dd0f8eeab rebuilt C sources for bootstrapping Araq 2012-01-28 23:29:20 +01:00
  • 0f18ab9691 removed conflict in system.nim Araq 2012-01-28 23:24:31 +01:00
  • 8d19a93f1a pragma on/off improvements; endb rewritten Araq 2012-01-28 23:22:44 +01:00
  • d2a8a633f6 ftpclient fixes for windows. dom96 2012-01-28 14:44:45 +00:00
  • 3b02b33564 Fixed windows os.nim issue that was recently introduced. dom96 2012-01-27 22:02:09 +00:00
  • 354012db67 Merge pull request #97 from ddlsmurf/fixes_macosx Araq 2012-01-22 16:16:42 -08:00
  • b298b07567 Added asyncio module; irc, scgi and the ftpclient modules work with it. Added (de)allocCStringArray. Many async sockets fixes. dom96 2012-01-22 16:21:05 +00:00
  • 42e74aaf8e Less likely to overload struct timeval Eric Doughty-Papassideris 2012-01-21 17:51:58 +01:00
  • 374a4cdb8a On Mac OS X 10.5, realpath does not allocate the buffer on its own Eric Doughty-Papassideris 2012-01-21 16:49:45 +01:00
  • 1602e8e2f4 MSG_NOSIGNAL not defined on mac os x Eric Doughty-Papassideris 2012-01-21 15:52:04 +01:00
  • e92693ec8d rebuilt C sources for bootstrapping Araq 2012-01-18 00:00:51 +01:00
  • 78f4aacde9 pragma blocks; fixed line information issue with user defined assertions Araq 2012-01-17 23:58:18 +01:00
  • 42dad650e0 bugfix: boehm GC improvements Araq 2012-01-16 00:04:56 +01:00
  • 4de5b82fdc better inferfacing to boehm GC Araq 2012-01-15 23:47:49 +01:00
  • 9a2df340a7 project wide configuration file now with suffix '.nimrod.cfg' Araq 2012-01-15 13:54:28 +01:00
  • 8836bbdb94 regenerated C sources Araq 2012-01-15 13:13:28 +01:00
  • 1d1752cac7 removed nimKeepAlive as it's not necessary with interior pointer checking Araq 2012-01-15 11:54:38 +01:00
  • f58cc49672 niminst: bugfixes; documentation changes Araq 2012-01-15 01:03:57 +01:00
  • 4cfc0462a4 bugfixes: tests are green again Araq 2012-01-13 23:28:08 +01:00
  • 9460f7cc4e GC: growObj: revert to somewhat more efficient version Araq 2012-01-13 21:15:52 +01:00
  • 8ed3e295a3 niminst: diverse improvements; fixes #80 Araq 2012-01-13 21:15:00 +01:00
  • 69997af8e9 bugfix: endless recursion in 'semAfterMacroCall' Araq 2012-01-13 15:17:43 +01:00
  • c682a1da2b bugfix: invalid indentation for 'else' is detected; optional indentation for 'if' expressions Araq 2012-01-13 14:59:58 +01:00
  • e362cbbfd7 bugfix: tests/reject/tnoinst.nim is now rejected properly Araq 2012-01-13 13:40:05 +01:00
  • 76886432da even more sys assertions Araq 2012-01-13 12:49:06 +01:00
  • 2673d73366 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-01-12 19:45:10 +01:00
  • e6b3f50c7f more sysasserts for allocator/gc Araq 2012-01-12 19:44:57 +01:00
  • be513be541 New tooltip API for gtk. dom96 2012-01-12 18:19:27 +00:00
  • 92e1a21b26 further steps to eliminate generics bugs Araq 2012-01-11 08:52:50 +01:00
  • 6599dca857 GC: interior pointers on stack are not necessarily aligned Araq 2012-01-10 01:01:21 +01:00
  • e7e3c451ef removed '^ deprecated' message Araq 2012-01-10 00:33:32 +01:00
  • 4dcd7170aa bugfix: debugger works again Araq 2012-01-08 23:42:22 +01:00
  • d34345586f unsuccessful phantom bug hunting Araq 2012-01-08 20:18:24 +01:00
  • 202972dea0 koch: 'update' feature optional for less dependencies Araq 2012-01-08 11:19:08 +01:00
  • a42a5e8e7c disabled tdatabind.nim as it's still to heavy for the compiler Araq 2012-01-08 11:07:23 +01:00
  • f8721ed20e adapted titer4 test because of new implicit items/pairs iterators Araq 2012-01-08 10:51:45 +01:00
  • f7c1bef7bb bugfix: command line args are processed again after config files, so that --verbosity:3 works again Araq 2012-01-08 10:50:10 +01:00
  • 2ae78c0cfb implicit invokation of items/pairs iterators Araq 2012-01-08 01:29:10 +01:00
  • 7f3b3298b4 fixes #33 Araq 2012-01-07 20:30:51 +01:00
  • 7405278138 bugfix: type alias to generic; generic type not stripped away from for loop variable Araq 2012-01-07 20:03:41 +01:00
  • 0e22a51095 bugfix: removed newSons legacy Araq 2012-01-07 11:10:14 +01:00
  • 071b1e3957 test t99bott.nim works now Araq 2012-01-06 00:29:18 +01:00
  • 8aa4e46707 implemented incompleteStruct pragma; embedded debugger works with posix module Araq 2012-01-05 00:46:51 +01:00
  • 9152193e41 fixed some tests Araq 2012-01-03 01:42:23 +01:00
  • 20843b7c1a bugfix: tester should compile again Araq 2012-01-03 01:20:47 +01:00
  • bcbfa3aaa4 C sources regenerated for new len(openarray) header that catches more bugs; symbol files should work again Araq 2012-01-03 00:21:12 +01:00
  • d32a1e9ba2 io test uses dummy compile result object Araq 2012-01-02 23:58:58 +01:00
  • b28fb97cba Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-01-02 23:55:24 +01:00
  • b5aafb4cf3 bugfix: +1 unnecessary in resizeString; caused annoying reallocations for strings created with 'newStringOfCap' Araq 2012-01-02 23:53:07 +01:00
  • dcf0cc2ecd Merge pull request #86 from Tass/master Araq 2012-01-02 14:30:46 -08:00
  • d849463af2 serious allocator bugfixes Araq 2012-01-02 23:12:12 +01:00
  • 4f1b89c30c year 2012 for most copyright headers Araq 2012-01-02 23:07:35 +01:00
  • cb4ff5fd55 removed """ so unittest can handle it Simon Hafner 2012-01-02 16:32:36 +01:00
  • ad0ea47f43 fixed the io tests so they run as intended Simon Hafner 2011-12-31 19:07:31 +01:00
  • 9bd2be36c8 Merge branch 'master' of github.com:Araq/Nimrod Araq 2011-12-31 18:15:29 +01:00
  • 0d8e6dda69 new len(openarray) implementation Araq 2011-12-31 18:15:20 +01:00
  • b6265e28c7 Disabled io tests because it blocks indefinitely. dom96 2011-12-31 17:06:21 +00:00
  • 8c993733b9 Merge pull request #84 from Tass/master Araq 2011-12-31 08:32:23 -08:00
  • 0cde38c1e1 forgot to add tests/testdata/string Simon Hafner 2011-12-31 17:22:27 +01:00
  • 4d9e8e13ae MAP_ANONYMOUS is not always 0x20 for linux; changed the tests Araq 2011-12-31 15:49:48 +01:00
  • f30eb9feb8 changed io tests Araq 2011-12-31 13:56:09 +01:00
  • 05fd30df43 sysio: got rid of now unnecessary length check Araq 2011-12-31 11:35:40 +01:00
  • c463a22dc9 Merge branch 'master' of github.com:Araq/Nimrod Araq 2011-12-31 11:28:09 +01:00
  • 61ff329337 Merge pull request #79 from Tass/master Araq 2011-12-31 02:21:01 -08:00
  • 92395568bb improved actors.sync Araq 2011-12-31 11:18:18 +01:00
  • 743182afd7 windows module should now compile for all CPUs Araq 2011-12-31 10:32:12 +01:00
  • d25fefc0ff make trecinca|b tests green Araq 2011-12-31 10:23:56 +01:00
  • 9fdfda136c critbits added to stdlib Araq 2011-12-30 21:01:50 +01:00
  • e9d6f5a647 bugfix: preliminary symbol declaration in first pass of generics Araq 2011-12-30 21:00:38 +01:00
  • 5e5ed192e5 GC: use simple balanced tree instead of AVL tree Araq 2011-12-30 20:42:47 +01:00
  • cf2078aed8 compileSingleTest instead of direct callCompiler Simon Hafner 2011-12-30 14:22:56 +01:00
  • 24917aaf1e fixes for readAll Simon Hafner 2011-12-30 14:15:12 +01:00
  • 52e8b597e4 c2nim: bugfix: 'type x[10];' was not parsed properly Araq 2011-12-30 13:55:08 +01:00
  • 6a97bed6a7 GC: AVL tree uses unsigned comparisons Araq 2011-12-30 12:05:48 +01:00
  • f6a90c96ba Merge branch 'master' of github.com:Araq/Nimrod Araq 2011-12-30 11:03:19 +01:00
  • 73919e3082 GC stack scanning cares about interior pointers Araq 2011-12-30 11:03:01 +01:00
  • 0cda7d59fe Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80 Araq 2011-12-29 07:32:51 -08:00
  • f449d2b761 Fixed the documentation for events.nim. Amrykid 2011-12-29 08:39:43 -06:00
  • d456672408 Added containsHandler to events.nim Amrykid 2011-12-29 08:23:43 -06:00
  • a26433b6ec Merge branch 'master' of github.com:Araq/Nimrod Araq 2011-12-27 19:47:50 +01:00
  • 8e7917c3f7 fixed small typos for subexes docs Araq 2011-12-27 19:47:37 +01:00
  • 0ad42bd058 Merge pull request #81 from Amrykid/master Araq 2011-12-27 10:46:48 -08:00
  • b336bf4039 added support for advanced substitution expressions Araq 2011-12-27 19:22:46 +01:00
  • f0f904ac70 Documentation comments + slight code modifications to zipfiles.nim. Changes made to osproc.nim so it will compile. Amrykid 2011-12-27 09:34:45 -06:00
  • e978272d3c Allowed waitForExit to have a specified timeout. (osproc.nim) Amrykid 2011-12-27 09:06:06 -06:00
  • 3321523ee4 Last bits, etc. Amrykid 2011-12-27 08:59:31 -06:00
  • d0d0c79540 Final bits added. Needs testing. Amrykid 2011-12-25 14:37:10 -06:00
  • f0ccc2e779 - Koch update is nearly finished. -- Checks if libzip is available as a fallback. -- Echos what its doing. -- Actually compiles now. Amrykid 2011-12-24 16:45:28 -06:00
  • 2e0f9c8bf7 - Added extractFile and extractAll to zipfiles.nim -- Need to wait until libzip_all.c is updated to support Windows. Amrykid 2011-12-24 12:14:17 -06:00
  • 76f91b90e2 bugfix: compiler errors for explicit initialization of thread local variables; os.nim does not rely on it anymore Araq 2011-12-23 20:05:08 +01:00
  • 6260757a2a generated scripts do no contain paths anymore; regenerated C sources Araq 2011-12-23 11:15:19 +01:00
  • 69cc24cdf6 bugfix: the code gen can now handle alias TLock = TSysLock; this fixes threading bugs Araq 2011-12-23 00:17:59 +01:00