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