]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
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 324a93ad7bbf158934eb0b02dbb4b53599943e48..94e3a0d1910d0218e4a8b9890053f57bc190e43b 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.