Commit Graph

  • c4638e3b7d working on scroll bar Slava Pestov 2005-08-27 05:41:42 +0000
  • 20c746505d working on scroll bar Slava Pestov 2005-08-27 04:22:19 +0000
  • c19ec60942 fix eval-responder for recent factor changes Chris Double 2005-08-27 03:46:46 +0000
  • 62525efedc missing file; scrollbar work Slava Pestov 2005-08-27 03:06:56 +0000
  • 2636a247c9 menu positioning fix Slava Pestov 2005-08-27 02:22:00 +0000
  • 9b361d749b UI code cleanups Slava Pestov 2005-08-27 01:42:43 +0000
  • 70e4c7001f stack display hooks for single-stepper and inspector, reworking scrolling Slava Pestov 2005-08-26 22:18:07 +0000
  • 70aa3f3b2a latest UI work Slava Pestov 2005-08-26 05:44:12 +0000
  • 5229bee399 frame layout fixes Slava Pestov 2005-08-26 05:29:12 +0000
  • 3d173c3af5 nicer-looking menus in UI Slava Pestov 2005-08-26 04:55:56 +0000
  • 97de5ac682 frame layout fixes Slava Pestov 2005-08-26 00:28:56 +0000
  • b4c8ef9df4 removing obsolete files and updating readme (still incomplete) Daniel Ehrenberg 2005-08-25 22:13:52 +0000
  • 2ca86efb1d parse-k updates Daniel Ehrenberg 2005-08-25 22:02:30 +0000
  • 45109c1a0a major cleanup Slava Pestov 2005-08-25 19:27:38 +0000
  • 762d2913a1 Added sha1.factor Updated md5 to Factor .77 Added common.factor to contain common words to both md5 and sha1 Added load.factor Doug Coleman 2005-08-25 10:07:50 +0000
  • 01a1f8cede minor pane optimization Slava Pestov 2005-08-25 01:52:10 +0000
  • 5a9523cd63 spacial indexing for faster pane display Slava Pestov 2005-08-24 23:25:12 +0000
  • c3d92a0b4e working on visibile-children* Slava Pestov 2005-08-24 14:19:09 +0000
  • 38a5f01320 foo Slava Pestov 2005-08-24 05:09:36 +0000
  • 86e842d8f1 foo Slava Pestov 2005-08-24 05:09:17 +0000
  • 82a5dcdd10 foo Slava Pestov 2005-08-24 05:08:01 +0000
  • 88d75185db Fix eval responder to work with 0.77 changes. Chris Double 2005-08-24 04:52:52 +0000
  • eb16e7a699 some SDL renaming, fix a few typos Slava Pestov 2005-08-24 04:30:07 +0000
  • 2606de8e8e renaming rectangle tuple to rect and a few shape- words to rect-; working on spacial indexing Slava Pestov 2005-08-24 03:28:54 +0000
  • 9db68d9569 new inspector features Slava Pestov 2005-08-24 02:27:05 +0000
  • 8eb46943d0 refactoring timers Slava Pestov 2005-08-24 00:27:42 +0000
  • 15d30888d6 fix parser combinator tests to work with str>number change Chris Double 2005-08-24 00:01:39 +0000
  • b6951b8afd Get concurrency code to work with 0.77 changes. Chris Double 2005-08-23 23:59:43 +0000
  • 06806ec8cc Get cont-responder examples working with 0.77 word changes. eval-responder is currently broken though. Chris Double 2005-08-23 23:49:52 +0000
  • a21a630087 blinking cursor in UI Slava Pestov 2005-08-23 22:16:42 +0000
  • 0785188ba5 multitasker cleanups, fix bug in inspector Slava Pestov 2005-08-23 21:08:38 +0000
  • fbd7d4fef7 inspector bug fix, sleep word Slava Pestov 2005-08-23 19:50:32 +0000
  • a380526f12 updating CHANGES.html Daniel Ehrenberg 2005-08-23 19:02:00 +0000
  • c3540aaf7a initial commit of parse-k.factor Daniel Ehrenberg 2005-08-23 18:43:12 +0000
  • 57bedd8139 remove call to sort from cross-referencer Slava Pestov 2005-08-23 00:54:01 +0000
  • 256521884c binary search Slava Pestov 2005-08-22 21:40:44 +0000
  • 1fa2a0d8ba Fix bootstrap failure Slava Pestov 2005-08-22 20:39:01 +0000
  • 388d7b2d85 more cleanups Slava Pestov 2005-08-22 20:01:13 +0000
  • 4ce519c9f9 more cleanups Slava Pestov 2005-08-22 19:33:18 +0000
  • 077d36329a more generic word cleanups Slava Pestov 2005-08-22 18:29:43 +0000
  • 6086945dd7 more code cleanups; new make-hash idiom Slava Pestov 2005-08-22 06:06:32 +0000
  • ad712e431d bootstrap cleanup Slava Pestov 2005-08-22 05:33:43 +0000
  • beca0f9615 simplifying quicksort code Slava Pestov 2005-08-22 05:17:08 +0000
  • 4a6900af6a fix bootstrap failure, other cleanups Slava Pestov 2005-08-22 03:35:50 +0000
  • 1743df1bd4 Link to original parser combinators document for the clean programming language. Chris Double 2005-08-22 01:45:11 +0000
  • b3e58b4380 more prettyprinter updates, unparser is gone Slava Pestov 2005-08-22 00:50:14 +0000
  • 119cb1ba6b more prettyprinter fixes Slava Pestov 2005-08-21 18:40:12 +0000
  • 17b0f15425 see now shows classes and methods Slava Pestov 2005-08-21 18:25:05 +0000
  • 9adffd9388 new prettyprinter Slava Pestov 2005-08-21 05:17:37 +0000
  • 5384a2f805 Updated to work with .77 cvs. Uses 'content' word as per slava's blog. Added 'file>md5' and 'stream>md5'. Doug Coleman 2005-08-20 08:32:53 +0000
  • 80c1553a5a added foldable, flushable declarations in all relevant places Slava Pestov 2005-08-20 02:22:15 +0000
  • c8eacd7b0b major bootstrap cleanup Slava Pestov 2005-08-20 01:46:12 +0000
  • 28682c091a Don't url-encode post data in http-post. Rely on caller to do it if needed by post encoding type. Chris Double 2005-08-18 21:48:31 +0000
  • f5f50c1347 Tests removed from main parser-combinators source file and added to a tests.factor using Factor unit tests. Chris Double 2005-08-17 07:03:40 +0000
  • 8a701e6e16 Fix Todo example so it works with removal of lexi>. Chris Double 2005-08-16 23:10:13 +0000
  • 7426167a5a removed obsolete file Slava Pestov 2005-08-16 21:42:32 +0000
  • 3d69cf226b clean up generic word code Slava Pestov 2005-08-16 19:53:30 +0000
  • 9bbf30f91c typo in dll.c Slava Pestov 2005-08-16 03:34:10 +0000
  • f8c2daad8b collapse slice of a slice; %fast-set-slot linearizer was buggy Slava Pestov 2005-08-16 03:09:44 +0000
  • dcdedf2e90 fix image loading with missing libraries Slava Pestov 2005-08-15 19:45:46 +0000
  • 979225805e images referencing libraries that could not be found no longer fail to load Slava Pestov 2005-08-15 19:34:00 +0000
  • 2495ef46f3 redesigned generic arithmetic; new tag primitive Slava Pestov 2005-08-15 07:25:39 +0000
  • 01b48675b7 more generic fixes Slava Pestov 2005-08-15 03:26:40 +0000
  • fae12b201e clean up metaclasses Slava Pestov 2005-08-14 22:13:16 +0000
  • 4f424c16ec cleanup class< Slava Pestov 2005-08-14 21:33:45 +0000
  • 10ea9df312 unit tests for identities, recrossref speedup Slava Pestov 2005-08-14 06:08:11 +0000
  • 1fa0bfc130 arithmetic identities Slava Pestov 2005-08-14 05:17:25 +0000
  • 633466f129 minor fixes, new quicksort implementatin Slava Pestov 2005-08-14 03:39:46 +0000
  • 54e87cc7f2 fix flaw in node-clone; cleanups Slava Pestov 2005-08-13 08:01:21 +0000
  • f331a9241e fix node splitter bug, fix typos in identities Slava Pestov 2005-08-13 03:54:29 +0000
  • 05a9338bc7 various clean ups, fix linearization of #label Slava Pestov 2005-08-12 22:02:03 +0000
  • 9707d90970 Fix bug in http-request in http-client library Chris Double 2005-08-12 00:28:32 +0000
  • 24ea7fab8d faster hashtable = method, dataflow optimizer cleanups Slava Pestov 2005-08-11 23:08:22 +0000
  • 1911ea44a5 handbook updates for 0.77 Slava Pestov 2005-08-10 23:37:59 +0000
  • b8260a3de7 working on partial evaluation Slava Pestov 2005-08-08 19:21:14 +0000
  • 250aabcd36 minor fixes Slava Pestov 2005-08-08 06:58:49 +0000
  • e341b7ca69 Make 'browse' the default word to be shown in the browser responder. Chris Double 2005-08-08 06:48:56 +0000
  • 8b9a118b3e Refactored browser responder. Chris Double 2005-08-08 06:42:39 +0000
  • f4c5f84a7a fixed problem with meets referring to themselves, leading to sig11 during compilation Slava Pestov 2005-08-08 06:38:10 +0000
  • 8674d702c7 inline-methods did not call solve-recursion, leading to incorrect results Slava Pestov 2005-08-07 22:11:20 +0000
  • 371d13d578 fix bootstrap failure Slava Pestov 2005-08-07 04:04:55 +0000
  • 606b9b878f dataflow optimizer work Slava Pestov 2005-08-07 04:00:57 +0000
  • 7aaacb19dd Refactoring and additions to the concurrency library. Chris Double 2005-08-07 02:10:32 +0000
  • a7496b5742 more recursive value inference bug fixing Slava Pestov 2005-08-06 06:44:25 +0000
  • fe34a8cc74 some recursive value inferencer fixes Slava Pestov 2005-08-06 05:59:49 +0000
  • eecf8d59ae fixing lack of clause following because Daniel Ehrenberg 2005-08-06 00:19:32 +0000
  • 2057449bbc more inference cleanups Slava Pestov 2005-08-05 04:05:04 +0000
  • 4b20f07b0f inference cleanups; recursive value inference work in progress Slava Pestov 2005-08-05 03:59:45 +0000
  • 4ba23a7ef3 Missing file Slava Pestov 2005-08-04 23:11:29 +0000
  • 4682d4429a Add first cut at concurrency library. Chris Double 2005-08-04 22:46:50 +0000
  • 9bc39d1421 starting recursive value inference; add hack to (uncrossref) so that it does not decompile alien words Slava Pestov 2005-08-04 21:39:39 +0000
  • 13df2fe3e8 marginally faster nappend Slava Pestov 2005-08-04 16:58:07 +0000
  • 3366640fb1 further code cleanups, unit test fixes Slava Pestov 2005-08-04 04:48:07 +0000
  • f65aa407e9 \ foo is now a first-class type; this removes the need for inference-level partial eval, and simplifies a lot of other code Slava Pestov 2005-08-04 03:56:28 +0000
  • 3948beb8f0 3list no longer exists. Fix parser combinators to work around this. Chris Double 2005-08-04 01:19:30 +0000
  • f63c6c8ed4 CHANGES updates Slava Pestov 2005-08-03 23:09:44 +0000
  • ff7b3f9762 dataflow optimizer fixes, minor generic word cleanups Slava Pestov 2005-08-03 22:47:32 +0000
  • eab5d999af add failing test Slava Pestov 2005-08-03 02:40:12 +0000
  • 7c81617ea0 better method inlining heuristic Slava Pestov 2005-08-02 10:32:48 +0000
  • 0f1c3dbc59 better type inference in dispatch tables Slava Pestov 2005-08-02 06:03:36 +0000