Commit Graph

  • f824247883 code cleanups and faster bootstrap Slava Pestov 2005-03-08 03:11:36 +0000
  • 916f24d8fa I/O task GC fix Slava Pestov 2005-03-07 05:39:57 +0000
  • d8be679fcc some cleanups Slava Pestov 2005-03-07 01:03:22 +0000
  • 3cb8a1e63d removed halos; a new tile gadget Slava Pestov 2005-03-07 00:46:29 +0000
  • 54ad3394a7 adding unittest for infix-word.see Daniel Ehrenberg 2005-03-06 01:01:51 +0000
  • d47fbc8d1a s/word-property/word-prop/ Daniel Ehrenberg 2005-03-05 23:55:31 +0000
  • a74632b243 hashtables were sized wrong; rename str- words to string- Slava Pestov 2005-03-05 21:33:40 +0000
  • f0dfb77690 renaming word-parameter to word-def; renaming word-property to word-prop Slava Pestov 2005-03-05 19:45:23 +0000
  • 76efdb2f1d UI fixes Slava Pestov 2005-03-04 03:45:23 +0000
  • bb048fb7e6 fix bootstrapping problems Slava Pestov 2005-03-04 03:24:51 +0000
  • c4da07c80d halos Slava Pestov 2005-03-04 01:43:55 +0000
  • 175b211160 changes to algebra Daniel Ehrenberg 2005-03-04 01:35:33 +0000
  • e9ea91918d UI work Slava Pestov 2005-03-03 02:26:11 +0000
  • 779db3970d fix bootstrap errors Slava Pestov 2005-03-02 03:19:26 +0000
  • c918f60671 presentations and menus Slava Pestov 2005-03-02 03:11:08 +0000
  • 3fed0171ef missing file Slava Pestov 2005-03-01 23:55:59 +0000
  • 5c69750719 improved inspector Slava Pestov 2005-03-01 23:55:25 +0000
  • 9df3845237 inspector Slava Pestov 2005-03-01 05:45:50 +0000
  • dc161369cc filled layout Slava Pestov 2005-02-28 04:17:41 +0000
  • 9ae9264ff0 scrolling work Slava Pestov 2005-02-28 03:28:09 +0000
  • 8315f1b1ee Algebra again, fixing (?) Daniel Ehrenberg 2005-02-28 02:53:11 +0000
  • 1cb73fcf55 Makefile oopsie Slava Pestov 2005-02-27 21:54:09 +0000
  • 48b2f1f7fb some UI cleanups Slava Pestov 2005-02-27 21:51:12 +0000
  • 3a1441d0b4 pane gadget, clipping work Slava Pestov 2005-02-27 21:00:55 +0000
  • 14862ab4b5 clipping Slava Pestov 2005-02-27 08:48:27 +0000
  • 033ece6ca5 started clipping Slava Pestov 2005-02-26 07:11:25 +0000
  • d8c91b1cda scrolling Slava Pestov 2005-02-26 05:57:53 +0000
  • d0bb4944f1 functional queue in place of dlists; disable generic partial eval due to buggyness Slava Pestov 2005-02-25 23:11:10 +0000
  • b02f5d305c minor fd-streams tweak Slava Pestov 2005-02-25 22:25:40 +0000
  • 42b3cc8afa word wrap bootstrap.txt Slava Pestov 2005-02-25 22:15:16 +0000
  • dbb1148360 updates on infix & infix repl Daniel Ehrenberg 2005-02-25 05:06:30 +0000
  • 56648c2ca5 fixing carelessness Daniel Ehrenberg 2005-02-25 03:53:15 +0000
  • ecb11bf4fe algebra -- I hope this works Daniel Ehrenberg 2005-02-25 03:32:51 +0000
  • 4f3457efb6 inlining method body if type of object passed to generic is known Slava Pestov 2005-02-25 01:52:17 +0000
  • e376755fda oops Slava Pestov 2005-02-25 00:05:19 +0000
  • cf8b059c9b algebra Daniel Ehrenberg 2005-02-24 23:42:19 +0000
  • bbfa40fc7b type inference work Slava Pestov 2005-02-24 02:50:51 +0000
  • 2526a1b9b5 fix a problem with the plugin's parser Slava Pestov 2005-02-23 04:14:56 +0000
  • 6b9133bf30 inference errors printed; type violations are flagged; plugin fixes Slava Pestov 2005-02-23 04:07:47 +0000
  • eb86c229e0 working on jEdit plugin Slava Pestov 2005-02-22 02:26:20 +0000
  • c502ea889e index-of broken Slava Pestov 2005-02-22 01:51:58 +0000
  • 0f2d8b218b memory word cleanups, sdl numlock fix Slava Pestov 2005-02-21 01:38:24 +0000
  • a0c7e80835 tidy up browser title. put vocab and word name in browser titlebar. update cont-responder documentation. Added information on 'show-final' and updated examples that had suferred code rot (ie. Change use of times*, succ, pred, [ | ], etc).. remove setting of responder name in browser. The setting of the name caused the browser-edit responder to jump to the browser responder when a word was clicked.. added show-final to cont-responder. add responder-items word for debugging in cont-responder. changed expiry of cont-responder continuations. When the continuations are expired they are now removed from the hash table. Previously each request would rebuild the continuation table containing the non-expired continuations.. convert from hashtables to typles in cont-responder. move to using symbols for variable names in cont-responder. convert USE: to USING: in cont-responder. various minor cont-responder refactorings. refactor init-cont-responder. merge cont-get-responder and cont-put-responder into one. refactor cont-get-responder. fix cont-responder bug involving redirects. When a cont-responder request for an expired page was made the 'redirect' flag was not correctly reset. This resulted in initial requests of a responder redirecting when it wasn't supposed to. Tidied up the area of redirects and post-refresh-get pattern.. added use of show-final to todo-list. Chris Double 2005-02-21 00:47:08 +0000
  • ba492a60d8 built in type slot meta refactoring; string capacity is now a tagged slot; references word Slava Pestov 2005-02-21 00:03:37 +0000
  • e91e0edc3b fix text rendering crash with strings containing nulls Slava Pestov 2005-02-20 05:01:05 +0000
  • 3bf3e13f2e register declarations for powerpc Slava Pestov 2005-02-20 04:25:21 +0000
  • ae27f48d12 minor fix for rollovers Slava Pestov 2005-02-20 03:55:45 +0000
  • 3b98c55ecf dialogs Slava Pestov 2005-02-20 02:49:37 +0000
  • 8d139c621a layout alignments Slava Pestov 2005-02-20 00:57:26 +0000
  • 99edfc3593 some UI fixes Slava Pestov 2005-02-19 22:54:04 +0000
  • d245baf72b lets get 0.73 started Slava Pestov 2005-02-19 03:55:43 +0000
  • a69a156210 update makefile, remove VC project similar-0.72 Mackenzie Straight 2005-02-19 02:16:14 +0000
  • 3c7ec28ab1 0.72 release-0-72 0.72 Slava Pestov 2005-02-19 02:13:13 +0000
  • dd1b0a0b2b 0.72 ready for release Slava Pestov 2005-02-19 01:37:01 +0000
  • 9aaa9b0d1d updating examples Slava Pestov 2005-02-19 00:09:24 +0000
  • e42aea4c3e fix circular dependency in UI Slava Pestov 2005-02-19 00:02:06 +0000
  • f7a8ebdfb4 fix map-with stack comment Mackenzie Straight 2005-02-18 22:41:49 +0000
  • a5e03af20c minor style updates Mackenzie Straight 2005-02-18 08:48:56 +0000
  • d6ba26951f fix win32 server socket bug, update makefile Mackenzie Straight 2005-02-18 04:01:29 +0000
  • 7cde7402a1 instances word rewritten in factor Slava Pestov 2005-02-18 03:49:19 +0000
  • b4c1748463 fix stack effects Slava Pestov 2005-02-18 03:15:29 +0000
  • 1fe16b1a6c eliminate library/primitives.factor Slava Pestov 2005-02-18 02:19:27 +0000
  • 720ed0511f Remove dllexport from ds, update win32 makefile Mackenzie Straight 2005-02-18 01:11:20 +0000
  • de7978b6b5 unit test fix Slava Pestov 2005-02-18 00:01:11 +0000
  • ee184cbb16 slot compiled efficiently Slava Pestov 2005-02-17 21:10:35 +0000
  • 9eb0046f09 ds is in esi now Slava Pestov 2005-02-17 04:24:35 +0000
  • e92757e93c working on jEdit plugin Slava Pestov 2005-02-17 02:54:36 +0000
  • c1ca6b761e Change default timeout for continuation responder. Update live updater and todo list code for stream and read word changes. Chris Double 2005-02-16 01:38:21 +0000
  • a22dffcd62 UI fixes Slava Pestov 2005-02-15 23:05:28 +0000
  • b3295a4312 cons instances fix Slava Pestov 2005-02-15 03:40:47 +0000
  • a5d2964083 gcc 3.x fix Slava Pestov 2005-02-15 03:29:40 +0000
  • f95496e655 stream word renaming Slava Pestov 2005-02-15 03:15:02 +0000
  • 58a43f3bf2 Remove tutorial from cont-responder directory as it is in doc directory now. Chris Double 2005-02-15 02:58:09 +0000
  • e9c3e62d09 instances word, memory vocabulary Slava Pestov 2005-02-15 02:58:07 +0000
  • 24b2777a89 Remove uneeded files. Chris Double 2005-02-15 02:56:46 +0000
  • da5fd852c1 Split makefile Mackenzie Straight 2005-02-14 23:30:10 +0000
  • 74bf210b1c Added missing files. Chris Double 2005-02-14 22:19:09 +0000
  • e5228b435f add missing files. Chris Double 2005-02-14 22:18:51 +0000
  • 0b3a34d0c8 add browser style to words to allow browsing source. add browser and cont-responder to factor httpd. add cont-responder tutorial to main doc dicretory. mention location of cont-test.factor in tutorial. change defauly startup location of browser. Chris Double 2005-02-14 21:44:15 +0000
  • a3a1cf8a8c Fix bugs with browser responder. Fix url>path so it doesn't double decode query parameters. Chris Double 2005-02-13 02:51:33 +0000
  • 82e22a0841 text fields in the UI Slava Pestov 2005-02-13 02:15:30 +0000
  • b141634910 Fix for browser responder for where vocab or word doesn't exist Chris Double 2005-02-13 01:57:34 +0000
  • f88bfcf2a8 Refactorings of the cont-responder and sqlite code. The browser responder now accepts 'word' and 'vocab' as query parameters. The cont-responder takes the continuation id as a query parameter instead of part of the url. Chris Double 2005-02-13 01:08:32 +0000
  • a1d6e58851 win32 bug fixes Mackenzie Straight 2005-02-12 07:23:38 +0000
  • f5fe5fd692 SDL console fix Slava Pestov 2005-02-12 00:35:50 +0000
  • 96edb600fe field fix Slava Pestov 2005-02-12 00:11:31 +0000
  • 36b97dd4ee working on labels and fields Slava Pestov 2005-02-12 00:09:48 +0000
  • 8d565b6968 basic notion of keyboard focus Slava Pestov 2005-02-11 17:45:24 +0000
  • b05ad02a1d start keyboard focus Slava Pestov 2005-02-11 04:58:28 +0000
  • 6f765bc74c moved generic.txt to devel-guide Slava Pestov 2005-02-10 22:55:34 +0000
  • 7f92f0df6a fix prettyprinter bug Slava Pestov 2005-02-10 22:36:19 +0000
  • 0319645ff6 change 'library' to 'libraries' in comment for command line syntax. Chris Double 2005-02-10 22:32:39 +0000
  • 7216046f01 alien-call should be alien-invoke Chris Double 2005-02-10 22:25:31 +0000
  • d5009f4b78 Add first cut at sqlite library. Chris Double 2005-02-10 22:22:35 +0000
  • 85a37f6199 Developer's guide updates; implicit tuple constructors Slava Pestov 2005-02-10 20:14:20 +0000
  • f24721a010 tuples gracefully handle changing shape Slava Pestov 2005-02-10 03:35:11 +0000
  • 06404d533d working on prettyprint Slava Pestov 2005-02-10 01:57:19 +0000
  • 7e11f655b5 bug fixes Mackenzie Straight 2005-02-10 01:17:23 +0000
  • 5de9e55e26 string.c fix Slava Pestov 2005-02-10 00:58:53 +0000
  • a8c34f50a8 tuple dispatch compiled, adding USING: to more files, inference terminator cleanup, jedit cleanup, new reload word to reload a word's source file Slava Pestov 2005-02-09 03:02:44 +0000