Commit Graph

841 Commits (b3b81f8834f7bcc20a0f7b982d1fc9dfb5cbfd1c)

Author SHA1 Message Date
chris.double 38f8050d34 update tuple-db docs for new 'contrib/tuple-db' require format 2006-09-09 05:17:38 +00:00
chris.double a7dd4c4084 update rss docs for new 'contrib/rss' format 2006-09-09 05:16:25 +00:00
chris.double aa94868cea convert concurrency html docs to factor docs 2006-09-09 05:11:48 +00:00
chris.double a5644bb083 fix concurrency tests for removal of reply word 2006-09-09 04:15:33 +00:00
chris.double e331379a5f concurrency: use MATCH-VARS: and remove 'reply' 2006-09-09 04:04:39 +00:00
chris.double d97f261f24 change synchronous concurrency send to use match 2006-09-06 13:29:41 +00:00
chris.double 1313d68dc1 added help for MATCH-VARS: 2006-09-09 03:42:07 +00:00
chris.double a0d5aa4042 tests for MATCH-VARS: 2006-09-09 03:40:59 +00:00
chris.double f7e38fa8d4 implement MATCH-VARS: in contrib/match 2006-09-09 03:39:02 +00:00
slava 296e8ba0b3 Single stepper now properly supports continuations 2006-09-09 01:12:18 +00:00
Benjamin Pollack 4730a7dc0c TextMate support for fhtml 2006-09-08 23:48:59 +00:00
Benjamin Pollack e669695adc TextMate bundle has vastly improved postpone, CHAR: 2006-09-08 23:25:19 +00:00
Benjamin Pollack a9c951c352 TextMate callout support 2006-09-08 07:30:27 +00:00
Benjamin Pollack fe320b4e16 Fixed several syntax errors in TextMate definition and added recognition for CHAR: and string escapes 2006-09-08 06:50:46 +00:00
Benjamin Pollack a37586ae4e Greatly improved TextMate syntax definition for Factor, including defining numbers and more language syntax 2006-09-08 06:38:18 +00:00
Benjamin Pollack e916415963 Added initial TextMate language bundle 2006-09-08 06:06:11 +00:00
erg 672cdba238 contrib/math cleanup, SIGFPE bug on intel mac (other platforms?) 2006-09-07 23:29:13 +00:00
erg 2067553f3e trying to speed up md5 2006-09-07 20:56:40 +00:00
erg 6fd71439d6 contrib/crypto cleanup 2006-09-07 20:15:41 +00:00
erg ebe493173a fix simple-html-responder - add xhtml namespace 2006-09-04 21:17:45 +00:00
chris.double 147b13e32e fix <process-stream> memory corruption error 2006-09-08 02:26:43 +00:00
slava b7aa4f360b httpd load fix 2006-09-07 03:19:54 +00:00
slava e8cd09d385 calendar load fix 2006-09-07 03:01:38 +00:00
slava 8389b4fedc concurrency load fix 2006-09-07 00:22:19 +00:00
chris.double effe770df3 more concurrency documentation 2006-09-06 12:21:00 +00:00
chris.double f341cde0c0 add a .facts file for concurrency 2006-09-06 11:53:41 +00:00
slava b3960f56e9 Cleanups and fixes 2006-09-06 22:48:46 +00:00
slava 046f770b2d Modularize tests 2006-09-06 22:32:41 +00:00
slava b4291dd6c6 Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
slava fccce77bdb Move XML into a standalone module 2006-09-06 08:26:53 +00:00
slava 79cddc55e7 httpd module split up 2006-09-06 08:25:43 +00:00
chris.double fd929a0708 pattern matching adding to contrib readme 2006-09-05 23:37:18 +00:00
chris.double 89435bd1b8 serialization of byte arrays 2006-09-05 23:36:46 +00:00
chris.double 2a6cd307de add 'match' based process in concurrency tests 2006-09-05 10:34:20 +00:00
slava 587d02d35a Kick off 0.85 by creating a new tools vocabulary and putting a bunch of stuff, including 'walk' there 2006-09-05 05:29:26 +00:00
chris.double 7a6ff3449a add simple pattern matcher contrib library 2006-09-05 03:04:27 +00:00
chris.double 035a64ad8b fix integer serialization 2006-09-05 00:12:51 +00:00
slava 79e2bbb0ed Update Makefile's macosx.dmg rule 2006-09-04 01:49:07 +00:00
slava 58647729c1 boids load fix 2006-09-04 01:27:03 +00:00
slava a798cd4f5c And more stack effect fixes 2006-09-04 01:13:07 +00:00
slava 7ea2e9c591 More stack effect fixes 2006-09-04 01:10:43 +00:00
erg c0c20826a3 calendar loadfile simplification 2006-09-03 23:20:01 +00:00
erg f800c6699b calendar fix 2006-09-04 00:08:22 +00:00
slava dc07e6c61c More stack comment fixes 2006-09-03 23:38:58 +00:00
slava 0927cb9d97 Fix botched regex replace 2006-09-03 23:32:37 +00:00
slava 4e351ee5b7 Stack effect comments are not permitted inside word definitions 2006-09-03 23:28:26 +00:00
erg 733ab3c5ac calendar simplifications 2006-09-03 22:01:12 +00:00
erg 9e67f14fd5 gmt-offset now calls an alien function to deal with daylight savings and timezone 2006-09-03 21:38:13 +00:00
chris.double 1b7877d072 Implement If-Modified-Since header in httpd
A browser sends If-Modified-Since when requesting a resource, the server should send a '304 Not Modified' if the Last-Modified time of the resource matches the date in 'If-Modified-Since'. Googlebot also uses If-Modified-Since so this addition to httpd can save some bandwidth.
2006-09-02 06:01:22 +00:00
erg 4e2ca56800 calendar changes 2006-09-01 21:45:00 +00:00