]> gitweb.factorcode.org Git - factor.git/commit
Encodings use singletons; descriptive error updates
authorDaniel Ehrenberg <microdan@gmail.com>
Sun, 11 May 2008 01:17:24 +0000 (20:17 -0500)
committerDaniel Ehrenberg <microdan@gmail.com>
Sun, 11 May 2008 01:17:24 +0000 (20:17 -0500)
commit8b6e234709a3212f5f290abfbc5ecea2c66b8f8e
tree261e6c33c82c77a63dc4e41e9d90c61496badc33
parent747a4766ef26005bf5e7533496faa69696be121e
Encodings use singletons; descriptive error updates
15 files changed:
core/alien/strings/strings.factor [changed mode: 0644->0755]
core/io/encodings/binary/binary.factor [changed mode: 0644->0755]
core/io/encodings/encodings-tests.factor
core/io/encodings/encodings.factor
core/io/encodings/utf16/utf16-tests.factor
core/io/encodings/utf16/utf16.factor
core/io/encodings/utf8/utf8.factor [changed mode: 0644->0755]
core/io/streams/string/string.factor
extra/descriptive/authors.txt [new file with mode: 0755]
extra/descriptive/descriptive-docs.factor [new file with mode: 0755]
extra/descriptive/descriptive-tests.factor
extra/descriptive/descriptive.factor
extra/descriptive/summary.txt [new file with mode: 0755]
extra/io/encodings/ascii/ascii.factor [changed mode: 0644->0755]
extra/io/streams/duplex/duplex.factor