]> gitweb.factorcode.org Git - factor.git/history - extra/base85/base85.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / extra / base85 / base85.factor
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.