summaryrefslogtreecommitdiff
path: root/email/base64.scm
AgeCommit message (Expand)Author
2020-05-25base64: Reimplement from scratch.•••* email/base64.scm: Replace file. Arun Isaac
2019-12-16base64: Import only the required rnrs modules.•••* email/base64.scm: Import (rnrs arithmetic bitwise), (rnrs arithmetic fixnums), (rnrs base), (rnrs bytevectors) and (rnrn io ports), not all of (rnrs). Arun Isaac
2018-09-12Untabify and re-indent all sources.•••* build-aux/test-driver.scm, email/base64.scm, email/email.scm, email/quoted-printable.scm, email/utils.scm, tests/quoted-printable.scm: Untabify and re-indent. Arun Isaac
2018-09-08Initial commit.Arun Isaac