From: Jim Meyering Date: Fri, 8 Dec 2000 08:06:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_10~38 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a90e5f5a69cd5a52fca2931a3fdc37858927f73d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 1efec632eb..e80992cddc 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,13 @@ -2000-12-02 Jim Meyering +2000-12-08 Jim Meyering * Version 2.0.12. + * src/dirname.c: Include xalloc.h. + (main): Use dir_name rather than the underlying dir_name_r. + The former now handles cwd-relative names with drive-letter prefixes. + +2000-12-02 Jim Meyering + * src/seq.c (valid_format): Move pre-increment to a separate statement to avoid a warning.