Commit Graph

10930 Commits (a807251d20843861045383bfc9895fa19eee93ea)

Author SHA1 Message Date
James Cash 65b1a62f6a Fixes to v-checkbox 2009-01-13 23:00:49 -05:00
Doug Coleman 585d977ed0 remove a couple comments from Config.windows files 2009-01-13 20:54:39 -06:00
Doug Coleman bffa4a540b Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 20:50:51 -06:00
Slava Pestov 3ba56e73c3 Fix napply for n=1, and fix napply's docs 2009-01-13 19:41:12 -06:00
Slava Pestov b169b803d2 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 19:26:25 -06:00
Slava Pestov 1f29e128c1 io.styles refactoring introduced a load error in io.streams.null; fix that, add docs, and remove unused with-null-stream 2009-01-13 19:25:44 -06:00
Jose A. Ortega Ruiz f64b8a2279 FUEL: Fix ratio and float font lock. 2009-01-14 02:25:31 +01:00
Daniel Ehrenberg a40af2bd87 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 19:13:13 -06:00
Daniel Ehrenberg 85c6efa718 SMTP supports Unicode subjects and contents 2009-01-13 19:13:01 -06:00
Slava Pestov c47f8feaab Clean up scroller code, and fix a cosmetic issue 2009-01-13 19:09:47 -06:00
Doug Coleman afc76ecab0 initial code for windows serial support 2009-01-13 19:01:01 -06:00
Doug Coleman d823516b72 more kernel32 bindings 2009-01-13 18:58:47 -06:00
Doug Coleman 1d23287678 remove "pipe" from word name 2009-01-13 18:57:09 -06:00
Daniel Ehrenberg 3b679cf2be Base64 works with streams, ignores newlines in inputs and can output newlines when appropriate 2009-01-13 18:50:16 -06:00
U-FROGGER\erg cefd85013c fix file listing on windows, refactor tools.files cross-platform code 2009-01-13 18:44:47 -06:00
Doug Coleman 406e5f6dac Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 17:51:22 -06:00
Slava Pestov d06996a6aa Merge branch 'master' of git://factorcode.org/git/jamesnvc 2009-01-13 17:44:17 -06:00
Doug Coleman e8ea2c3727 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 17:37:19 -06:00
Slava Pestov e75b3b20c0 Update html.elements for refactoring 2009-01-13 17:35:45 -06:00
Doug Coleman 8b6ec97b50 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 17:24:20 -06:00
Slava Pestov 3e1d3d68e8 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 17:12:54 -06:00
Slava Pestov 4204fd495f Move formatted stream output words to io.styles; they didn't belong in core, and this reduces deployed image size 2009-01-13 17:12:43 -06:00
Doug Coleman 3db9705a99 making directory listing tool configurable, use bi in io.directories.search 2009-01-13 15:48:59 -06:00
Doug Coleman 5a43dda03c Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-01-13 11:17:32 -06:00
Samuel Tardieu dccb72befe Define involutary words with "define-involution" 2009-01-13 16:58:31 +01:00
Samuel Tardieu 280564b6ec Define reciprocal inverses with "define-dual" 2009-01-13 16:45:08 +01:00
Samuel Tardieu 5fbfc1acf1 Remove duplicate inverse definition 2009-01-13 16:34:28 +01:00
Jose A. Ortega Ruiz 7e751b4195 FUEL: Fix the fix to multiline string literals font-lock. 2009-01-13 11:57:59 +01:00
Jose A. Ortega Ruiz 16c067e71a FUEL: Bug fix. 2009-01-13 10:29:27 +01:00
Doug Coleman f920007959 extend sort-by-slots to work with nested objects, add split-by-slots for already-sorted sequences of tuples 2009-01-13 00:20:34 -06:00
Doug Coleman 4a01649d15 add with-directory-entries and file-type>trailing 2009-01-13 00:05:19 -06:00
Jose A. Ortega Ruiz 5909ca0bd8 FUEL: New refactoring: inline word. 2009-01-13 04:06:21 +01:00
Jose A. Ortega Ruiz 0b36b8b259 FUEL: M-. improvements and new M-,. 2009-01-13 02:58:33 +01:00
Jose A. Ortega Ruiz a70018bcc4 FUEL: Correct font-lock for string literals (no multiline). 2009-01-13 01:44:22 +01:00
Jose A. Ortega Ruiz 104b052e7e FUEL: Better word extraction: detect existing words and extend refactoring. 2009-01-13 00:14:54 +01:00
Slava Pestov cbb91284c9 Well-formed HTML for counter 2009-01-12 16:18:08 -06:00
Slava Pestov daab5e4ac8 Fix calculator 2009-01-12 16:17:58 -06:00
Slava Pestov 01cd3ce99a Throw an error if Chloe encounters an unknown tag 2009-01-12 16:17:52 -06:00
Slava Pestov 1ef15a3135 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-12 14:32:24 -06:00
Slava Pestov daf86c693e Fix help-lint for sets vocab 2009-01-12 14:32:14 -06:00
Doug Coleman 5dcf500bbd Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-01-12 12:23:28 -06:00
Jose A. Ortega Ruiz 18c2c9cf03 FUEL: Fix indentation of multiline TUPLE:, SYMBOLS: & similar forms. 2009-01-12 12:13:21 +01:00
Jose A. Ortega Ruiz 093c615dfa FUEL: Use better defaults for factor's binary and image file. 2009-01-12 10:35:59 +01:00
Slava Pestov 3a3a4e25eb Merge branch 'master' of git://factorcode.org/git/factor 2009-01-12 01:54:11 -06:00
Slava Pestov e6aa33ac12 Add new intersects? word and use it in a few places instead of intersect empty? 2009-01-12 01:51:38 -06:00
Doug Coleman 9a3908e7dc Merge branch 'master' of git://factorcode.org/git/factor 2009-01-11 21:10:19 -06:00
Doug Coleman a204a43eca fix compile error 2009-01-11 21:10:08 -06:00
Doug Coleman fcf86d3bc3 test pooled db connections, change bogus test 2009-01-11 21:07:39 -06:00
Jose A. Ortega Ruiz fb98eaf990 FUEL: Fix stack effect font-lock. 2009-01-12 03:16:56 +01:00
Jose A. Ortega Ruiz 8bf0176e8c FUEL: Typo. 2009-01-12 03:09:50 +01:00