]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 27 Sep 1995 04:06:28 +0000 (04:06 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 27 Sep 1995 04:06:28 +0000 (04:06 +0000)
old/fileutils/ChangeLog
old/sh-utils/ChangeLog
old/textutils/ChangeLog

index 31c034d9c23744bd5afd4fb279447f52c53465d0..c7ce30c5c9fdc3da35f6d8a1775880a15c803892 100644 (file)
@@ -1,3 +1,16 @@
+Tue Sep 26 23:05:01 1995  Jim Meyering  (meyering@comco.com)
+
+       * man/Makefile.in (install-data, uninstall): Use sed not basename.
+       The GNU Coding Standard suggests that only a select set of
+       relatively standard utilities be used in Makefiles.  basename is
+       not among them.  Suggested by Ulrich Drepper.
+
+Mon Sep 25 23:12:37 1995  Jim Meyering  <meyering@gremlin.comco.com>
+
+       * src/df.c (show_point): Ignore mtab entries with either
+       nonexistent mount points or with inconsistent device number.
+       From Eirik Fuller <eirik@synopsys.com>.
+
 Wed Aug  9 00:33:05 1995  Jim Meyering  (meyering@comco.com)
 
        * mknod.c (my_strtol): Remove function.
index 707f7f62130ebf6d2250fd5141cc1f695ea6c6b6..070a6b6b4eba6158166d0275b30896220a35de96 100644 (file)
@@ -1,3 +1,10 @@
+Tue Sep 26 23:05:01 1995  Jim Meyering  (meyering@comco.com)
+
+       * man/Makefile.in (install-data, uninstall): Use sed not basename.
+       The GNU Coding Standard suggests that only a select set of
+       relatively standard utilities be used in Makefiles.  basename is
+       not among them.  Suggested by Ulrich Drepper.
+
 Tue Aug  8 22:57:34 1995  Jim Meyering  (meyering@comco.com)
 
        * yes.c: Include system.h to get definition of _.
index d0922b71daae7b41290f15ccb7d8f18fefc7d48f..7eddb49910efca5b6184472e3bc8f7da23567f10 100644 (file)
@@ -1,7 +1,23 @@
+Tue Sep 26 23:05:01 1995  Jim Meyering  (meyering@comco.com)
+
+       * man/Makefile.in (install-data, uninstall): Use sed not basename.
+       The GNU Coding Standard suggests that only a select set of
+       relatively standard utilities be used in Makefiles.  basename is
+       not among them.  Suggested by Ulrich Drepper.
+
+Sun Sep 24 08:36:47 1995  Jim Meyering  (meyering@comco.com)
+
+       * cksum.c: Protoize.
+       * cut.c: Protoize.
+
+       * Makefile.in (OBJECTS): Reflect that cksum.c and cut.c use prototypes.
+       (cksum): Depend on cksum$O.
+       (cut): Depend on cut$O.
+
 Sat Sep 23 15:43:46 1995  Jim Meyering  (meyering@comco.com)
 
        * Version 1.12.2.
-       
+
        * Makefile.in (DISTFILES): Add README.alpha.
 
        * lib/Makfile.in: (GETOPT, MEMCHR, REGEX): New variables.