diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-15 10:22:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-15 10:22:01 +0000 |
commit | 6385fbd99a7b0da7c9f3bfbd5b38607406a34069 (patch) | |
tree | 409cc90f5dfe9c10fd6cabb93809912129225d8a /lib/ChangeLog | |
parent | 73417841eb97e9a6d1e6b3f34a7f081cae07e7c2 (diff) | |
download | coreutils-6385fbd99a7b0da7c9f3bfbd5b38607406a34069.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 0214dfd7d..5e4753631 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,16 @@ 2000-05-15 Jim Meyering <meyering@lucent.com> + * version-etc.c (version_etc_copyright): Update the copyright string used in all --version output. +2000-05-14 Jim Meyering <meyering@lucent.com> + + * closeout.c (close_stdout_set_file_name): New function. + (close_stdout_status): Use new file-scoped global. + Return right away if fstat says the stdout file descriptor is invalid. + * closeout.h (close_stdout_set_file_name): Declare. + 2000-05-10 Jim Meyering <meyering@lucent.com> * closeout.c [default_exit_status]: New file-scoped variable. |