.
authorJim Meyering <jim@meyering.net>
Mon, 29 Jun 1998 01:11:00 +0000 (01:11 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Jun 1998 01:11:00 +0000 (01:11 +0000)
old/fileutils/ChangeLog

index 324a93a..94e3a0d 100644 (file)
@@ -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.