From: Jim Meyering Date: Sat, 20 Mar 1999 04:36:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0e~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4159e9e2f6f34f273643226853852ffa601aef3a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f10bfcbbb5..fad6dc2682 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +1999-03-19 Jim Meyering + + * 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 * src/remove.c (remove_cwd_entries): Reflect changes in hash_insert.