Commit Graph

515 Commits (7fb8b3c40688862c2ee70215a3e1109795e6a192)

Author SHA1 Message Date
Slava Pestov 9fd7b12534 Merge branch 'master' of git://factorcode.org/git/factor 2008-05-07 00:40:17 -05:00
Slava Pestov 732b84bcf9 Mac OS X monitors need to call normalize-path 2008-05-06 22:20:55 -05:00
Slava Pestov 90299783d6 Cleanup io.pipes and fix io.unix.pipes hang 2008-05-06 21:23:18 -05:00
Doug Coleman 7c09936f30 use butlast, butlast-slice
"extra/foo" resource-path -> "resource:extra/foo"
2008-05-06 12:37:11 -05:00
U-SLAVA-DFB8FF805\Slava 7f8ee64d28 Implement <appender> on Windows 2008-05-06 04:26:46 -05:00
U-SLAVA-DFB8FF805\Slava cbf886f17d Fix Windows monitors, implement new io.pipe protocol 2008-05-06 02:10:17 -05:00
Slava Pestov 8e60cf2b86 <appender>, documentation updates 2008-05-05 19:12:22 -05:00
Slava Pestov 9d5d4ec5c4 Fixes, rename sliding-groups to clumps 2008-05-05 17:31:46 -05:00
Slava Pestov 9b9b2747a3 Fixes and cleanups 2008-05-05 03:51:41 -05:00
Slava Pestov 7c7a1f4974 Debugging pipelines 2008-05-05 03:15:24 -05:00
Slava Pestov 8397b45110 Fixing bugs 2008-05-05 02:32:35 -05:00
Slava Pestov 75fb15ee4c Split stdio up into input-stream/output-stream, pipes work in progress 2008-05-05 02:19:25 -05:00
Slava Pestov f0f0cfb7c3 dispose-each 2008-05-01 21:42:51 -05:00
Slava Pestov a1ea2655ed Fix problems found by builder 2008-05-01 20:02:34 -05:00
Daniel Ehrenberg 0bde52d63b Docs and tests for io.encodings.iana 2008-04-30 22:06:13 -05:00
Daniel Ehrenberg 82679024ce Deleting inaccurate comment 2008-04-30 21:09:27 -05:00
Daniel Ehrenberg 594f335dfe Adding IANA encodings table 2008-04-30 21:04:57 -05:00
Daniel Ehrenberg 43cbb17e17 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/delegate/delegate.factor
	extra/unicode/data/data.factor
2008-04-30 19:45:12 -05:00
Doug Coleman b7c1f9dbe8 extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
2008-04-25 23:17:08 -05:00
Doug Coleman a9c9f26822 remove extra using 2008-04-25 01:55:24 -05:00
Doug Coleman 9e3cab4327 move normalize-path to <mapped-file>
(mapped-file) is now the hook
2008-04-25 01:10:40 -05:00
Doug Coleman 13c2e444a8 normalize-path on windows file monitor 2008-04-25 00:59:44 -05:00
Doug Coleman 9318726fc2 use normalize-path in mmap tests 2008-04-24 20:16:45 -05:00
Doug Coleman b1016e6ea5 <monitor> and mmaped-file use normalize-path now 2008-04-24 19:46:52 -05:00
Slava Pestov 18fa6fd115 Arggh 2008-04-21 19:20:18 -05:00
slava a471eab19a More robust Linux monitors 2008-04-21 06:13:57 -05:00
Slava Pestov 53f3ceda7f Fix Linux bootstrap 2008-04-20 23:50:50 -05:00
Slava Pestov 55f6636bc0 FFI string encoding conversion 2008-04-20 05:15:46 -05:00
Slava Pestov d1f37ab5ec Fix bloopers 2008-04-20 02:30:52 -05:00
Doug Coleman 1b83645097 error check run process
related words in docs
use ERROR:
2008-04-18 13:42:56 -05:00
Slava Pestov 70bec926d0 New convention for parametrized constructors: new-* instead of construct-* 2008-04-14 05:07:31 -05:00
Doug Coleman f64d511ca6 add usings 2008-04-14 02:40:32 -05:00
Doug Coleman 2edd0fefc9 new -> new-sequence
construct-empty -> new
construct-boa -> boa
diff -> assoc-diff
union -> assoc-union
intersect -> assoc-intersect
2008-04-13 22:58:07 -05:00
Doug Coleman 72080fda4a construct-boa -> boa
construct-empty -> new
2008-04-13 15:06:27 -05:00
Slava Pestov f7df948b06 Documentation updates 2008-04-13 09:34:27 -05:00
Slava Pestov 8a9baa8660 Increase timeout 2008-04-13 01:07:13 -05:00
Slava Pestov d45b12b3ed Windows I/O fixes 2008-04-13 00:26:44 -05:00
Doug Coleman dadaae59a1 dummy object on init-monitors
fix windows load errors
monitors almost work again
2008-04-11 22:36:24 -05:00
Slava Pestov 6b0b150588 Another blind fix 2008-04-11 21:51:21 -05:00
Slava Pestov 5a2a3bf0a8 Fix 2008-04-11 21:39:39 -05:00
Slava Pestov 9269db2fd1 Fixing Windows I/O (untested) 2008-04-11 21:36:37 -05:00
Slava Pestov 70a8cbede7 Fixes 2008-04-11 20:06:38 -05:00
Slava Pestov 4bd21f59db Merge branch 'master' of git://factorcode.org/git/littledan 2008-04-11 16:17:01 -05:00
Slava Pestov e794466efb Convert native I/O to use inheritance 2008-04-11 16:08:40 -05:00
Slava Pestov b974d7fff6 Merge branch 'master' of git://factorcode.org/git/factor 2008-04-11 14:38:42 -05:00
Slava Pestov fb481a2522 Fixes 2008-04-11 14:38:25 -05:00
Doug Coleman ca72a7a5a8 Merge branch 'master' of http://factorforge.org/glguy.factor 2008-04-11 14:21:28 -05:00
Slava Pestov 9e2135315c Merge branch 'master' of http://factorforge.org/glguy.factor 2008-04-11 14:09:15 -05:00
Slava Pestov 1435d1c189 Working on converting io backends to use inheritance 2008-04-11 14:09:09 -05:00
Eric Mertens 1326eb2d41 Add hashtables to USING: in linux monitors.factor 2008-04-11 11:40:07 -07:00