diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-21 22:37:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-21 22:37:32 +0000 |
commit | ed246fdfc7aa7fc491ed6183dfb09e42a8c8496c (patch) | |
tree | ad5f9b8cd88b5cd75d7ec3c51bc643d94fcfaa44 | |
parent | e2bbc5f3d3661f128ca542a0c7641df346d0ee3e (diff) | |
download | coreutils-ed246fdfc7aa7fc491ed6183dfb09e42a8c8496c.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 306dce6d6..4daa879cd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,17 @@ +2004-01-21 Paul Eggert <eggert@twinsun.com> + + * argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]: + Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE. + * argmatch.h: Comment fix to match the above. + * long-options.c (parse_long_options): Use prototype + for usage function arg. Pass it EXIT_SUCCESS rather than 0, + for clarity. + * obstack.c (obstack_exit_failure) [!defined _LIBC]: + Now a macro referring to exit_failure, instead of a separate + variable. Include "exitfail.h" to get it. + * xstrtol.h: Include "exitfail.h". + (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2. + 2004-01-21 Jim Meyering <jim@meyering.net> * mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal |