Slava Pestov
|
dfa0931db1
|
Merge branch 'master' into new_ui
|
2009-02-04 05:26:32 -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 |
Slava Pestov
|
feb5688296
|
Merge branch 'master' into new_ui
|
2009-02-04 04:45:33 -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 |
Slava Pestov
|
aa331e451b
|
Eliminate more tuck usages
|
2009-02-02 16:11:16 -06:00 |
Daniel Ehrenberg
|
e7bb0d21d1
|
Fixing interval maps docs typo; Minor change to io.encodings.japanese
|
2009-02-02 13:53:08 -06:00 |
Slava Pestov
|
669548e62e
|
Clean up some usages of tuck, and add Joe's curried cleave/spread/apply combinators to kernel vocabulary
|
2009-02-02 13:43:54 -06:00 |
Slava Pestov
|
d2590bb2bf
|
Foo
|
2009-02-02 06:07:06 -06:00 |
Slava Pestov
|
32bde32018
|
Merge branch 'master' into new_ui
|
2009-02-02 00:22:48 -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 |
Slava Pestov
|
8728891876
|
Update io.styles docs
|
2009-01-30 03:37:11 -06:00 |
Slava Pestov
|
0a0431e6ab
|
Fix conflict
|
2009-01-30 02:24:34 -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 |
Slava Pestov
|
505c9a77c2
|
Merge branch 'master' into new_ui
|
2009-01-29 22:11:34 -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
|
7a6552397f
|
Merge branch 'master' into new_ui
|
2009-01-29 01:45:48 -06:00 |
Slava Pestov
|
a45c91659a
|
Update mmap docs
|
2009-01-28 23:33:10 -06:00 |
Slava Pestov
|
6eebc66be4
|
Merge branch 'master' into new_ui
|
2009-01-28 15:41:08 -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
|
5cd4f65e59
|
Fix conflict
|
2009-01-27 15:49:49 -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
|
8b6ae748b9
|
Merge branch 'master' into new_ui
|
2009-01-27 06:34:19 -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
|
d8e135a4d3
|
Merge branch 'master' into new_ui
|
2009-01-27 00:08:52 -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 |
Slava Pestov
|
5aec661b92
|
Rename font key in io.styles to font-name for clarity; clean up some nefarious stack shuffling in ui.gadgets.panes
|
2009-01-26 16:25:57 -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 |