summaryrefslogtreecommitdiff
path: root/src/pathchk.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-08-12pathchk: port to hosts where mbstate_t is replacedPaul Eggert
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-01-16pathchk: avoid -Wsign-compare warningsPádraig Brady
2009-01-05doc: pathchk description enhancementsPádraig Brady
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert 3-author programs to use proper_nameJim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-28Help 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 callJim Meyering
2006-10-10* src/ls.c (quote_name): Use initializer rather than memset toPaul Eggert
2006-10-09Avoid a compiler warning.Jim Meyering
2005-05-30(_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-01-10Update copyright date.Paul Eggert
2005-01-10(PORTABILITY_OPTION): New constant.Paul Eggert
2004-10-18(validate_file_name): Give a more descriptiveJim 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-25pathchk.c: Include euidaccess.h.Paul Eggert
2004-06-30Use "file system" rather than "filesystem" in comments.Jim Meyering
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering