]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 20 Dec 1994 05:10:42 +0000 (05:10 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 20 Dec 1994 05:10:42 +0000 (05:10 +0000)
old/sh-utils/ChangeLog

index 890ba634849fec9422ca58dc16a00be47790bb6c..3e3fd43da8c15e699bc1bd37c76576b3f287c3aa 100644 (file)
@@ -1,3 +1,22 @@
+Mon Dec 19 22:05:12 1994  Jim Meyering  (meyering@comco.com)
+
+       * lib/Makefile.in (DISTFILES): Remove safe-xstat.cin.
+       (distclean): Remove references to safe-l?stat.c.
+       Remove all related rules and dependencies.
+
+       * safe-xstat.hin (SAFE_LSTAT, SAFE_STAT): Remove macros.
+       Now that we always define the functions, these are no longer needed.
+
+       * pathchk.c (dir_ok): Use safe_stat instead of SAFE_STAT.
+       * who.c (print_entry): Likewise.
+       * test.c (test_stat, binary_operator): Likewise.
+       (unary_operator): Use safe_lstat instead of SAFE_LSTAT.
+
+Mon Dec 12 22:42:09 1994  Jim Meyering  (meyering@comco.com)
+
+       * (docolon): Zero out re_buffer and re_regs before using them.
+       From H.J. Lu <hjl@nynexst.com>.
+
 Sun Dec  4 14:53:12 1994  Jim Meyering  (meyering@comco.com)
 
        * dirname.c (main): Use strr?chr instead of r?index.