]> gitweb.factorcode.org Git - factor.git/history - basis/io/encodings
functors: inline the parts of interpolate this needs
[factor.git] / basis / io / encodings /
2024-02-22 Doug Colemanio.encodings.string: ensure encoded string is a byte...
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-01-20 John BenediktssonSwitch to https urls
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-04-02 John Benediktssonio.encodings.utf7: skip over first char when searching.
2020-04-02 John Benediktssonio.encodings.utf7: revert last patch, fixed and faster.
2020-04-02 John Benediktssonbasis/extra: move fewer things.
2019-12-13 John Benediktssoncore/basis/extra: using while* in a few places.
2018-12-16 Doug Coleman*.txt: Add newlines, fix some spacing
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-03-03 John Benediktssonio.encodings.8-bit: adding KZ-1048 and KOI8-U.
2018-03-01 John Benediktssonio.encodings.8-bit: adding cp424.
2018-02-28 John Benediktssonio.encodings.8-bit: reimplement M\ 8-bit encode-string.
2018-02-28 John Benediktssonio.encodings.latin1: re-implement M\ latin1 encode...
2018-02-28 John Benediktssonio.encodings.8-bit: save 37% memory space by "compressi...
2018-02-28 John Benediktssonio.encodings.8-bit: remove latin1 help for now.
2018-02-28 John Benediktssonio.encodings: use new latin1 instead of 8-bit encoding...
2018-02-28 John Benediktssonio.encodings.latin1: adding a memory efficient latin1...
2018-02-28 John Benediktssonio.encodings.euc: make encoding table read-only.
2018-02-26 John Benediktssonio.encodings.8-bit: simplify by not implementing encode...
2018-02-26 John Benediktssonio.encodings.japanese: not used.
2018-02-26 John BenediktssonRevert "io.encodings.8-bit: adding CP874."
2018-02-26 John Benediktssonio.encodings.8-bit: adding CP874.
2018-02-26 John Benediktssonio.encodings.8-bit: more encodings, and reduce hierarchy.
2018-02-26 John Benediktssonio.encodings.iana: need IN: form for tests.
2018-02-25 John Benediktssonmore test IN: cleanup.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-01-25 Alexander IljinFix the existing IN: suffixes for the test vocabs
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-02-03 John Benediktssonsimple-flat-file: rename flat-file>biassoc to load...
2016-10-27 Alexander IljinAdd cp437 8-bit encoding, AKA IBM437
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-06-30 John Benediktssonio.encodings.binary: move to core.
2016-04-19 John Benediktssonio.encodings.iso2022: stop using sets:unique.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-22 Doug Colemanio.encodints.iso2022: fix unit tests
2015-07-22 Doug Colemanio.encodings.iso2022: use $ instead of making ESC a...
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2014-05-20 John Benediktssonio.encodings.ascii: moving to core.
2014-03-13 John Benediktssonfix some help-lint errors.
2014-01-11 John Benediktssonio.encodings.utf7: add copyright for Björn Lindqvist.
2014-01-11 Björn Lindqvistio.encodings.utf7: cleaned up vocab per review
2014-01-11 Björn Lindqvistio.encodings.utf7: documentation and metadata files
2014-01-11 Björn Lindqvistio.encodings.utf7: working utf7 decoding with tests
2014-01-11 Björn Lindqvistio.encodings.utf7: decoder implementation, doesn't...
2014-01-11 Björn Lindqvistio.encodings.utf7: better encoding using the group...
2014-01-11 Björn Lindqvistio.encodings.utf7: implementation of decoding for new...
2013-11-25 John Benediktssonio.encodings.string: faster decode by using sbufs.
2013-11-25 John Benediktssonio.encodings.string: faster for ascii and utf8.
2013-11-24 John Benediktssonio.encodings: string>byte-array-fast for when aux>...
2013-03-25 Doug Colemanio.encodings.strict: Fix docs
2013-03-24 Doug Colemanio.encodings.strict: Rename
2013-03-18 John Benediktssonio.encodings: speed up ascii and utf8 stream-read-until.
2013-03-15 John Benediktssonio.encodings.strict: some fixes.
2013-03-11 Doug Colemanbasis: End <PRIVATE with PRIVATE>.
2013-03-11 Doug Colemanio.encodings.utf32: Fix unmatched <PRIVATE.
2012-08-24 Doug Colemanassocs: Add sift-keys and sift-values. Remove three...
2011-11-29 Joe Groffio.encodings.iana: remove values
2011-11-29 Joe Groffremove values vocab
2011-11-24 Joe Groffuse radix literals
2011-11-09 Joe Groffio.files: add file-reader, file-writer mixins
2011-10-31 Joe Groffio.encodings.string: make binary decode/encode nop
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-18 Joe Groffio.encodings.string: faster decode and encode
2011-10-06 Doug ColemanAdd examples to encode/decode docs.
2011-09-29 Doug ColemanRefactor the lexer/parser to expose friendlier words...
2011-09-26 John BenediktssonRemoving "to:" syntax from values.
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-02-28 Slava PestovFix conflict
2011-02-27 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-02-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2011-02-26 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2011-02-20 Keita Hagaio.encodings.8-bit.latin9, io.encodings.shift-jis:...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-15 Daniel EhrenbergMerge branch 'master' into propagation
next