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
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
2006-02-27
Don't include .h files already included by system.h:
Jim Meyering
2006-02-27
*** empty log message ***
Jim Meyering