diff options
-rw-r--r-- | old/fileutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 324a93ad7..94e3a0d19 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,22 @@ +1998-06-28 Jim Meyering <meyering@ascend.com> + + * lib/mountlist.c (fsp_to_string): Clean out some crufty #ifdefs + now that we're using the jm_FSTYPENAME autoconf macro. + + * configure.in: Move big block of list_mounted_fs checks into + new jm_LIST_MOUNTED_FILESYSTEMS macro. + Use new jm_FSTYPENAME macro. + + * src/sys2.h: Add macro definitions for GNU libc unlocked wrappers. + + * src/ls.c: Add DIRED_ prefix to the macros: PUTCHAR, FPUTS, and + FPUTS_LITERAL + 1998-06-27 Jim Meyering <meyering@ascend.com> + * src/copy.c (copy_reg): Detect identical source and dest here. + (copy_internal): Make the test symmetric. + * Version 3.16q. * tests/cp/same-file: New file. |