Commit Graph

9159 Commits (1477a0f6f5c5733a2c20db37e692a3421b00a1ce)

Author SHA1 Message Date
Slava Pestov 1477a0f6f5 Code cleanups 2008-11-20 18:11:25 -06:00
Slava Pestov a671678357 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-20 17:33:30 -06:00
slava 248cb0df5e Add some error checking to the X11 UI: if an event handler throws an error, we open a debugger window, as on other platforms, instead of stopping the UI 2008-11-20 03:47:39 -06:00
Slava Pestov 375a9df29b Fix shift-click in editor nested inside a pane 2008-11-19 21:59:11 -06:00
Slava Pestov 4af2592369 Fix some scrollers problems 2008-11-19 21:58:45 -06:00
Slava Pestov bcd2ffc830 If rendering an error popup fails, don't open an endless stream 2008-11-19 21:57:59 -06:00
Slava Pestov 8f0b335f4b Clean up 2008-11-19 21:13:50 -06:00
Slava Pestov 825ad4e59d Remove unmaintained/io/ since basis/io/ now has all of the features from the old I/O library 2008-11-19 21:02:21 -06:00
Slava Pestov d6264a32ce Better values docs 2008-11-19 19:43:11 -06:00
Slava Pestov 3d8f432856 Clarify math.bitwise -vs- bitwise-arithmetic docs 2008-11-19 19:23:11 -06:00
Slava Pestov ae2f5e5439 Clarify tail-call optimization documentation 2008-11-19 19:17:47 -06:00
Slava Pestov c75c4efefd Add unit test for pack pref-dim bug 2008-11-19 19:08:12 -06:00
Slava Pestov 044d3f0665 Add another piece of info 2008-11-19 19:06:41 -06:00
Slava Pestov e687d179e6 Re-word fry docs slightly 2008-11-19 18:59:53 -06:00
Slava Pestov af5e5611dc Better invalid callable check 2008-11-19 18:59:30 -06:00
Slava Pestov 503c0a0971 Add a new cookbook page 2008-11-19 18:23:19 -06:00
Slava Pestov b9e1f5bf8a M: track pref-dim did not take the gap into account 2008-11-19 17:47:25 -06:00
Slava Pestov 6e9b2a6c73 Make limited scrollers more versatile: they now have a min-dim and a max-dim 2008-11-19 17:47:12 -06:00
Slava Pestov eb6cdcc06e Fix parser tests 2008-11-19 17:41:39 -06:00
Slava Pestov 5dd6b2504e Merge branch 'master' of git://factorcode.org/git/factor 2008-11-19 17:13:46 -06:00
Slava Pestov 344657b93b Improve scroll>rect and scroll>caret so that the caret is always visible 2008-11-19 17:13:39 -06:00
Slava Pestov 6681d4bca3 Add an ABOUT: to math.geometry.rect 2008-11-19 17:13:10 -06:00
Slava Pestov 6aff81052e Doc update 2008-11-19 17:10:19 -06:00
Doug Coleman 3e93d3599c make a copy of your boot image before deleting it 2008-11-19 17:00:35 -06:00
Doug Coleman 4849636fd7 remove attribute if it's the same as the type 2008-11-19 16:45:13 -06:00
Doug Coleman 1ef21ba2d3 add type to directory-entry on windows 2008-11-19 16:40:50 -06:00
Doug Coleman a62641e469 add .bak to gitignore for factor backups 2008-11-19 16:32:12 -06:00
Doug Coleman c286d24d14 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-19 16:29:20 -06:00
Slava Pestov 57c933f98a Merge branch 'master' of git://factorcode.org/git/factor 2008-11-19 16:28:51 -06:00
Slava Pestov 002563ce44 Add DWIM mode 2008-11-19 16:27:16 -06:00
Doug Coleman e121a0822d make a backup of the factor binary, library, and image before bootstrapping 2008-11-19 16:27:12 -06:00
Doug Coleman 199bdfdbe6 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-19 16:24:23 -06:00
Doug Coleman 25d9fd68fc translate directory-type flags to our factor symbols 2008-11-19 16:22:42 -06:00
Doug Coleman 3ea773fa80 remove UNKNOWN test 2008-11-19 16:10:00 -06:00
Slava Pestov 6085557116 Parser now prints an IN:/USING: form if restarts were invoked; add more restarts for certain errors 2008-11-19 16:03:05 -06:00
Slava Pestov 84d1a91966 limited-completions now gives you the most relevant completions if there are too many, instead of just giving back the empty list 2008-11-19 16:02:43 -06:00
Slava Pestov cdf7436667 Add parallel-cleave, parallel-spread, parallel-napply combinators 2008-11-19 16:01:48 -06:00
Doug Coleman 50e4d009af Merge branch 'master' of git://factorcode.org/git/factor 2008-11-19 14:33:51 -06:00
Doug Coleman 5bf4065314 better fix for deleting the factor library on make clean 2008-11-19 14:28:26 -06:00
Slava Pestov f3911ea09a Merge branch 'master' of git://repo.or.cz/factor/jcg 2008-11-19 13:02:55 -06:00
Slava Pestov 12601b7eb0 Add failing unit test 2008-11-19 13:02:33 -06:00
Jose A. Ortega Ruiz 5df0a0073f Emacs factor-mode: small indentation fixes and cleanups. 2008-11-19 10:37:54 +01:00
Slava Pestov 358f99d7dd Revert "less aggressive make clean"
This reverts commit bcd314aa46.
2008-11-19 01:58:22 -06:00
Slava Pestov fb2523dc81 Revert "disable regexp failing tests for now"
This reverts commit 020a866e42.
2008-11-19 01:57:44 -06:00
Doug Coleman 020a866e42 disable regexp failing tests for now 2008-11-18 23:56:51 -06:00
Doug Coleman bcd314aa46 less aggressive make clean 2008-11-18 22:54:22 -06:00
Slava Pestov 306e123621 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2008-11-18 22:21:39 -06:00
Slava Pestov d62a6c4b09 Minor core cleanup 2008-11-18 22:08:02 -06:00
Slava Pestov 4f0a92e8b3 Fix conflict 2008-11-18 21:59:11 -06:00
Slava Pestov 7bf450e0f1 Fix typo 2008-11-18 21:58:30 -06:00