Doug Coleman
|
bdecd564a3
|
Use keys/values where appropriate
|
2010-05-21 12:48:04 -05:00 |
Slava Pestov
|
627295f094
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
Slava Pestov
|
2eda6fc6aa
|
io.encodings: add a fast-path for ascii, utf8 and 8-bit encodings when string only contains ASCII characters
|
2010-04-19 01:14:00 -05:00 |
Slava Pestov
|
17b095a524
|
Slices over specialized arrays can now be passed to C functions, written to binary output streams, and given to malloc-byte-array
|
2010-02-25 04:50:31 +13:00 |
Slava Pestov
|
df4fb4a3ee
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
Doug Coleman
|
1ff1e3f4bc
|
add docs to 8-bit encodings vocabs, update usages
|
2009-11-12 18:36:20 -06:00 |
Doug Coleman
|
2b5d361cca
|
add more 8-bit windows encodings
|
2009-11-12 16:42:47 -06:00 |
Doug Coleman
|
b7745fea3c
|
add new 8-BIT: word
|
2009-11-12 16:38:21 -06:00 |
carlok
|
42fc3c0f05
|
Add support for CP-1250 encoding
|
2009-11-05 07:35:16 +01:00 |
Joe Groff
|
3fbe722561
|
Merge branch 'master' of http://factorcode.org/git/factor
Conflicts:
basis/locals/locals.factor
basis/peg/peg.factor
extra/infix/infix.factor
|
2009-10-28 16:17:24 -05:00 |
Doug Coleman
|
1476cdb974
|
reverse-here -> reverse!
|
2009-10-28 14:40:15 -05:00 |
Doug Coleman
|
7ce4b746e5
|
parsed -> suffix!, add append!
|
2009-10-28 13:38:27 -05:00 |
Joe Groff
|
935c0797c3
|
update existing code for [let change
|
2009-10-27 22:05:37 -05:00 |
Keith Lazuka
|
405e5d015b
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Slava Pestov
|
030b1b816c
|
Add inline declarations for various assorted methods
|
2009-08-17 22:32:21 -05:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Slava Pestov
|
b62630b5ac
|
Updating code in basis and extra for stricter vocab search path semantics
|
2009-05-14 23:23:06 -05:00 |
Slava Pestov
|
b4088373b7
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-04 05:16:47 -05:00 |
Slava Pestov
|
a63ad6a7a5
|
Remove cruddy string encoding/decoding code from VM
|
2009-05-02 13:45:38 -05:00 |
Doug Coleman
|
471fe2c272
|
rename lines to stream-lines
rename cnotents to stream-contents
|
2009-05-01 10:41:27 -05:00 |
Slava Pestov
|
0d0c7f2d55
|
Fix unit test failures caused by stricter type checking in M: encoder stream-write
|
2009-04-20 20:05:17 -05:00 |
Slava Pestov
|
1dfa621f4d
|
Tweak some code to reduce deployed image size
|
2009-03-31 08:03:27 -05:00 |
Slava Pestov
|
5a9dbc2c0f
|
Remove useless declarations
|
2009-03-23 01:18:24 -05:00 |
Slava Pestov
|
723bfab030
|
Fixing unit tests for syntax change
|
2009-03-23 00:34:02 -05:00 |
Slava Pestov
|
b9459fb860
|
Minor cleanup in io.encodings.iso2022
|
2009-03-21 04:14:18 -05:00 |
Slava Pestov
|
ea60f8ae93
|
Changing : foo ; parsing to SYNTAX: foo ;
|
2009-03-21 01:27:50 -05:00 |
Daniel Ehrenberg
|
9de4083fc0
|
ISO 2022-JP-1 implementation
|
2009-03-20 16:15:26 -05:00 |
Daniel Ehrenberg
|
91aec52a1e
|
Fixing io.encodings.iana help lint
|
2009-03-20 02:20:31 -05:00 |
Daniel Ehrenberg
|
68a81675c0
|
io.encodings.iana no longer throws errors for name>encoding/encoding>name
|
2009-03-18 18:13:11 -05:00 |
Slava Pestov
|
cc9e81f27c
|
Help lint and meta-data fixes
|
2009-03-08 01:49:06 -06:00 |
Daniel Ehrenberg
|
f9283bd0af
|
Fixing case of reference to file in Big5 encoding
|
2009-03-07 16:53:48 -06:00 |
Slava Pestov
|
7b9491066c
|
Fix conflict in images vocab
|
2009-03-04 21:43:56 -06:00 |
Daniel Ehrenberg
|
3a6d9e912f
|
Minor bug fixes
|
2009-03-02 23:31:13 -06:00 |
Daniel Ehrenberg
|
8c61791364
|
Big5 encoding; simple-flat-file vocab abstracts parsing out; EUC code factored out; Asian encoding vocabs renamed
Merge branch 'master' of git://github.com/ageldama/factor
Conflicts:
basis/io/encodings/korean/korean-docs.factor
basis/io/encodings/korean/korean-tests.factor
basis/io/encodings/korean/korean.factor
|
2009-03-02 23:19:06 -06:00 |
Daniel Ehrenberg
|
0bff96a990
|
Factoring out EUC code
|
2009-03-02 18:22:55 -06:00 |
Yun, Jonghyouk
|
43fc1d7029
|
io.encodings.japanese eucjp encode-char working...
|
2009-03-01 23:49:33 +09:00 |
Yun, Jonghyouk
|
f4c5412337
|
io.encodings.japanese eucjp=>decode-char proper working version!
|
2009-03-01 22:54:00 +09:00 |
Yun, Jonghyouk
|
9a49a1b837
|
io.encodings.korean iso2022kr ...
|
2009-03-01 17:23:41 +09:00 |
Yun, Jonghyouk
|
dceda349cd
|
io.encodings.korean iso2022kr encode-char working version
|
2009-03-01 17:17:01 +09:00 |
Yun, Jonghyouk
|
7903319263
|
io.encodings.japanese eucjp ...
|
2009-03-01 12:38:17 +09:00 |
Yun, Jonghyouk
|
4f02c5648e
|
io.encodings.korean iso2022kr encoding working...
|
2009-03-01 04:32:24 +09:00 |
Yun, Jonghyouk
|
c763d92e12
|
io.encodings.korean iso2022kr encode-char working...
|
2009-03-01 02:24:03 +09:00 |
Yun, Jonghyouk
|
5d70cdfd27
|
io.encodings.blackhole initial
|
2009-03-01 01:16:13 +09:00 |
Yun, Jonghyouk
|
a583af44d9
|
io.encodings.korean johab documentation
|
2009-02-28 23:36:53 +09:00 |
Yun, Jonghyouk
|
15b6aa212e
|
io.encodings.korean decode-char refactored.
|
2009-02-28 23:21:05 +09:00 |
Yun, Jonghyouk
|
cf6a12c55c
|
io.encodings.korean johab, cp949 => encode-char refactoring...
|
2009-02-28 16:29:25 +09:00 |
Yun, Jonghyouk
|
fc1199358c
|
io.encodings.korean cp949, johab encode-char/decode-char refactoring...
|
2009-02-28 15:57:14 +09:00 |
Yun, Jonghyouk
|
017fc8f1bf
|
io.encodings.korean johab codetable
|
2009-02-28 15:11:41 +09:00 |
Yun, Jonghyouk
|
b02332df40
|
io.encodings.korean johab encodings initial
|
2009-02-28 15:10:15 +09:00 |
Yun, Jonghyouk
|
e36967d3b8
|
io.encodings.korean modified
|
2009-02-28 01:34:04 +09:00 |