Commit Graph

  • 81e5fd2c9e Bug fixes slava 2006-07-09 20:13:22 +0000
  • c5716ff2e1 Fix problem where help window shows wrong page initially slava 2006-07-09 19:57:34 +0000
  • 5b5b607b2a Automata improvements wayo.cavazos 2006-07-07 06:46:14 +0000
  • 6e340c6da1 Changes to x.factor to allow stack effect inference wayo.cavazos 2006-07-02 11:40:34 +0000
  • 32657a0266 Use Wolfram's standard convention for rule names wayo.cavazos 2006-07-02 11:39:37 +0000
  • 25e9d29c7e Replace spc with bl in x.factor wayo.cavazos 2006-07-01 17:17:30 +0000
  • 0f220b4d4c manage-window word rewritten and other Factory updates wayo.cavazos 2006-07-01 16:46:08 +0000
  • 767c0836d4 Fix typos slava 2006-07-07 07:46:05 +0000
  • d2bd5e9912 Remove C++ style commends slava 2006-07-07 04:19:59 +0000
  • ca54e6b32b Missing file slava 2006-07-07 04:18:40 +0000
  • c5a6f75488 Eliminate another #ifdef slava 2006-07-07 04:15:31 +0000
  • 8d60d0f9c9 Build system fixes slava 2006-07-07 04:03:10 +0000
  • 6d21c52ac9 Big runtime cleanup slava 2006-07-07 04:07:18 +0000
  • da5539c29b Fix bootstrap failure slava 2006-07-06 22:08:14 +0000
  • 169a5626d6 Fix raytracer typo slava 2006-07-06 21:48:43 +0000
  • c3a891b58c Mac OS X Intel signal handling fixes slava 2006-07-06 21:45:34 +0000
  • 4125fc3fff Universal binary freetype lib slava 2006-07-06 20:55:51 +0000
  • 3ae55cb96a Add search button to help tool slava 2006-07-06 20:54:26 +0000
  • 910d6de129 Don't worry about Factor-defined struct returning Objective C methods for now slava 2006-07-06 20:54:05 +0000
  • 7a591325dc Bootstrap fixes slava 2006-07-06 20:43:55 +0000
  • c9590d2560 More Mac Intel ABI fixes -- and fuck Apple for screwing up the Objective C ABI even further slava 2006-07-06 20:24:09 +0000
  • 68bf49fca0 Objective C test slava 2006-07-06 20:16:05 +0000
  • 9f2201fe09 Minor file-responder fix slava 2006-07-06 20:13:35 +0000
  • 6a862a9696 Add support for 8-byte struct returns, Mac OS X Intel style slava 2006-07-06 07:04:58 +0000
  • 200dbc4edd Stack alignment fixes slava 2006-07-06 05:01:05 +0000
  • ca7acc29df Add unit test to ensure segfault handler works slava 2006-07-06 03:31:30 +0000
  • a393fe218c Fix problem which only seems to occur on Core Duo: we were relying on unspecified behavior, and that is SHL setting the overflow flag with a shift count greater than one slava 2006-07-06 03:30:56 +0000
  • d8be9e23ec Fix raise-window typo on X11 slava 2006-07-06 00:35:19 +0000
  • 6e112b6ef8 file-responder now supports .fhtml files, which are piped through contrib/embedded.factor slava 2006-07-06 00:34:50 +0000
  • 81a9a2f977 Fix bootstrap bug and ungraft bug slava 2006-07-05 22:47:42 +0000
  • 23ebcbad42 Model refcounting, fix world title slava 2006-07-05 22:11:44 +0000
  • f2b2aa0d29 Documentation fix slava 2006-07-05 22:11:21 +0000
  • ddd26fafe9 Move unix code to library/io/unix/ slava 2006-07-05 22:11:06 +0000
  • c3bfbbe6b7 gadget-title protocol uses models slava 2006-07-05 21:12:30 +0000
  • 84ea50c726 Fix malloc typo slava 2006-07-04 22:10:42 +0000
  • e8f3b4a0ad Fix PowerPC compile error slava 2006-07-04 21:25:23 +0000
  • 8abb81e89a Fix obscure bug where the area reserved for struct returns could get moved if the method being called is a Factor callback slava 2006-07-04 21:24:36 +0000
  • 7610aa1587 New with-malloc combinator slava 2006-07-04 21:24:15 +0000
  • 5d475b64b1 Fix documentation typo slava 2006-07-04 21:23:51 +0000
  • c7bd16e191 Another typo slava 2006-07-04 06:41:11 +0000
  • acd79253fc x86 ABI code was not loaded in the pentium4 image slava 2006-07-04 06:29:22 +0000
  • fe48d6452b Intel Mac OS X ABI code progress slava 2006-07-04 06:04:33 +0000
  • 0cfc5d4159 Fix bootstrap failure on x86 slava 2006-07-03 07:30:11 +0000
  • fc16aefc7d Add Mac OS X x86 ABI support slava 2006-07-03 07:27:30 +0000
  • 09031d8174 Load Mac OS X x86 ABI support in -stage2 slava 2006-07-03 07:26:56 +0000
  • 3bd5ddc494 Bootstrap fix slava 2006-07-03 07:13:26 +0000
  • 21dc5a6761 Compiler backend cleanups slava 2006-07-03 06:52:44 +0000
  • b24e37177e Fix documentation typo slava 2006-07-03 06:51:30 +0000
  • c76187d714 Add command line documentation to handbook slava 2006-07-02 23:14:34 +0000
  • 52d7f4b32a Get Factor to compile on OS X/Intel slava 2006-07-03 03:41:13 +0000
  • f2ddbae4ac Command line handling cleanup slava 2006-07-02 22:51:57 +0000
  • 33088f70bb Change some usages of catch to recover, and fix a help viewer bug slava 2006-07-01 20:14:28 +0000
  • 88766ac2aa Fix unit test failures slava 2006-07-01 20:08:44 +0000
  • b4359d8373 Help viewer and model updates slava 2006-07-01 20:07:10 +0000
  • ee3acaabc1 graft/ungraft protocol replaces broken add/remove-notifyy slava 2006-06-29 08:07:10 +0000
  • 5f26260396 Updating help gadget slava 2006-06-29 07:54:30 +0000
  • 3ddcb4d2f3 Slightly more expressive frame/track builder slava 2006-06-29 05:54:11 +0000
  • 728a2afaba Fix Cocoa window raise slava 2006-06-29 05:53:55 +0000
  • 67f86d3611 Reuse tool windows when they are already open; simplify some code slava 2006-06-29 04:25:35 +0000
  • 7fd74ab6db Minor layout issue fixes slava 2006-06-29 04:00:21 +0000
  • 5e14ba0474 Things to support new Factory changes wayo.cavazos 2006-06-28 10:55:17 +0000
  • e722fdb590 Fix move and resize window bugs in Factory wayo.cavazos 2006-06-28 10:53:31 +0000
  • 772d416a5a Add contrib/vars.factor wayo.cavazos 2006-06-28 10:52:10 +0000
  • b3a747f249 Quick start note in automata wayo.cavazos 2006-06-28 10:49:32 +0000
  • 392968df03 Documentation formatting fixes slava 2006-06-27 23:57:04 +0000
  • a16a9182ff Make $titles clickable slava 2006-06-27 23:10:25 +0000
  • 5c8982c50c Tweak error reporting slava 2006-06-27 07:40:07 +0000
  • c203a088b4 Fix prettyprinter hilite-quotation bug slava 2006-06-27 07:39:54 +0000
  • 36f0b9396a Fix documentation typo slava 2006-06-27 07:39:41 +0000
  • f47986dcff Browser now makes more efficient use of screen space; new MVC/reactive programming framework slava 2006-06-27 07:26:52 +0000
  • e94d38c31b Fancier factorbot slava 2006-06-26 08:05:06 +0000
  • 6b92fc2aa9 Fix documentation typo slava 2006-06-26 07:49:40 +0000
  • c5872a4356 Missing file slava 2006-06-26 07:30:13 +0000
  • 746710d773 Print f clickably slava 2006-06-26 07:08:54 +0000
  • 1eac2d1736 Simplify DEFER: definition slava 2006-06-26 07:08:47 +0000
  • b682d52a9d Help markup fixes slava 2006-06-26 07:08:35 +0000
  • 7176754832 AJAX outliners work better now slava 2006-06-26 07:07:57 +0000
  • cfdb6aef7b Separate search tools, titled-gadget focus fix slava 2006-06-26 05:54:25 +0000
  • 6017ad861b Table borders slava 2006-06-26 05:53:05 +0000
  • afe77c6b0a Edit-distance based apropos example slava 2006-06-26 05:50:57 +0000
  • e4dc215220 Scrolling cleanups; fix usability issue with listener's scroll behavior slava 2006-06-25 22:21:18 +0000
  • f646a17289 UI optimizations slava 2006-06-23 06:25:08 +0000
  • 56f292f61b Minor fixes slava 2006-06-23 06:24:28 +0000
  • 173efd801a UI now uses x/y instead of x/y/z slava 2006-06-23 04:06:53 +0000
  • 9f2797fc09 Improved help cross-referencing slava 2006-06-23 02:36:56 +0000
  • c8aa5d0d82 Lots of changes to contrib/x11/* to support button highlighting wayo.cavazos 2006-06-21 10:30:45 +0000
  • f18c2c7cec Various help system refactorings slava 2006-06-22 05:57:43 +0000
  • f3d93496b7 Fix bootstrap errors slava 2006-06-21 03:50:05 +0000
  • 8ca7993d0f Small fixes slava 2006-06-21 03:26:41 +0000
  • 895a38fe5a Remove the 'links-in' feature slava 2006-06-21 03:05:26 +0000
  • 117aef414f Markup fixes for better HTML generation slava 2006-06-20 22:31:48 +0000
  • 59587f2831 Remove silly feature slava 2006-06-20 00:15:26 +0000
  • 3786fe695f Documentation and module system updates slava 2006-06-20 00:14:33 +0000
  • 50ec1d36db Remove obsolete examples, module system simplification, fix parse-resource restart when bootstrapping parse-syntax.factor slava 2006-06-19 07:41:42 +0000
  • e816737c99 Update the 'all' module slava 2006-06-19 01:36:50 +0000
  • 1e2dcfae12 More module system hackery slava 2006-06-19 01:31:20 +0000
  • 6368e3b4d1 Added factor-comment-line to factor.el wayo.cavazos 2006-06-18 10:06:24 +0000
  • ce2d4b8848 Added portable <slate> based boids demo to contrib wayo.cavazos 2006-06-18 10:05:32 +0000
  • 2c3f8853ab Added portable <slate> based automata demo to contrib wayo.cavazos 2006-06-18 10:04:54 +0000
  • a8b4287af9 Added <slate> gadget to contrib wayo.cavazos 2006-06-18 10:03:36 +0000