summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-20 05:10:42 +0000
committerJim Meyering <jim@meyering.net>1994-12-20 05:10:42 +0000
commit04771759638ad67f21d33aa9e3862d2a1e78b4de (patch)
treebb30ce62039eeff08c2ef8bdd12e01a76f39c93b /old/sh-utils
parenteaa5cc3f91156906d476be4946fb60efd010a1cf (diff)
downloadcoreutils-04771759638ad67f21d33aa9e3862d2a1e78b4de.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 890ba6348..3e3fd43da 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 <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.