]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 27 Dec 1994 13:39:54 +0000 (13:39 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Dec 1994 13:39:54 +0000 (13:39 +0000)
old/fileutils/ChangeLog
old/sh-utils/ChangeLog

index 0ac270a902db0737a5c1a5423ce5a97388456bd7..428e3cc44233c16f53252b94ee2f39252370288e 100644 (file)
@@ -1,3 +1,15 @@
+Tue Dec 27 07:07:53 1994  Jim Meyering  (meyering@comco.com)
+
+       * src/*.c: Include "error.h" rather than simply declaring
+       `void error ();'.
+       * src/Makefile.in (OBJECTS): Depend on ../lib/error.h.
+
+       * sync.c (main): Make error message accurate.
+
+       * dd.c (skip): Use safe_read instead of read.
+       (copy): Use full_write instead of write.
+       From Bruno Haible.
+
 Sat Dec 10 00:02:09 1994  Jim Meyering  (meyering@comco.com)
 
        * safe-read.c (safe_read): Get this function from gcc's cccp.c.
index 156010f75071f4455c8367357f8ef70d7f88078e..08581671a1fc11a617a145065e9ab4748fcebf43 100644 (file)
@@ -7,6 +7,7 @@ Mon Dec 19 22:05:12 1994  Jim Meyering  (meyering@comco.com)
 
        * src/*.c: Include "error.h" rather than simply declaring
        `void error ();'.
+       * src/Makefile.in (OBJECTS): Depend on ../lib/error.h.
 
        * lib/Makefile.in (DISTFILES): Remove safe-xstat.cin.
        (distclean): Remove references to safe-l?stat.c.
@@ -27,7 +28,7 @@ Mon Dec 12 22:42:09 1994  Jim Meyering  (meyering@comco.com)
 
 Sun Dec  4 14:53:12 1994  Jim Meyering  (meyering@comco.com)
 
-       * dirname.c (main): Use strr?chr instead of r?index.
+       * dirname.c (main): Use strchr and strrchr instead of index and rindex.
        * echo.c (main): Likewise.
        * env.c (main): Likewise.
        * pathchk.c (validate_path): Likewise.