]> gitweb.factorcode.org Git - factor.git/history - extra/base85
webapps.wiki: simplify and fix table layouts
[factor.git] / extra / base85 /
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2019-05-19 John Benediktssonbase16/32/64/85/91: declare base>ch as fixnum.
2019-04-05 John Benediktssonbase64/32/85: adding tests for all byte values.
2019-04-05 John Benediktssonbase85: change alphabet to byte-array.
2019-01-26 John Benediktssonbase85: simpler pad math.
2019-01-26 John Benediktssonbase85: change to not pad encoding, fix output bug.
2019-01-25 John Benediktssonbase85: fix a bug with accidental extra characters...
2018-02-15 John Benediktssonfix some tests broken by previous commit.
2018-02-15 John Benediktssonmore test IN: cleanup.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-07-16 John Benediktssonbase85: cleanup using.
2015-07-16 John Benediktssonbase85: simplify (encode-base85).
2015-07-16 John Benediktssonbase64: big speedup and cleanup.
2015-07-16 Doug Colemanbase85: same as base64 patch.
2015-07-16 John Benediktssonbase85: use literals to compute the inverse array inste...
2013-04-04 John Benediktssonbase85: fix handling of pad characters.
2013-04-04 John Benediktssonbase85: adding a base85 encoder/decoder.