]> gitweb.factorcode.org Git - factor.git/history - core/io/encodings
build-from-source: no need to initialize a symbol to f
[factor.git] / core / io / encodings /
2024-02-12 John Benediktssonio: rename some private words
2023-08-31 John Benediktssonio.encodings: rename some internal words to decode
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-01-21 John Benediktssonio.encodings.utf16n: merge with io.encodings.utf16
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-02 John Benediktssonhelp.markup: adding $vocab-subsections which renders...
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-01-30 Doug ColemanMerge branch 'master' of https://github.com/factor...
2021-01-30 Doug Colemanfactor: More using list cleanup
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2019-08-06 John BenediktssonRevert "io.encodings.utf16: add a utf16n word for nativ...
2019-08-06 John BenediktssonRevert "io.encodings.utf16: update docs for utf16n."
2019-08-06 John BenediktssonRevert "io.encodings.utf16: make utf16n foldable, maybe...
2019-08-06 John Benediktssonio.encodings.utf16: make utf16n foldable, maybe fixes...
2019-08-06 John Benediktssonio.encodings.utf16: update docs for utf16n.
2019-08-05 John Benediktssonio.encodings.utf16: add a utf16n word for native utf16...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-07-12 John Benediktssonusing [ ... ] [ drop ] if* instead of dup [ ... ] ...
2016-06-30 John Benediktssonio.encodings.binary: move to core.
2016-04-07 John Benediktssonio.encodings: a bit faster and make ascii support slices.
2016-04-07 John Benediktssonio.encodings: allow encode-string to be called with...
2016-03-31 Doug Colemanio.encodings.utf16n: Fix using.
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-30 John Benediktssonio.encodings: add a test that tell doesn't work anymore.
2016-03-30 John BenediktssonRevert "io.encodings: Add a stream-tell method for...
2015-12-12 John Benediktssondocs: using $maybe.
2015-12-08 Björn Lindqvistio.encodings: doc fix
2015-12-05 Björn LindqvistDocs: more docs for vocabs in core/
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-15 John Benediktssonio.encodings.ascii: make sure encode-string gets a...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-10-31 John Benediktssonio.encodings: fix for read-until seps not containing \n.
2014-10-31 Doug Colemancore: Remove trailing whitespace.
2014-10-31 Doug Colemanio.encodings: For decoders, try to gobble up the next...
2014-05-20 John Benediktssonio.encodings.ascii: moving to core.
2014-03-07 John BenediktssonRevert "Revert "io.encodings: string>byte-array-fast...
2014-03-07 John BenediktssonRevert "io.encodings: string>byte-array-fast can use...
2014-02-28 John Benediktssonio.encodings: string>byte-array-fast can use (byte...
2014-02-25 John Benediktssonio: minor cleanups.
2013-11-25 John Benediktssonio.encodings: slight performance improvement to byte...
2013-11-25 John Benediktssonio.encodings.string: faster for ascii and utf8.
2013-11-24 John Benediktssonio.encodings.utf8: fix accidentally scratchpad.
2013-11-24 John Benediktssonio.encodings: string>byte-array-fast for when aux>...
2013-06-05 Doug Colemanio.encodings: Add a stream-tell method for decoder...
2013-03-24 Doug Colemanio.encodings.utf16n: Rename utf16n.
2013-03-18 John Benediktssonio.encodings: speed up ascii and utf8 stream-read-until.
2013-03-15 John Benediktssonio.encodings: this appears to be faster and produce...
2013-03-15 John Benediktssonio.encodings: remove duplication in decoder-readln.
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-08-26 Doug Colemanio: Make stream-contents call stream-contents* and...
2011-11-24 Joe Groffuse radix literals
2011-10-26 Doug ColemanAdd a lint check for swap .. swap that can be replaced...
2011-10-19 John BenediktssonMore cleanup of unused stuff.
2011-10-18 Joe Groffio: input-stream and output-stream mixins
2011-10-18 Joe Groffio.encodings.utf16: auto-use strikes again
2011-10-18 Joe Groffio.encodings.utf16: guess-*coded-length hints
2011-10-18 Joe Groffio.encodings.utf16: fast path & slow path speedups
2011-10-18 Joe Groffio.encodings: stream-contents method for decoder
2011-10-18 Joe Groffclean up forwarding stream-read-partial-unsafe
2011-10-18 Joe Groffkill noncopying-reader mixin, stream-read generic
2011-10-18 Joe Groffio.encodings: decoders can't really seek or tell
2011-10-18 Joe Groffio.encodings: re-encrypt into stack-ese for core
2011-10-18 Joe Groffio.encodings: read-unsafe for decoders†
2011-10-18 Joe Groffio.encodings: encoded/decoded length hints
2011-10-04 John Benediktssonio.encodings.utf8: assume streams are largely ascii.
2011-09-10 Doug ColemanMake sure 0 read always returns f. Fixes issue #70.
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 'philip-searle/master'
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-12-26 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-12-26 Slava PestovFix unit test failures caused by alien.data change
2010-10-09 Slava PestovRemove stream-peek and stream-peek1, re-implement dns...
2010-10-08 Doug ColemanImplement and document stream-peek
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-08-26 Slava Pestovio.encodings.utf8: formatting fix
2010-08-25 Joe Groffio.encodings.utf8: also guard against decoding code...
2010-08-25 Joe Groffio.encodings.utf8: guard against decoding overlong...
2010-07-17 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-07-17 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-11 Joe GroffMerge branch 'master' into native-image-loader
2010-07-09 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-07-09 Doug ColemanClean up vocabulary list, remove unused/poorly-named...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-04-20 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'require-when' of git://github.com/littled...
2010-04-19 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-19 Slava Pestovio.encodings: add a fast-path for ascii, utf8 and 8...
next