Age | Commit message (Expand) | Author |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-09 | maint: adjust quoting: emit '...', not `...' in diagnostics | 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-08-12 | pathchk: port to hosts where mbstate_t is replaced | Paul Eggert |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering |
2011-05-08 | maint: remove -Wmissing-field-initializers workarounds | Pádraig Brady |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-04-24 | maint: remove now-unnecessary #if HAVE_header_H tests. | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
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-01-16 | pathchk: avoid -Wsign-compare warnings | Pádraig Brady |
2009-01-05 | doc: pathchk description enhancements | Pádraig Brady |
2008-12-01 | avoid warnings about initialization of automatic aggregates | 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-05-26 | adjust copyright dates | Jim Meyering |
2008-05-26 | convert 3-author programs to use proper_name | Jim Meyering |
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-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-03-23 | * src/pathchk.c: Don't include euidaccess.h, as we don't call | Jim Meyering |
2006-10-10 | * src/ls.c (quote_name): Use initializer rather than memset to | Paul Eggert |
2006-10-09 | Avoid a compiler warning. | Jim Meyering |
2005-05-30 | (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]: | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-01-10 | Update copyright date. | Paul Eggert |
2005-01-10 | (PORTABILITY_OPTION): New constant. | Paul Eggert |
2004-10-18 | (validate_file_name): Give a more descriptive | Jim Meyering |
2004-10-18 | (AUTHORS): Add self. | Paul Eggert |
2004-09-21 | (longopts): Add --help, --version. | Paul Eggert |
2004-08-03 | (validate-path, main, portable_chars_only): Use bool for booleans. | Paul Eggert |
2004-07-25 | pathchk.c: Include euidaccess.h. | Paul Eggert |
2004-06-30 | Use "file system" rather than "filesystem" in comments. | Jim Meyering |
2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering |
2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2003-11-05 | Cast NULL to `(char *)' in call to variadic function, | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-07-27 | (validate_path): Use %lu, not %ld. | Jim Meyering |
2003-07-26 | (validate_path): Cast strlen value to `unsigned long' | Jim Meyering |
2003-07-25 | (validate_path): Use %ld format (not %d) for size_t value. | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |