diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-10 16:40:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-10 16:40:30 +0000 |
commit | ce8cf50e0a69e14085d1f350b5964d2dd0313711 (patch) | |
tree | a517a8f528a2df9dc8f900108f9c54521a5083e5 | |
parent | 4071f9dcd5d0ccd2c8f98e33bda698514cf80ca2 (diff) | |
download | coreutils-ce8cf50e0a69e14085d1f350b5964d2dd0313711.tar.xz |
.
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 3213cf295..61922da32 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2000-05-10 Jim Meyering <meyering@lucent.com> + + * closeout.c [default_exit_status]: New file-scoped variable. + (close_stdout_set_status): New function. + * closeout.h (close_stdout_set_status): Declare. + 2000-05-08 Jim Meyering <meyering@lucent.com> * long-options.c: Don't include closeout.h. |