Commit Graph

  • d353b92de8 fix win32 compile error Slava Pestov 2005-05-19 22:33:02 +0000
  • c44f311de2 rename split-n to group Slava Pestov 2005-05-19 19:17:48 +0000
  • c821addef0 fix stage1 bootstrap, minor handbook update Slava Pestov 2005-05-19 19:16:25 +0000
  • 4e36ff5f72 documentation updates Slava Pestov 2005-05-19 00:39:39 +0000
  • c93a28ffa2 get parser-combinator code working with latest factor sequence changes Chris Double 2005-05-18 22:54:59 +0000
  • 089c17f401 Get eval-responder working again and fix up for the rename of 'cat' to 'append'. Chris Double 2005-05-18 22:37:42 +0000
  • 8d12fec3eb more sequence cleanups Slava Pestov 2005-05-18 20:26:22 +0000
  • ac34c06c0c new dataflow IR Slava Pestov 2005-05-17 20:13:08 +0000
  • 7418990bdc linear IR and simplifier refactoring before-dataflow-ir-refactoring Slava Pestov 2005-05-16 21:01:39 +0000
  • 55aeaadfe0 some stack inference work before-vop-refactoring Slava Pestov 2005-05-16 05:15:48 +0000
  • 4e57df3247 change usage of sbuf>string to >string Chris Double 2005-05-16 02:33:08 +0000
  • fdcf721857 working on the compiler Slava Pestov 2005-05-16 01:17:56 +0000
  • 7fa5d5f14a generic fixes; range and slice sequences Slava Pestov 2005-05-15 01:15:50 +0000
  • 7f4da7ecd0 generic words are more flexible, sequences cleaned up Slava Pestov 2005-05-14 21:18:45 +0000
  • 3ece9e9b88 gengc and relocation fixes; inference cleanups Slava Pestov 2005-05-14 04:23:00 +0000
  • 43a19be01f updated %set-slot, %set-fast-slot and new %getenv %setenv intrinsics Slava Pestov 2005-05-14 00:37:28 +0000
  • 3b5855a195 generational gc and compiler relocation fixes Slava Pestov 2005-05-13 22:27:18 +0000
  • 41b5a344b8 improving Python OO example Daniel Ehrenberg 2005-05-13 20:28:20 +0000
  • bda16c11b6 more gengc debugging, code cleanups Slava Pestov 2005-05-13 04:09:49 +0000
  • 27d6e0e2c1 added missing file Slava Pestov 2005-05-12 20:28:09 +0000
  • 46569a782b debugging generational GC Slava Pestov 2005-05-12 07:52:56 +0000
  • 055d116310 generational GC work Slava Pestov 2005-05-12 05:02:39 +0000
  • ef2670ba05 update room primitive for gengc Slava Pestov 2005-05-11 04:52:27 +0000
  • 056af41552 more generational GC work Slava Pestov 2005-05-11 04:43:52 +0000
  • 16c95ca373 starting generational GC Slava Pestov 2005-05-11 02:30:58 +0000
  • e1b6d9affa new compiler works on x86 Slava Pestov 2005-05-10 04:52:40 +0000
  • 419d46d138 more fixes, fast fixnum branch intrinsics clean up, predicates over tuples are possible now Slava Pestov 2005-05-10 04:30:48 +0000
  • ce985afd89 fix fixnum+ and fixnum- overflow Slava Pestov 2005-05-10 04:09:16 +0000
  • 0c67037e8c unit tests mostly pass with new compiler Slava Pestov 2005-05-10 03:27:46 +0000
  • 69829b906b fixing bugs Slava Pestov 2005-05-10 03:25:46 +0000
  • 910812b502 fixnum-shift intrinsics Slava Pestov 2005-05-10 02:34:47 +0000
  • 4face990d7 starting to update simplifier for vops Slava Pestov 2005-05-09 06:34:15 +0000
  • 6df17f0a7c alien-invoke compiles with VOPs Slava Pestov 2005-05-09 00:30:38 +0000
  • cf5ebd8216 missing #call-label linearizer Slava Pestov 2005-05-08 04:58:06 +0000
  • e49b41f3b9 fix reversed logic in x86 %jump-f and %jump-t Slava Pestov 2005-05-08 04:40:47 +0000
  • 0abaf247de various VOP fixes, simple words compile again Slava Pestov 2005-05-08 04:21:00 +0000
  • a77efca4c1 fix type and arithmetic-type intrinsics Slava Pestov 2005-05-08 02:53:01 +0000
  • 124ee9ef16 rewrote fixnum intrinsics, and added eq? type intrinsics Slava Pestov 2005-05-08 02:39:00 +0000
  • ec393e6dee minor reorganization of low-level code, further work on VOPs Slava Pestov 2005-05-06 23:49:07 +0000
  • 429eb9cdb5 VOPs Slava Pestov 2005-05-06 22:33:40 +0000
  • 958f20e97c fix text string sizing in UI Slava Pestov 2005-05-06 03:58:45 +0000
  • a344c65cca Organizing comparison Daniel Ehrenberg 2005-05-06 02:35:23 +0000
  • cc1e664a99 string sub-primitives Slava Pestov 2005-05-06 02:30:58 +0000
  • 3e3b33d614 back out skip word Slava Pestov 2005-05-05 20:51:38 +0000
  • 5ccc94464f fix .factor-rc error reporting Slava Pestov 2005-05-05 20:03:24 +0000
  • 8b1ef9eb88 sequence= is now O(n) with lists, more matrix works compile Slava Pestov 2005-05-05 19:31:57 +0000
  • 3d71ca54e4 float, double, char* struct fields Slava Pestov 2005-05-05 07:12:37 +0000
  • 5f681178c6 rotating cube example added Slava Pestov 2005-05-05 03:06:56 +0000
  • 656a4bf1ed float and double types in FFI, minor cleanups here and there to kick off 0.75 Slava Pestov 2005-05-05 02:34:55 +0000
  • 1e71d2368b Missing file Slava Pestov 2005-05-04 19:51:38 +0000
  • 9147107be2 fix win32 Mackenzie Straight 2005-05-04 14:24:27 +0000
  • 838ae87589 set OOBINLINE socket option now Slava Pestov 2005-05-04 07:07:35 +0000
  • 8c162ebca7 oops Slava Pestov 2005-05-04 06:25:57 +0000
  • a4a2a8b19a 0.74 ready for release release-0-74 0.74 Slava Pestov 2005-05-04 05:14:45 +0000
  • b442096677 UI fixes; hashtables and generics are rehashed during bootstrap for improved robustness Slava Pestov 2005-05-04 03:50:04 +0000
  • 8bca326561 oops Slava Pestov 2005-05-04 00:09:04 +0000
  • af639e3e67 fix hyperlinks Slava Pestov 2005-05-03 23:55:01 +0000
  • 2e691d06be another UI bootstrap fix Slava Pestov 2005-05-03 23:16:46 +0000
  • 61d6967ebe refactoring Slava Pestov 2005-05-03 23:10:20 +0000
  • 6f1abd0980 UI fixes Slava Pestov 2005-05-03 23:00:52 +0000
  • 7a3a34d364 fixing matrices; fixing examples Slava Pestov 2005-05-03 08:40:13 +0000
  • bbb5d90d31 parser section of handbook complete Slava Pestov 2005-05-03 06:58:59 +0000
  • e275bcf760 handbook improvements Slava Pestov 2005-05-02 06:29:24 +0000
  • cd48ebebf6 moved random number generation words to math vocabulary Slava Pestov 2005-05-02 04:56:09 +0000
  • f96779a56c simple HTTP client; with-stream* word; various tweaks and cleanups Slava Pestov 2005-05-02 04:18:34 +0000
  • 2c06abe71a Merge win32 and unix makefiles (MSYS is now required to build on Windows) Mackenzie Straight 2005-05-01 23:40:44 +0000
  • 65fd70641f Fix win32 for .74 release Mackenzie Straight 2005-05-01 22:56:31 +0000
  • 407554c185 void* fix Slava Pestov 2005-05-01 21:53:12 +0000
  • b679c73096 yield changes Slava Pestov 2005-05-01 18:34:01 +0000
  • c15c1e3dd8 renaming c_stream_error to io_error Slava Pestov 2005-05-01 18:30:53 +0000
  • 9e2525982e fixes Slava Pestov 2005-05-01 05:25:22 +0000
  • 85b8508e58 fix documentation error in parser-combinators. Chris Double 2005-05-01 03:06:38 +0000
  • fb211c0e05 fix yet more bitrot to do with sequence changes in cont-responder examples. Chris Double 2005-05-01 03:05:48 +0000
  • ea214c397e UI fixes Slava Pestov 2005-04-30 21:17:10 +0000
  • a4579c38b5 Unix socket fix, minor UI fixes Slava Pestov 2005-04-30 18:27:40 +0000
  • 87236e842b working on matrices library Slava Pestov 2005-04-30 06:01:04 +0000
  • 8e7ab057e7 fix compile warning Slava Pestov 2005-04-30 05:13:58 +0000
  • e084aaa193 fix unit test failures Slava Pestov 2005-04-30 05:12:23 +0000
  • 9835ce4b03 fix floor/ceiling words Slava Pestov 2005-04-30 04:59:56 +0000
  • cd978d822e remove quit-responder from stage3 Slava Pestov 2005-04-30 04:48:05 +0000
  • 356af39cc6 truncate/floor/ceiling words; stop-httpd word fixed; accept did not yield properly Slava Pestov 2005-04-30 04:43:39 +0000
  • 11c604d865 fix parser-combinator documentation Chris Double 2005-04-30 04:17:02 +0000
  • 93f4088747 more sequence code fixes for cont-responder examples Chris Double 2005-04-30 04:15:12 +0000
  • 3ecf223a68 more sequence code fixes for parser combinators Chris Double 2005-04-30 04:14:48 +0000
  • aa5b8fe510 Get lazy lists and parser combinators working with new factor. Chris Double 2005-04-30 03:20:11 +0000
  • 19bc49ece3 fix bitrot in sqlite library Chris Double 2005-04-30 03:18:56 +0000
  • 01b0cae9a5 Fix bitrot in cont-responder Chris Double 2005-04-30 03:16:33 +0000
  • fc3dae6f5e fixing overflows Daniel Ehrenberg 2005-04-29 22:01:35 +0000
  • 4d607d38a0 attempted fix Daniel Ehrenberg 2005-04-29 21:26:00 +0000
  • a5e54685bb new comparison w/o tables Daniel Ehrenberg 2005-04-29 21:16:46 +0000
  • dfb9d2329d latest I/O and FFI changes Slava Pestov 2005-04-29 19:02:59 +0000
  • 5232ff5535 added turing machine simulator Slava Pestov 2005-04-29 18:46:56 +0000
  • e9493b78df typo in relocation code Slava Pestov 2005-04-29 18:39:28 +0000
  • bd5198bf39 some progress on getting FFI I/O working on Linux Slava Pestov 2005-04-29 06:37:12 +0000
  • bcf605142b New PowerPC relocation type for dlsyms Slava Pestov 2005-04-29 06:36:32 +0000
  • e6f0d2e014 adding figures Slava Pestov 2005-04-29 02:42:32 +0000
  • b1676b04ff working on handbook Slava Pestov 2005-04-29 02:40:57 +0000
  • d9764b0b8e remove obsolete file Slava Pestov 2005-04-28 21:29:11 +0000
  • 3f38246bff sequences chapter of handbook is complete Slava Pestov 2005-04-28 04:46:23 +0000
  • d9150c3613 freebsd? linux? unix? words Slava Pestov 2005-04-27 05:47:57 +0000