From: Jim Meyering Date: Tue, 20 Dec 1994 05:10:42 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~375 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04771759638ad67f21d33aa9e3862d2a1e78b4de;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 890ba63484..3e3fd43da8 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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 . + Sun Dec 4 14:53:12 1994 Jim Meyering (meyering@comco.com) * dirname.c (main): Use strr?chr instead of r?index.