From: Jim Meyering Date: Sat, 29 Jul 2000 17:06:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0g~89 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=734d41188446dbe189875c1a5599d82cc05cfdb4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index eb603befe1..6282b5369d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2000-07-29 Jim Meyering + * diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS. + * dirname.c (dir_name): Likewise. + + * basename.c (base_name): Use ISSLASH rather than comparing against `/'. + * dirname.c (dir_name) [MSDOS]: Declare `lim' to be const. (dir_name): Assert that there are no trailing slashes.