summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-20 04:36:50 +0000
committerJim Meyering <jim@meyering.net>1999-03-20 04:36:50 +0000
commit4159e9e2f6f34f273643226853852ffa601aef3a (patch)
tree3d41e5f0b403a5174f0452d0305410a8f3b54856 /old
parenta6ea4bd455c0bd9de4cecb58b85d104d48e35e73 (diff)
downloadcoreutils-4159e9e2f6f34f273643226853852ffa601aef3a.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index f10bfcbbb..fad6dc268 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,14 @@
+1999-03-19 Jim Meyering <meyering@ascend.com>
+
+ * src/automake-wrap: Rewrite the automake-generated clean-binPROGRAMS
+ rule so that it removes rm even with a losing PATH on a losing system
+ (PATH with `.' before /bin on a system where you can't unlink a running
+ executable).
+
+ * configure.in: Use jm_WINSIZE_IN_PTEM.
+ * src/ls.c [WINSIZE_IN_PTEM]: Include sys/stream.h and sys/ptem.h.
+ Required by SCO ODT 2.0 systems. Reported by William Bader.
+
1999-03-18 Jim Meyering <meyering@ascend.com>
* src/remove.c (remove_cwd_entries): Reflect changes in hash_insert.