]> git.ipfire.org Git - thirdparty/coreutils.git/commit
base32: A new program similar to base64
authorPádraig Brady <P@draigBrady.com>
Wed, 5 Aug 2015 08:28:36 +0000 (10:28 +0200)
committerPádraig Brady <P@draigBrady.com>
Wed, 2 Sep 2015 23:33:19 +0000 (00:33 +0100)
commit89c517d9e26ad232d857ba37d897adbef19b30a9
tree2dd50c147bcfa66c9ce05e5b4923e1910077ba81
parentaffc8e8087ed6c2575d32e21df2986747f5852ee
base32: A new program similar to base64

Suggested in https://bugzilla.redhat.com/1250113

* AUTHORS: Add base32.
* THANKS.in: Add suggester.
* README: Reference the new program.
* NEWS: Mention the new program.
* src/.gitignore: Ignore the new binary.
* bootstrap.conf: Reference the gnulib base32 module.
* build-aux/gen-lists-of-programs.sh: Add base32.
* man/base32.x: A new template.
* man/.gitignore: Ignore the new man page.
* man/local.mk: Reference the new man page.
* doc/coreutils.texi (base32 invocation): Document the new command.
* src/local.mk: Adjust to build base32 based on base64.c.
* src/base64.c: Parameterize to use the correct headers,
functions and buffer sizes, depending on which binary
is being built.
* tests/misc/base64.pl: Adjust to test both base32 and base64.
* tests/misc/tty-eof.pl: Add base32 as a program that
accepts input on stdin without any options specified.
* scripts/git-hooks/commit-msg: Add base32 to the template.
16 files changed:
AUTHORS
NEWS
README
THANKS.in
bootstrap.conf
build-aux/gen-lists-of-programs.sh
doc/coreutils.texi
man/.gitignore
man/base32.x [new file with mode: 0644]
man/local.mk
scripts/git-hooks/commit-msg
src/.gitignore
src/base64.c
src/local.mk
tests/misc/base64.pl
tests/misc/tty-eof.pl