index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base64.c
Age
Commit message (
Expand
)
Author
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
2015-09-03
base64: no longer support hex or oct --wrap params
Pádraig Brady
2015-09-03
base64: use stricter validation on wrap column
Pádraig Brady
2015-09-03
base32: A new program similar to base64
Pádraig Brady
2015-04-30
doc: standardize messages about the '-' stdin FILE
Pádraig Brady
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-11-11
base64: improve encoding I/O efficiency
Pádraig Brady
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-07-22
provide POSIX_FADV_SEQUENTIAL hint to appropriate utils
Pádraig Brady
2010-05-31
maint: correct indentation of case_GETOPT_* macro uses
Jim Meyering
2010-04-22
base64: always treat input in binary mode
Eric Blake
2010-02-15
doc: fix inconsistent capitalization in --help output
Pádraig Brady
2010-02-11
doc: remove extraneous periods from --help output
Pádraig Brady
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2009-12-14
base64: use *_OPTION_DESCRIPTION macros instead of hard-coded strings
Thiago Farina
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
2009-06-23
maint: update all Copyright year lists to include 2009
Jim Meyering
2008-12-21
build: add configure-time --enable-gcc-warnings option; avoid warnings
Jim Meyering
2008-06-28
doc: add "..." to Usage, to indicate there may be multiple OPTIONs
Jim Meyering
2008-06-27
base64: don't rely on feof returning 0/1
Jim Meyering
2008-06-16
remove redundant const directives
Jim Meyering
2008-06-14
add "const" attribute, where possible
Jim Meyering
2008-06-03
use gnulib's progname module
Jim Meyering
2008-06-02
declare program_name consistently
Jim Meyering
2008-06-01
src/base64.c: Improve comments.
Simon Josefsson
2008-05-26
convert the rest to use proper_name -- manually
Jim Meyering
2008-05-06
base64: remove some unused/redundant getopt code
Bo Borgerson
2008-05-05
base64 module: adjust API so it's compatible with gnulib's
Bo Borgerson
2007-07-23
Update all copyright notices to use the newer form.
Jim Meyering
2007-07-10
Change "version 2" to "version 3" in all copyright notices.
Jim Meyering
2007-06-23
Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.
Jim Meyering
2007-03-28
Help 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-05
Make `base64 --wrap=N' work for N=0, and for N larger than SIZE_MAX.
Jim Meyering
2006-02-27
(do_decode): Use correct type for parameter, ignore_garbage: s/size_t/bool/.
Jim Meyering
2006-02-27
(wrap_write): Correct declaration syntax: s/size_t * V/size_t *V/.
Jim Meyering
[next]