diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-16 05:18:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-16 05:18:07 +0000 |
commit | b17e1af41c864e24c22760bcaf6f7a7efcdf7e22 (patch) | |
tree | 507ccacfc490478a50b15ba11ebc67ab46afaca9 | |
parent | 349b13e33a3114a939fda7889429334f6ddb4cbe (diff) | |
download | coreutils-b17e1af41c864e24c22760bcaf6f7a7efcdf7e22.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 6 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 14 |
2 files changed, 17 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3b429ffd4..5fd124e21 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,4 +1,6 @@ -1998-05-15 Jim Meyering <meyering@ascend.com> +1998-05-16 Jim Meyering <meyering@ascend.com> + + * Version 3.16o. * src/remove.c (hash_compare_strings): Return true or false, not 1/0. (remove_cwd_entries): Use RM_OK, not equivalent literal `1'. @@ -19,8 +21,6 @@ 1998-05-12 Jim Meyering <meyering@ascend.com> - * Version 3.16o. - * configure.in: Use my replacement AC_ISC_POSIX rather than open-coding it. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 1da576e3c..e0289abec 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,17 @@ +1998-05-16 Jim Meyering <meyering@ascend.com> + + * configure.in (jm_MACROS): New wrapper macro. + Remove uses of most jm_* macros. + + * acconfig.h: (chown): Add undef. + (D_INO_IN_DIRENT): Likewise. + (D_TYPE_IN_DIRENT): Likewise. + (ssize_t): Likewise. + + * lib/Makefile.am (EXTRA_DIST): Remove. Automake groks the `LIBOBJS=' + lines from the m4/*.m4 macros, so the hack of including some + custom-replaced C source file names here is no longer needed. + 1998-05-03 Jim Meyering <meyering@ascend.com> * po/: Update from gettext-0.10.35. |