Commit Graph

358 Commits (d9f823856a263fbb25dff3005a88ec5a43c30ddc)

Author SHA1 Message Date
Slava Pestov 8e20bee820 latest SmokedOut, hopefully starting work again 2004-09-19 01:47:12 +00:00
Slava Pestov f7fe2598dd start FFI 2004-09-18 22:15:01 +00:00
Slava Pestov 1d924271d4 some parse-number cleanup, documentation work 2004-09-15 03:23:05 +00:00
Slava Pestov 34041bedbf compiler work 2004-09-11 19:26:24 +00:00
Slava Pestov c02755227e releasing 0.65 2004-09-08 06:46:40 +00:00
Slava Pestov fa79feb68a compiler compiles fib 2004-09-08 06:31:03 +00:00
Chris Double 6a0d3fcedf remove default-responders call which is no longer needed. 2004-09-08 03:51:20 +00:00
Slava Pestov c409b1804a missing file 2004-09-08 03:47:18 +00:00
Slava Pestov 29907bfdf1 more work on assembler 2004-09-07 05:34:10 +00:00
Slava Pestov 77bfc275a2 more compiler work, a few java factor fixes 2004-09-07 02:39:12 +00:00
Slava Pestov ea3ad6f14f started x86 compiler 2004-09-06 06:32:04 +00:00
Slava Pestov 9d9643850e fix millis; fix <resource-stream> 2004-09-06 00:14:37 +00:00
Slava Pestov fa29a1cbad shift now behaves correctly with large right shift' 2004-09-05 04:06:09 +00:00
Slava Pestov 9b5169865d doc updates, big endian fix 2004-09-05 02:29:07 +00:00
Slava Pestov 0acff64a5f cwd/cd primitives, dir./pwd library words, pipe word in JVM factor' 2004-09-04 07:06:53 +00:00
Slava Pestov 80f80acb7b assorted enhancements, started 64-bit image output 2004-09-04 05:05:50 +00:00
Slava Pestov 5542e7c199 nicer multiply_fixnum; thanks The_Vulture 2004-09-03 22:49:04 +00:00
Slava Pestov 5a0e002764 fixnum multiplication doesn't use long long 2004-09-03 22:37:25 +00:00
Slava Pestov 541b6cd8d1 arithmetic shift no longer uses long long, plugin improvements 2004-09-03 20:54:58 +00:00
Slava Pestov f0322506b7 HOME key in listener a bit more useful 2004-09-03 19:12:45 +00:00
Slava Pestov c0dfdfb23b add test case for: chars > 127 were being read incorrectly in cfactor 2004-09-03 03:00:30 +00:00
Slava Pestov eaacbf635e fix signed -vs- unsigned issue; chars > 127 were being read incorrectly in cfactor 2004-09-03 02:53:50 +00:00
Slava Pestov a7036e5e7a fix fcopy 2004-09-03 01:51:19 +00:00
Slava Pestov f75e3ca0a8 html-tags imported, file responder shows icons 2004-09-02 23:38:05 +00:00
Slava Pestov a0c9095ff5 file-responder improvements, plugin improvements 2004-09-02 20:40:34 +00:00
Chris Double cb4c439646 Changes to get things working with the combinators and files vocab
changes.
2004-09-02 01:18:42 +00:00
Slava Pestov 209cb7cc90 gc fix 2004-09-02 01:04:16 +00:00
Slava Pestov 7670bf2c94 better plugin docs 2004-09-01 03:42:30 +00:00
Slava Pestov bc204614ae Edit word dialog 2004-09-01 02:22:47 +00:00
Slava Pestov 5df49666de command for inserting USE: declarations, cfactor memory management cleanup 2004-09-01 00:31:16 +00:00
Slava Pestov 948395ea5f doc strings for primitives 2004-08-31 05:01:43 +00:00
Slava Pestov 24bf7e17be some combinators cleaned up, whatever else 2004-08-31 04:27:09 +00:00
Slava Pestov 522c4d74ea file responder directory listing 2004-08-31 00:24:19 +00:00
Slava Pestov 5cbeaee7df simplified directory listing in cfactor, faster = and hashcode 2004-08-30 06:30:55 +00:00
Slava Pestov 9416d77c04 some work on directory listing in cfactor 2004-08-30 04:36:44 +00:00
Slava Pestov 859b252144 file responder: redirect if directory url does not end with /, and other changes to httpd 2004-08-30 03:30:54 +00:00
Slava Pestov 75c85db354 string hashcodes are fixnums 2004-08-29 19:56:30 +00:00
Slava Pestov 9901fbdc28 words are now hashed 2004-08-29 08:03:16 +00:00
Slava Pestov dd45011141 improved CPU profiler; memory profiler 2004-08-29 07:20:19 +00:00
Slava Pestov 5db5504ffe CFactor documentation comments 2004-08-29 05:50:34 +00:00
Slava Pestov 7f16568a49 clean up bignum cached constants 2004-08-29 05:04:42 +00:00
Slava Pestov 4879b08161 file responder works with native factor 2004-08-29 02:25:59 +00:00
Slava Pestov b64d81b3d2 new files vocab, dissolved builtins vocab, moved tutorial programs to doc/tutorial/ 2004-08-28 20:43:43 +00:00
Slava Pestov 7a6d816ab0 Factor 0.64 2004-08-28 03:20:10 +00:00
Slava Pestov 547a070b66 fix broken fixnum bitops 2004-08-27 06:35:26 +00:00
Slava Pestov e0590377ff fix various memory corruption issues 2004-08-27 06:09:24 +00:00
Slava Pestov fe280c7ea4 room fix with large arena 2004-08-27 03:39:13 +00:00
Slava Pestov a42442364a fix mandel.factor 2004-08-27 03:11:46 +00:00
Slava Pestov 8b8741d262 fix division and modulo giving incorrect results 2004-08-27 03:05:48 +00:00
Slava Pestov 39779666a3 httpd fix 2004-08-27 02:34:33 +00:00