2005-05-30 |
Paul Eggert | (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]: |
blob | commitdiff |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | diff to current |
2005-01-10 |
Paul Eggert | Update copyright date. |
blob | commitdiff | diff to current |
2005-01-10 |
Paul Eggert | (PORTABILITY_OPTION): New constant. |
blob | commitdiff | diff to current |
2004-10-18 |
Jim Meyering | (validate_file_name): Give a more descriptive |
blob | commitdiff | diff to current |
2004-10-18 |
Paul Eggert | (AUTHORS): Add self. |
blob | commitdiff | diff to current |
2004-09-21 |
Paul Eggert | (longopts): Add --help, --version. |
blob | commitdiff | diff to current |
2004-08-03 |
Paul Eggert | (validate-path, main, portable_chars_only): Use bool... |
blob | commitdiff | diff to current |
2004-07-25 |
Paul Eggert | pathchk.c: Include euidaccess.h. |
blob | commitdiff | diff to current |
2004-06-30 |
Jim Meyering | Use "file system" rather than "filesystem" in comments. |
blob | commitdiff | diff to current |
2004-06-21 |
Jim Meyering | (main): Standardize on the diagnostics given when someo... |
blob | commitdiff | diff to current |
2004-01-21 |
Jim Meyering | (usage): Use EXIT_SUCCESS, not 0, for clarity. |
blob | commitdiff | diff to current |
2003-11-05 |
Jim Meyering | Cast NULL to `(char *)' in call to variadic function, |
blob | commitdiff | diff to current |
2003-10-18 |
Jim Meyering | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS... |
blob | commitdiff | diff to current |
2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff | diff to current |
2003-09-18 |
Jim Meyering | revert previous change |
blob | commitdiff | diff to current |
2003-09-18 |
Jim Meyering | Update AUTHORS definition to be a comma-separated list... |
blob | commitdiff | diff to current |
2003-07-27 |
Jim Meyering | (validate_path): Use %lu, not %ld. |
blob | commitdiff | diff to current |
2003-07-26 |
Jim Meyering | (validate_path): Cast strlen value to `unsigned long' |
blob | commitdiff | diff to current |
2003-07-25 |
Jim Meyering | (validate_path): Use %ld format (not %d) for size_t... |
blob | commitdiff | diff to current |
2003-07-23 |
Jim Meyering | Don't include headers already included by system.h: |
blob | commitdiff | diff to current |
2003-07-23 |
Jim Meyering | Don't include errno.h; system.h already does it. |
blob | commitdiff | diff to current |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | diff to current |
2003-02-12 |
Jim Meyering | (portable_chars_only): Remove unnecessary `const' |
blob | commitdiff | diff to current |
2002-12-15 |
Jim Meyering | Remove all uses of `PARAMS'. |
blob | commitdiff | diff to current |
2002-12-11 |
Jim Meyering | (NEED_PATHCONF_WRAPPER): Undefine before defining, |
blob | commitdiff | diff to current |
2002-09-02 |
Jim Meyering | (NEED_PATHCONF_WRAPPER): Define. |
blob | commitdiff | diff to current |
2002-08-31 |
Jim Meyering | Change `exit (0)' to `exit (EXIT_SUCCESS)', |
blob | commitdiff | diff to current |
2002-07-02 |
Jim Meyering | (usage): Use the PACKAGE_BUGREPORT e-mail address,... |
blob | commitdiff | diff to current |
2002-05-24 |
Jim Meyering | (validate_path): Compare the result of the function -- |
blob | commitdiff | diff to current |
2002-01-14 |
Jim Meyering | Comment fixes to bring us up to date with respect to... |
blob | commitdiff | diff to current |
2001-12-15 |
Jim Meyering | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT... |
blob | commitdiff | diff to current |
2001-08-14 |
Jim Meyering | (AUTHORS): Mark string for translation, since it contai... |
blob | commitdiff | diff to current |
2001-08-12 |
Jim Meyering | Guard the above pathconf-using definitions with `#if... |
blob | commitdiff | diff to current |
2001-08-12 |
Jim Meyering | (PATH_MAX_FOR): Use pathconf via wrapper. |
blob | commitdiff | diff to current |
2000-05-07 |
Jim Meyering | Include "closeout.h". |
blob | commitdiff | diff to current |
1999-09-02 |
Jim Meyering | Remove xstrdup declaration. |
blob | commitdiff | diff to current |
1999-08-30 |
Jim Meyering | (longopts): Restore accidentally-removed entry for... |
blob | commitdiff | diff to current |
1999-08-22 |
Jim Meyering | (validate_path): Use IF_LINT macro instead of #ifdef... |
blob | commitdiff | diff to current |
1999-03-31 |
Jim Meyering | (PROGRAM_NAME, AUTHORS): Define and use. |
blob | commitdiff | diff to current |
1999-03-06 |
Jim Meyering | Include long-options.h. |
blob | commitdiff | diff to current |
1999-01-25 |
Jim Meyering | (usage): Remove static attribute. |
blob | commitdiff | diff to current |
1998-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1997-12-21 |
Jim Meyering | s/__P/PARAMS/ |
blob | commitdiff | diff to current |
1997-12-21 |
Jim Meyering | Don't include limits.h. |
blob | commitdiff | diff to current |
1997-10-07 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1997-05-01 |
Jim Meyering | indent cpp-directives |
blob | commitdiff | diff to current |
1997-02-09 |
Jim Meyering | update copyrights for 1997 |
blob | commitdiff | diff to current |
1997-02-01 |
Jim Meyering | bracket bug address with <> and append a period |
blob | commitdiff | diff to current |
1997-02-01 |
Jim Meyering | Compare getopt_long return value against -1, not EOF... |
blob | commitdiff | diff to current |
1996-11-03 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | diff to current |
1996-11-02 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | diff to current |
1996-10-05 |
Jim Meyering | (main): update --version output to conform to coding... |
blob | commitdiff | diff to current |
1996-09-02 |
Jim Meyering | (usage): Tell where to report bugs. |
blob | commitdiff | diff to current |
1996-04-24 |
Jim Meyering | update Copyright years for 1996 |
blob | commitdiff | diff to current |
1996-03-24 |
Jim Meyering | Update FSF's address. |
blob | commitdiff | diff to current |
1996-03-21 |
Jim Meyering | (main): Declare to be of type int, not void. |
blob | commitdiff | diff to current |
1996-03-16 |
Jim Meyering | Don't include version.h. |
blob | commitdiff | diff to current |
1996-03-16 |
Jim Meyering | (validate_path): Cast path_max to size_t before |
blob | commitdiff | diff to current |
1996-03-12 |
Jim Meyering | (main): Initialize for internationalized message support: |
blob | commitdiff | diff to current |
1996-01-06 |
Jim Meyering | Protoize and __P-protect forward dcls. |
blob | commitdiff | diff to current |
1995-11-27 |
Jim Meyering | s/non-zero/nonzero/g |
blob | commitdiff | diff to current |
1995-08-08 |
Jim Meyering | Annotate localizable strings with _(...). From Franc... |
blob | commitdiff | diff to current |
1995-05-15 |
Jim Meyering | (usage): Add one- and two-line descriptions to --help... |
blob | commitdiff | diff to current |
1995-05-13 |
Jim Meyering | Use l?stat, not safe_l?stat. |
blob | commitdiff | diff to current |
1995-03-09 |
Jim Meyering | add 1995 to Copyright dates |
blob | commitdiff | diff to current |
1994-12-20 |
Jim Meyering | * src/*.c: Include "error.h" instead of simply declaring |
blob | commitdiff | diff to current |
1994-12-20 |
Jim Meyering | (dir_ok): Use safe_stat instead of SAFE_STAT. |
blob | commitdiff | diff to current |
1994-12-04 |
Jim Meyering | Use strr?chr instead of r?index. |
blob | commitdiff | diff to current |
1994-10-21 |
Jim Meyering | merge with 1.10t |
blob | commitdiff | diff to current |
1994-10-01 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-09-27 |
Jim Meyering | merge with 1.10n2 |
blob | commitdiff | diff to current |
1994-07-22 |
Jim Meyering | * pathchk.c (dir_ok): Use SAFE_STAT. |
blob | commitdiff | diff to current |
1994-05-13 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-04-20 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-02-01 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1993-10-26 |
Jim Meyering | merge with 1.8.1i |
blob | commitdiff | diff to current |
1993-10-24 |
Jim Meyering | merge with 1.8.1h |
blob | commitdiff | diff to current |
1993-10-17 |
Jim Meyering | merge with 1.8.1g |
blob | commitdiff | diff to current |
1993-10-12 |
Jim Meyering | merge with 1.8.1d |
blob | commitdiff | diff to current |
1993-10-12 |
Jim Meyering | merge with 1.8.1b |
blob | commitdiff | diff to current |
1993-10-04 |
Jim Meyering | merge with 1.8.1a |
blob | commitdiff | diff to current |
1992-12-02 |
Jim Meyering | Convert static declarations of struct option to use... |
blob | commitdiff | diff to current |
1992-11-12 |
Jim Meyering | all files: make most variables static and const when... |
blob | commitdiff | diff to current |
1992-11-01 |
Jim Meyering | Make one more file-scope variable `static.' |
blob | commitdiff | diff to current |
1992-11-01 |
Jim Meyering | Make file-scope variable static. |
blob | commitdiff | diff to current |
1992-11-01 |
Jim Meyering | Initial revision |
blob | commitdiff | diff to current |
|