Commit Graph

375 Commits (9b7246555a8107262dc7e674d845ff3ac0d48300)

Author SHA1 Message Date
Slava Pestov a0e1659a3e Fix 2008-03-24 20:44:39 -05:00
Slava Pestov 09d8c8eb88 Launcher documentation 2008-03-24 19:47:30 -05:00
Slava Pestov 99b9ab367b Move priority code to io.launcher 2008-03-24 18:02:39 -05:00
Slava Pestov 87208627cc Merge branch 'master' of git://factorcode.org/git/factor 2008-03-24 17:41:10 -05:00
Doug Coleman fd0d489543 finish rename process to priority 2008-03-24 17:25:19 -05:00
Doug Coleman 1ff27e7de5 rename process to priority 2008-03-24 17:25:03 -05:00
Doug Coleman 1fe0e73a9f fix bug in find-all-files 2008-03-24 17:19:22 -05:00
Daniel Ehrenberg 86efc8467c Strict wrapper for encodings 2008-03-21 21:47:16 -04:00
Daniel Ehrenberg 4cfd62c373 Merge branch 'master' of git://factorcode.org/git/factor 2008-03-21 16:59:40 -04:00
Daniel Ehrenberg fae69bd092 Final fix for 8-bit encodings 2008-03-21 16:57:13 -04:00
Doug Coleman 08fe32a268 fix priority loading 2008-03-21 15:25:18 -05:00
Doug Coleman 9c745c44d3 add set-priority and get-priority
add clear_err_no and check-errno for dealing with get-priority
2008-03-21 14:53:11 -05:00
Daniel Ehrenberg 88baf7c3b7 latin1 -> iso-8859-1 2008-03-21 14:07:17 -04:00
Daniel Ehrenberg 7adef0c613 Completing 8-bit changes 2008-03-21 14:01:50 -04:00
Doug Coleman 9018a9093f fix using 2008-03-21 11:52:47 -06:00
Daniel Ehrenberg 3586b5a35d More 8-bit encodings 2008-03-21 12:30:13 -04:00
Slava Pestov 02727576c2 New slots are now in the core 2008-03-20 15:30:59 -05:00
Slava Pestov e20762e0cb Fix errors 2008-03-20 14:25:08 -05:00
Slava Pestov 0d9947198c Bootstrap fixes 2008-03-19 21:41:39 -05:00
Doug Coleman 3e7940216e swap append to swap append
refactoring path+ to append-path
swap path+ to prepend-path
calendar gmt-offset to duration
2008-03-19 19:15:32 -05:00
Slava Pestov 5904d3fffa Fix set-timeout with dan's new encoding stuff 2008-03-19 15:24:49 -05:00
Daniel Ehrenberg d496065f89 Merge branch 'master' of git://factorcode.org/git/factor 2008-03-18 17:02:48 -04:00
Daniel Ehrenberg b362175d43 Initial optimization of encodings 2008-03-18 17:01:14 -04:00
Slava Pestov 4b2368e99f Fix io.unix.launcher unit test 2008-03-18 03:27:14 -05:00
Slava Pestov 8b956d1efa Fixing deployment 2008-03-16 02:21:51 -05:00
Slava Pestov e3f7cf36e2 Fix Windows file-info 2008-03-15 06:22:57 -05:00
Daniel Ehrenberg 037c8cf35e Merge branch 'master' into unicode 2008-03-14 12:57:38 -05:00
Daniel Ehrenberg 56afb67bfc Unicode encoding changes 2008-03-14 03:09:51 -05:00
sheeple dcda3d5bcf Fix FreeBSD 2008-03-14 01:36:30 -05:00
Slava Pestov 90f8aa3136 Fix regressions 2008-03-14 02:27:43 -05:00
Slava Pestov 1289cfa8e3 More fixes 2008-03-13 22:08:57 -05:00
Slava Pestov a65c96042d Fix usages of file-length 2008-03-13 21:07:53 -05:00
Slava Pestov 31e15e3204 Fix bootstrap problems 2008-03-13 18:56:24 -05:00
Daniel Ehrenberg fef7e8315d Merge branch 'master' of git://factorcode.org/git/factor into unicode 2008-03-13 13:00:38 -05:00
Slava Pestov 96c4aaf94a Merge branch 'master' of git://factorcode.org/git/factor 2008-03-13 04:29:39 -05:00
Eduardo Cavazos 3929d02f17 Fix a couple of problems preventing bootstrap 2008-03-13 04:19:32 -06:00
Slava Pestov fd9bf040ba Removing call-with call-with2; use cleave instead 2008-03-13 03:41:57 -05:00
Slava Pestov 8399336648 tools.vocabs absorbs some words from tools.browser and vocabs.loader 2008-03-12 19:55:06 -05:00
Alex Chapman 14bf7e4194 removing io.files.tmp in favour of io.files.unique 2008-03-12 14:42:07 +11:00
Slava Pestov 5af2be3798 More documentation fixes 2008-03-11 21:01:39 -05:00
Slava Pestov 32526206f1 Help fixes 2008-03-11 19:51:58 -05:00
Daniel Ehrenberg 862dd0b5cb Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:

	extra/io/encodings/ascii/ascii.factor
	extra/io/encodings/latin1/latin1.factor
2008-03-09 22:04:19 -05:00
Slava Pestov 7ad74eb320 Various fixes 2008-03-08 02:51:26 -06:00
dharmatech 28182f06f9 Fix download-to 2008-03-07 23:47:11 -06:00
Slava Pestov 5adfc3a3b1 Merge branch 'master' of git://factorcode.org/git/factor 2008-03-07 21:29:24 -06:00
Slava Pestov 2fa5f34a71 Byte-array-ification 2008-03-07 21:26:35 -06:00
Doug Coleman 9eff8354c3 use SYMBOLS: 2008-03-07 21:25:26 -06:00
Daniel Ehrenberg 191a61a024 Merge branch 'master' of git://factorcode.org/git/factor into unicode 2008-03-07 18:51:03 -06:00
Slava Pestov 2ff8cd14e9 Merge branch 'experimental' of git://factorcode.org/git/wrunt 2008-03-07 17:33:24 -06:00
Alex Chapman 641d345a99 Merge git://factorcode.org/git/wrunt into experimental 2008-03-08 10:22:34 +11:00