diff options
author | Jim Meyering <jim@meyering.net> | 1999-09-05 06:56:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-09-05 06:56:59 +0000 |
commit | 29f710b0e543a2f9c7e5f9a03ad89bdf2c48b996 (patch) | |
tree | 39cd9d1fde309bf3bd2d653d28290f44778d5f72 | |
parent | 6c26ef5e0d20f8d678ef85b6d526cc25c9837858 (diff) | |
download | coreutils-29f710b0e543a2f9c7e5f9a03ad89bdf2c48b996.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9bf1eaa5a..0f1010a8c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,24 @@ +1999-09-03 Paul Eggert <eggert@twinsun.com> + + * lib/lchown.h (ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3. + Use EINVAL instead. + +1999-09-01 Jim Meyering <meyering@ascend.com> + + * src/cp.c: Remove declaration of xstrdup. + * src/df.c: Likewise. + * src/ls.c: Likewise. + +1999-09-01 Akim Demaille <akim@epita.fr> + + * lib/xmalloc.c (xalloc_fail_func): Use `PARAMS'. + * lib/xalloc.h (xalloc_fail_func): Likewise. + (xstrdup): Add protoype. + + * lib/version-etc.c (version_etc_copyright): Default copyright string. + (version_etc): Use it. + * lib/version-etc.h: Declare it. + 1999-08-29 Jim Meyering <meyering@ascend.com> * configure.in (AC_YACC): Remove use, now that we require bison. |