Commit Graph

313 Commits (4bcd4434caf151c2286cf596aafdae672e9ee330)

Author SHA1 Message Date
Doug Coleman 3c408342ef renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
Doug Coleman f9cd01683c fix unix bootstrap 2009-01-29 21:26:27 -06:00
Doug Coleman 2f9ad7e492 add using 2009-01-29 21:13:49 -06:00
Doug Coleman c1e09147e3 fix docs typo 2009-01-29 21:11:18 -06:00
Doug Coleman b21e40fe95 fix windows backend 2009-01-29 21:03:16 -06:00
Doug Coleman c253cd854a move null streams to core and make them not depend on io.styles and io.timeouts, initialize the std streams to null-streams on windows in win32 mode 2009-01-29 18:33:19 -06:00
Slava Pestov a45c91659a Update mmap docs 2009-01-28 23:33:10 -06:00
Slava Pestov ddd8c2b67e Merge branch 'master' of git://factorcode.org/git/factor 2009-01-28 15:10:29 -06:00
Slava Pestov 16181f818b Clean up functors so that the generated code looks sane with 'see' 2009-01-28 15:07:16 -06:00
Daniel Ehrenberg b13ebfe757 Summary and author for io.crlf 2009-01-27 18:43:20 -06:00
Daniel Ehrenberg fcb56cf6db Factored out io.crlf 2009-01-27 18:42:17 -06:00
Slava Pestov 298fdecf32 Fixing eval unit test, and help lint failures from stricter help lint 2009-01-27 15:38:01 -06:00
Slava Pestov ad7b4cec01 Revert Windows console encoding since the DOS prompt is not really cp1252 2009-01-27 04:29:44 -06:00
Slava Pestov 043adcf0f6 Use windows-1252 encoding for stdin/stdout on Windows 2009-01-27 00:03:34 -06:00
Slava Pestov 56260087ae Merge branch 'master' of git://factorcode.org/git/factor 2009-01-26 23:20:45 -06:00
Slava Pestov 92f9338978 Smart quotes 2009-01-26 23:20:27 -06:00
Slava Pestov b2a294fac7 io.monitors:next-change now outputs a single value instead of a pathname and a sequence 2009-01-26 23:18:57 -06:00
Doug Coleman 25eb1a01a0 fix using 2009-01-26 20:17:02 -06:00
Doug Coleman 67d0fd934c fix unit test 2009-01-26 20:16:18 -06:00
Doug Coleman 6f12877418 make temporary nesting work better with limited streams, fix a bug with unlimit 2009-01-26 15:14:54 -06:00
Doug Coleman 4d64474d18 redo much of io.files.unique -- add unique-file to replace temp-file 2009-01-26 15:05:15 -06:00
Slava Pestov f34c14a0f5 Remove some usages of tuck 2009-01-23 18:20:47 -06:00
Slava Pestov c7c37f5f5c Update I/O docs to talk about elements instead of characters, and add each-block combinator which generalizes contents just like each-line generalizes lines 2009-01-22 19:08:20 -06:00
Doug Coleman 9a06ce94a5 add an unlimit word, refactor limited-streams, better docs 2009-01-20 15:42:41 -06:00
U-C4\Administrator 94a72d3915 document limited streams, make some words private 2009-01-20 13:21:58 -06:00
U-C4\Administrator 0dd3dc770b remove duplication in io.streams.limited 2009-01-20 12:04:20 -06:00
U-C4\Administrator 8676ebafea replace boolean with singletons for io.streams.limited -- stream-throws or stream-eofs 2009-01-20 12:02:54 -06:00
U-C4\Administrator 0563bedefa add a no-throw? flag to limited-streams, add unit tests 2009-01-19 18:52:09 -06:00
U-C4\Administrator e323ae3a32 add unit test, fix bounds check error in limited streams 2009-01-19 18:19:12 -06:00
Slava Pestov ca2f01e0d0 Updating non-core libraries for monotonic? change 2009-01-16 17:02:54 -06:00
Slava Pestov 392516e845 More doc fixes 2009-01-16 14:20:29 -06:00
Slava Pestov af998eb073 Merge branch 'for-slava' of git://git.rfc1149.net/factor 2009-01-16 13:32:42 -06:00
Slava Pestov 7eb831d349 Fix various documentation errors 2009-01-16 13:30:43 -06:00
Doug Coleman bf922d1fb7 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-16 12:37:32 -06:00
Doug Coleman a33c3139a6 dont search empty pathnames on windows 2009-01-16 12:36:08 -06:00
Doug Coleman 4e7298cfa4 fix finding files 2009-01-16 12:34:59 -06:00
Samuel Tardieu 573c150409 inet6 address components cannot be stored as bytes as they are 16 bits long 2009-01-16 11:06:32 +01:00
Slava Pestov d3cdd79795 Clarify with-stream docs 2009-01-14 18:33:15 -06:00
Doug Coleman bffa4a540b Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 20:50:51 -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
Doug Coleman 1d23287678 remove "pipe" from word name 2009-01-13 18:57:09 -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 4a01649d15 add with-directory-entries and file-type>trailing 2009-01-13 00:05:19 -06:00
Doug Coleman 0575754328 fix a couple typos in docs 2009-01-11 11:37:58 -06:00
Doug Coleman e61acc5eee username -> user-name in a couple of places 2009-01-09 16:34:31 -06:00
Doug Coleman 69e4fe1f76 fix bootstrap on a couple platforms 2009-01-09 14:31:02 -06:00