Commit Graph

852 Commits (4face990d7418c97c722ae13c4928fefcf0014a8)

Author SHA1 Message Date
Chris Double 11c604d865 fix parser-combinator documentation 2005-04-30 04:17:02 +00:00
Chris Double 93f4088747 more sequence code fixes for cont-responder examples 2005-04-30 04:15:12 +00:00
Chris Double 3ecf223a68 more sequence code fixes for parser combinators 2005-04-30 04:14:48 +00:00
Chris Double aa5b8fe510 Get lazy lists and parser combinators working with new factor. 2005-04-30 03:20:11 +00:00
Chris Double 19bc49ece3 fix bitrot in sqlite library 2005-04-30 03:18:56 +00:00
Chris Double 01b0cae9a5 Fix bitrot in cont-responder 2005-04-30 03:16:33 +00:00
Daniel Ehrenberg fc3dae6f5e fixing overflows 2005-04-29 22:01:35 +00:00
Daniel Ehrenberg 4d607d38a0 attempted fix 2005-04-29 21:26:00 +00:00
Daniel Ehrenberg a5e54685bb new comparison w/o tables 2005-04-29 21:16:46 +00:00
Slava Pestov dfb9d2329d latest I/O and FFI changes 2005-04-29 19:02:59 +00:00
Slava Pestov 5232ff5535 added turing machine simulator 2005-04-29 18:46:56 +00:00
Slava Pestov e9493b78df typo in relocation code 2005-04-29 18:39:28 +00:00
Slava Pestov bd5198bf39 some progress on getting FFI I/O working on Linux 2005-04-29 06:37:12 +00:00
Slava Pestov bcf605142b New PowerPC relocation type for dlsyms 2005-04-29 06:36:32 +00:00
Slava Pestov e6f0d2e014 adding figures 2005-04-29 02:42:32 +00:00
Slava Pestov b1676b04ff working on handbook 2005-04-29 02:40:57 +00:00
Slava Pestov d9764b0b8e remove obsolete file 2005-04-28 21:29:11 +00:00
Slava Pestov 3f38246bff sequences chapter of handbook is complete 2005-04-28 04:46:23 +00:00
Slava Pestov d9150c3613 freebsd? linux? unix? words 2005-04-27 05:47:57 +00:00
Slava Pestov 4e8da1f829 Unix I/O fixes 2005-04-27 05:40:09 +00:00
Slava Pestov beb9861feb added sockets.factor 2005-04-26 22:49:02 +00:00
Slava Pestov 008d35310b handbook updates, remove vector-length vector-nth set-vector-nth 2005-04-26 04:35:55 +00:00
Slava Pestov d5604720c6 fix compile error 2005-04-26 01:39:34 +00:00
Slava Pestov 94ddf77dd4 forgot to add c-streams 2005-04-26 01:31:17 +00:00
Slava Pestov 6ff40d6cf3 defining a generic on something that is not a class would ruin the generic 2005-04-25 23:56:56 +00:00
Slava Pestov 8b496e60ff fix bad bootstrap bug; generic append, reverse, concat (replacing cat and append*); working on documentation 2005-04-25 23:54:21 +00:00
Slava Pestov b666a3c3e0 debugging I/O code, getenv/setenv are unsafe but a bit faster, each-object tweak, miscellaneous fixes 2005-04-25 07:33:33 +00:00
Slava Pestov 6e253bb8bb logging and unix socket fixes 2005-04-25 03:02:19 +00:00
Slava Pestov dfd3901a39 checkin of Factor Developer's Handbook 2005-04-25 00:57:37 +00:00
Slava Pestov 09123b279a miscellaneous fixes for I/O and PowerPC FFI 2005-04-24 04:27:07 +00:00
Slava Pestov 1efa0fa2cc fix bootstrap failure 2005-04-23 23:34:54 +00:00
Slava Pestov 9cc3616a82 preliminary work on PowerPC FFI 2005-04-23 23:34:06 +00:00
Slava Pestov 9baf908d86 I/O code fixes; it now works on FreeBSD 4.11 2005-04-23 21:42:42 +00:00
Slava Pestov 63047aea90 more cleanups of I/O code 2005-04-23 00:15:04 +00:00
Slava Pestov 60b6b6c8b7 remove cfactor unix i/o wrappers 2005-04-23 00:11:11 +00:00
Slava Pestov 3ab8c7cf47 removing cfactor I/O code; unix ffi I/O socket code fixes 2005-04-23 00:09:46 +00:00
Slava Pestov 0083245089 Unix socket fixes 2005-04-22 06:24:38 +00:00
Slava Pestov 8b61c03fa1 (yield) renamed to stop 2005-04-22 04:22:36 +00:00
Slava Pestov 4f7d80af74 some new math words, fix implementation of class< for unions 2005-04-21 04:49:19 +00:00
Slava Pestov 6c11b788e0 minor cleanups here and there 2005-04-20 00:28:01 +00:00
Slava Pestov 626336915b appending, mapping sequences 2005-04-18 01:59:11 +00:00
Slava Pestov 224d2afa50 dump tool added 2005-04-17 22:41:05 +00:00
Slava Pestov aced725ac5 socket code fleshed out 2005-04-17 22:34:09 +00:00
Slava Pestov 94c1a8bcd7 sequence cleanups 2005-04-16 04:23:27 +00:00
Slava Pestov d6b42a1f5c minor fixes; init-io now fully initializes unix ffi i/o 2005-04-16 03:00:22 +00:00
Slava Pestov 19439c0e08 I/O bug fixes 2005-04-16 02:42:01 +00:00
Slava Pestov 427c1ba898 Unix FFI I/O tested and known to work in single-threaded case 2005-04-16 02:28:37 +00:00
Slava Pestov e1a6166079 Unix I/O multiplexer hooked up 2005-04-14 23:37:13 +00:00
Slava Pestov 3e9381d867 more Unix I/O work 2005-04-14 05:32:06 +00:00
Slava Pestov d5618709dd matrix math 2005-04-14 00:44:06 +00:00