From: Jim Meyering Date: Mon, 29 May 2000 16:22:03 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0t~40 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=40acdda1b36cf04714e35cea468ae2071cc55e28;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 12675306ce..d0137b89b3 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2000-05-22 Jim Meyering + + * makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block. + 2000-05-18 Jim Meyering * hash.c (hash_rehash): Fix a nasty bug: copy the free entry list diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index a0013d8330..49574e3c58 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,7 @@ 2000-05-29 Jim Meyering + * tests/nice: Remove now-unused reference to srcdir. + * src/help-version: Use `WARNING', not just `Warning' in the broken-/bin/sh diagnostic, to be consistent with other such warnings.