TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / base64.c
2008-06-28 Jim Meyeringdoc: add "..." to Usage, to indicate there may be multi...
2008-06-27 Jim Meyeringbase64: don't rely on feof returning 0/1
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-06-01 Simon Josefssonsrc/base64.c: Improve comments.
2008-05-26 Jim Meyeringconvert the rest to use proper_name -- manually
2008-05-06 Bo Borgersonbase64: remove some unused/redundant getopt code
2008-05-05 Bo Borgersonbase64 module: adjust API so it's compatible with gnulib's
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-06-23 Jim MeyeringPrefer "STREQ (a, b)" over "strcmp (a, b) == 0"; simila...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-01-04 Jim Meyering[ChangeLog]
2006-07-14 Paul Eggert(do_decode): Output to parameter OUT, not to stdout.
2006-03-05 Jim MeyeringMake `base64 --wrap=N' work for N=0, and for N larger...
2006-02-27 Jim Meyering(do_decode): Use correct type for parameter, ignore_gar...
2006-02-27 Jim Meyering(wrap_write): Correct declaration syntax: s/size_t...
2006-02-27 Jim MeyeringDon't include .h files already included by system.h:
2006-02-27 Jim Meyering*** empty log message ***