Doug Coleman
|
bc0521f88a
|
make seeking support the full lseek options, add seeking on output ports, remove seeking from decoders..
|
2009-02-07 10:30:51 -06:00 |
Doug Coleman
|
723f08ca61
|
fix buffer-seek
|
2009-02-07 09:52:34 -06:00 |
Doug Coleman
|
790f3b867c
|
remove bogus unix depenedency, implement seeking on windows
|
2009-02-07 01:12:03 -06:00 |
Doug Coleman
|
f6f716c4e3
|
unix support for stream seeking
|
2009-02-07 01:03:12 -06:00 |
Doug Coleman
|
43a91efde9
|
rename err_no to errno, clear_err_no to clear-errno, move them to libc, update usages
|
2009-02-06 18:22:28 -06:00 |
Slava Pestov
|
79bb003e6d
|
io.sockets.secure.openssl: Don't allocate empty password string. Fixes test failures introduced by >c-ptr change
|
2009-02-06 10:17:20 -06:00 |
Slava Pestov
|
d6aa376ed0
|
Removing now-redundant underlying>> calls
|
2009-02-06 04:37:28 -06:00 |
Doug Coleman
|
3d84d17cc6
|
use the console factor for tests
|
2009-02-04 13:28:19 -06:00 |
Slava Pestov
|
489019acd0
|
io.encodings.chinese and io.encodings.japanese: use [1234]byte-array words instead of B{ } new-sequence and [1234]array >byte-array
|
2009-02-04 05:14:00 -06:00 |
Slava Pestov
|
4ee7fb1c30
|
Minor performance improvement for io.encodings.chinese: don't call 'linear' all the time
|
2009-02-04 04:58:19 -06:00 |
Daniel Ehrenberg
|
594f21e5bd
|
Fixing HTTP and IANA tests
|
2009-02-03 19:44:28 -06:00 |
Daniel Ehrenberg
|
246c4bb13c
|
Fixing encodings/XML
|
2009-02-03 17:32:05 -06:00 |
slava
|
a3e52f283b
|
Fix io.encodings.japanese
|
2009-02-03 00:33:55 -06:00 |
slava
|
f340e4d649
|
Re-add 8dfc63eb99
|
2009-02-03 00:33:22 -06:00 |
slava
|
7c804591b1
|
Re-add 334a96f25c
|
2009-02-03 00:32:23 -06:00 |
slava
|
e29f18a2f4
|
Trying to fix a bad merge...
Revert "Merge branch 'master' of git://factorcode.org/git/factor"
This reverts commit da639739bd , reversing
changes made to 346a61f497 .
|
2009-02-03 00:27:34 -06:00 |
Daniel Ehrenberg
|
8dfc63eb99
|
Adding Japanese and Chinese encodings to io.encodings docs and io.encodings.iana
|
2009-02-02 21:20:55 -06:00 |
Daniel Ehrenberg
|
334a96f25c
|
GB 18030 support
|
2009-02-02 21:01:39 -06:00 |
Daniel Ehrenberg
|
e7bb0d21d1
|
Fixing interval maps docs typo; Minor change to io.encodings.japanese
|
2009-02-02 13:53:08 -06:00 |
Daniel Ehrenberg
|
ce83be67a4
|
Cleanup of various encodings implementations
|
2009-02-02 00:16:33 -06:00 |
Daniel Ehrenberg
|
3c75dfd2e0
|
Shift-JIS support; minor cleanup of io.binary
|
2009-02-01 23:47:36 -06:00 |
Daniel Ehrenberg
|
f660c7e7e8
|
Cleanup of io.encodings.utf32
|
2009-02-01 18:54:06 -06:00 |
Daniel Ehrenberg
|
ec22af4dbd
|
UTF-32 encoding/decoding
|
2009-02-01 15:36:07 -06:00 |
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 |