TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / pathchk.c
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-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert 3-author programs to use proper_name
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-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-03-23 Jim Meyering* src/pathchk.c: Don't include euidaccess.h, as we...
2006-10-10 Paul Eggert* src/ls.c (quote_name): Use initializer rather than...
2006-10-09 Jim MeyeringAvoid a compiler warning.
2005-05-30 Paul Eggert(_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-01-10 Paul EggertUpdate copyright date.
2005-01-10 Paul Eggert(PORTABILITY_OPTION): New constant.
2004-10-18 Jim Meyering(validate_file_name): Give a more descriptive
2004-10-18 Paul Eggert(AUTHORS): Add self.
2004-09-21 Paul Eggert(longopts): Add --help, --version.
2004-08-03 Paul Eggert(validate-path, main, portable_chars_only): Use bool...
2004-07-25 Paul Eggertpathchk.c: Include euidaccess.h.
2004-06-30 Jim MeyeringUse "file system" rather than "filesystem" in comments.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-05 Jim MeyeringCast NULL to `(char *)' in call to variadic function,
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-27 Jim Meyering(validate_path): Use %lu, not %ld.
2003-07-26 Jim Meyering(validate_path): Cast strlen value to `unsigned long'
2003-07-25 Jim Meyering(validate_path): Use %ld format (not %d) for size_t...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringDon't include errno.h; system.h already does it.
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-02-12 Jim Meyering(portable_chars_only): Remove unnecessary `const'
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-12-11 Jim Meyering(NEED_PATHCONF_WRAPPER): Undefine before defining,
2002-09-02 Jim Meyering(NEED_PATHCONF_WRAPPER): Define.
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-05-24 Jim Meyering(validate_path): Compare the result of the function --
2002-01-14 Jim MeyeringComment fixes to bring us up to date with respect to...
2001-12-15 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-08-14 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-08-12 Jim MeyeringGuard the above pathconf-using definitions with `#if...
2001-08-12 Jim Meyering(PATH_MAX_FOR): Use pathconf via wrapper.
2000-05-07 Jim MeyeringInclude "closeout.h".
1999-09-02 Jim MeyeringRemove xstrdup declaration.
1999-08-30 Jim Meyering(longopts): Restore accidentally-removed entry for...
1999-08-22 Jim Meyering(validate_path): Use IF_LINT macro instead of #ifdef...
1999-03-31 Jim Meyering(PROGRAM_NAME, AUTHORS): Define and use.
1999-03-06 Jim MeyeringInclude long-options.h.
1999-01-25 Jim Meyering(usage): Remove static attribute.
1998-09-19 Jim Meyeringupdate bug-reporting address
1997-12-21 Jim Meyerings/__P/PARAMS/
1997-12-21 Jim MeyeringDon't include limits.h.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-05-01 Jim Meyeringindent cpp-directives
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringUpdate FSF's address.
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-16 Jim Meyering(validate_path): Cast path_max to size_t before
1996-03-12 Jim Meyering(main): Initialize for internationalized message support:
1996-01-06 Jim MeyeringProtoize and __P-protect forward dcls.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-08-08 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-05-15 Jim Meyering(usage): Add one- and two-line descriptions to --help...
1995-05-13 Jim MeyeringUse l?stat, not safe_l?stat.
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1994-12-20 Jim Meyering* src/*.c: Include "error.h" instead of simply declaring
1994-12-20 Jim Meyering(dir_ok): Use safe_stat instead of SAFE_STAT.
1994-12-04 Jim MeyeringUse strr?chr instead of r?index.
1994-10-21 Jim Meyeringmerge with 1.10t
1994-10-01 Jim Meyering.
1994-09-27 Jim Meyeringmerge with 1.10n2
1994-07-22 Jim Meyering* pathchk.c (dir_ok): Use SAFE_STAT.
1994-05-13 Jim Meyering.
1994-04-20 Jim Meyering.
1994-02-01 Jim Meyering.
1993-10-26 Jim Meyeringmerge with 1.8.1i
1993-10-24 Jim Meyeringmerge with 1.8.1h
1993-10-17 Jim Meyeringmerge with 1.8.1g
1993-10-12 Jim Meyeringmerge with 1.8.1d
1993-10-12 Jim Meyeringmerge with 1.8.1b
1993-10-04 Jim Meyeringmerge with 1.8.1a
1992-12-02 Jim MeyeringConvert static declarations of struct option to use...
1992-11-12 Jim Meyeringall files: make most variables static and const when...
1992-11-01 Jim MeyeringMake one more file-scope variable `static.'
1992-11-01 Jim MeyeringMake file-scope variable static.
next