summaryrefslogtreecommitdiff
path: root/src/base64.c
AgeCommit message (Expand)Author
2017-02-16maint: xsetmode renamed to xbinary-ioHEADmasterPaul Eggert
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-09-03base64: no longer support hex or oct --wrap paramsPádraig Brady
2015-09-03base64: use stricter validation on wrap columnPádraig Brady
2015-09-03base32: A new program similar to base64Pádraig Brady
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-11-11base64: improve encoding I/O efficiencyPádraig Brady
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady
2010-05-31maint: correct indentation of case_GETOPT_* macro usesJim Meyering
2010-04-22base64: always treat input in binary modeEric Blake
2010-02-15doc: fix inconsistent capitalization in --help outputPádraig Brady
2010-02-11doc: remove extraneous periods from --help outputPádraig Brady
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-14base64: use *_OPTION_DESCRIPTION macros instead of hard-coded stringsThiago Farina
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering
2008-06-28doc: add "..." to Usage, to indicate there may be multiple OPTIONsJim Meyering
2008-06-27base64: don't rely on feof returning 0/1Jim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-06-01src/base64.c: Improve comments.Simon Josefsson
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering
2008-05-06base64: remove some unused/redundant getopt codeBo Borgerson
2008-05-05base64 module: adjust API so it's compatible with gnulib'sBo Borgerson
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-06-23Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2007-01-04[ChangeLog]Jim Meyering
2006-07-14(do_decode): Output to parameter OUT, not to stdout.Paul Eggert
2006-03-05Make `base64 --wrap=N' work for N=0, and for N larger than SIZE_MAX.Jim Meyering