Eduardo Cavazos
|
aa40350aa7
|
replace add* and add with prefix and suffix
|
2008-03-31 18:18:05 -06:00 |
Slava Pestov
|
aec04edbda
|
Phasing out get-slots and cleaning up some code
|
2008-03-29 00:59:05 -05:00 |
Slava Pestov
|
3a9839a168
|
Fix conflict
|
2008-03-27 01:43:32 -05:00 |
Slava Pestov
|
67eea75f4a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-03-26 17:08:56 -05:00 |
Slava Pestov
|
89a531d4a2
|
Fixing unit tests
|
2008-03-26 17:07:50 -05:00 |
Daniel Ehrenberg
|
64203f762d
|
Docs improvements; simplification of design of io.encodings.8-bit
|
2008-03-26 14:41:09 -04:00 |
Daniel Ehrenberg
|
06848c8e75
|
UTF-16 native order; better encodings docs
|
2008-03-25 21:17:37 -04:00 |
Daniel Ehrenberg
|
7888601949
|
Change to encodings docs
|
2008-03-23 00:58:17 -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 |
Slava Pestov
|
5904d3fffa
|
Fix set-timeout with dan's new encoding stuff
|
2008-03-19 15:24:49 -05:00 |
Daniel Ehrenberg
|
b362175d43
|
Initial optimization of encodings
|
2008-03-18 17:01:14 -04:00 |
Daniel Ehrenberg
|
56afb67bfc
|
Unicode encoding changes
|
2008-03-14 03:09:51 -05:00 |
Slava Pestov
|
26df05b912
|
More unit test fixes
|
2008-03-08 04:27:19 -06:00 |
Slava Pestov
|
7ad74eb320
|
Various fixes
|
2008-03-08 02:51:26 -06:00 |
Daniel Ehrenberg
|
b32276d1da
|
Stupid bug fix
|
2008-03-06 14:46:11 -06:00 |
Daniel Ehrenberg
|
ee9b940bc6
|
Modifications to the encoding protocol for later optimization
|
2008-03-06 00:23:38 -06:00 |
Daniel Ehrenberg
|
946d3e7414
|
changes in io.encodings.string
|
2008-03-05 19:12:40 -06:00 |
Daniel Ehrenberg
|
1abb7c643e
|
Tests for decode-string
|
2008-03-05 17:49:02 -06:00 |
Daniel Ehrenberg
|
e06885550e
|
Replacing encode/decode-utf8 with utf8 encode/decode-string
|
2008-03-05 17:41:25 -06:00 |
Daniel Ehrenberg
|
93c4ac23a8
|
Encodings updates; /* */ comments in multline
|
2008-03-05 14:51:01 -06:00 |
Daniel Ehrenberg
|
84052ac5f3
|
Update to encodings docs
|
2008-03-04 21:13:14 -06:00 |
Daniel Ehrenberg
|
30eba00774
|
Bug fixes; docs
|
2008-03-04 21:05:58 -06:00 |
Daniel Ehrenberg
|
efb3367c45
|
Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:
core/io/files/files-docs.factor
core/io/files/files-tests.factor
core/io/files/files.factor
core/listener/listener.factor
extra/benchmark/sum-file/sum-file.factor
extra/bootstrap/image/upload/upload.factor
extra/http/server/templating/templating.factor
extra/logging/server/server.factor
extra/smtp/smtp.factor
extra/tools/deploy/macosx/macosx.factor
extra/tools/disassembler/disassembler.factor
extra/webapps/file/file.factor
|
2008-02-29 01:20:44 -06:00 |
Slava Pestov
|
9c82591ca6
|
Documentation improvements
|
2008-02-27 16:31:13 -06:00 |
Daniel Ehrenberg
|
08a3d0ba12
|
Making things bootstrap, partial fix for client
|
2008-02-25 13:54:35 -06:00 |
Daniel Ehrenberg
|
44f4aa4c69
|
More updates for encodings
|
2008-02-24 19:58:34 -06:00 |
Daniel Ehrenberg
|
75f1fb5246
|
Various refactorings of streams with encodings
|
2008-02-24 01:37:05 -06:00 |
Daniel Ehrenberg
|
72e15848bf
|
More changes for encodings
|
2008-02-22 20:21:23 -06:00 |
Daniel Ehrenberg
|
1b80c453fd
|
Little changes for encodings
|
2008-02-21 19:09:53 -06:00 |
Daniel Ehrenberg
|
8249ce2116
|
OK, now everything should load
|
2008-02-21 18:05:04 -06:00 |
Daniel Ehrenberg
|
641c61a966
|
change to decoded#stream-read1
|
2008-02-21 16:11:35 -06:00 |
Daniel Ehrenberg
|
11a71f235d
|
Moving inessential encodings to extra
|
2008-02-21 15:28:58 -06:00 |
Daniel Ehrenberg
|
e918cf6de0
|
More changes wrt encodings
|
2008-02-21 15:22:49 -06:00 |
Daniel Ehrenberg
|
62f9ed5dbd
|
putting encodings on all file readers/writers
|
2008-02-16 22:17:41 -06:00 |
Daniel Ehrenberg
|
8d5f4714fa
|
Core I/O changes for encodings
|
2008-02-16 16:25:45 -06:00 |
Daniel Ehrenberg
|
63ba6faee2
|
Changes to I/O system for encodings
|
2008-02-16 15:35:44 -06:00 |
Daniel Ehrenberg
|
017c57fab1
|
latin1 and binary encodings updated
|
2008-02-15 20:29:08 -06:00 |
Daniel Ehrenberg
|
a800d5fca7
|
Fixing UTF-8/16 test files
|
2008-02-15 20:14:53 -06:00 |
Daniel Ehrenberg
|
2a2d7cf04e
|
Merge branch 'master' into unicode
Conflicts:
core/io/encodings/utf16/utf16-tests.factor
core/io/encodings/utf16/utf16.factor
core/io/encodings/utf8/utf8-tests.factor
|
2008-02-15 20:12:38 -06:00 |
Daniel Ehrenberg
|
6acdc23941
|
UNICHAR => CHAR
|
2008-02-15 19:51:12 -06:00 |
Daniel Ehrenberg
|
4678da8861
|
Working on unicode encodings
|
2008-02-15 19:44:35 -06:00 |
Slava Pestov
|
ce59673c12
|
Fix load errors
|
2008-02-14 01:04:16 -06:00 |
Slava Pestov
|
2f5ad0324b
|
io.utf8 renamed to io.encodings.utf8
|
2008-02-13 23:21:04 -06:00 |
Daniel Ehrenberg
|
c14c19edc4
|
Merge branch 'unicode'
Conflicts:
extra/unicode/data/data.factor
|
2008-02-13 19:55:24 -06:00 |
Daniel Ehrenberg
|
4103c982c3
|
encodings fix
|
2008-02-13 19:54:35 -06:00 |
Daniel Ehrenberg
|
6ff319cfcb
|
Unicode upgrade and fix
|
2008-02-13 19:53:53 -06:00 |
Daniel Ehrenberg
|
254ba5809f
|
Moving about.txt to summary.txt in encodings
|
2008-02-13 18:44:25 -06:00 |
Daniel Ehrenberg
|
01e9a5cb1a
|
utf8 and utf16le streams
|
2008-02-13 17:53:10 -06:00 |
Daniel Ehrenberg
|
014b79caad
|
More unicode changes
|
2008-02-13 01:02:37 -06:00 |