From: Jim Meyering Date: Wed, 9 Jul 1997 18:03:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16c~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b09226e1b4301caca5a64eaf05b764420318ab04;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a7cb8b30bc..811d44054f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,17 @@ +1997-07-09 Jim Meyering + + * lib/makepath.c (make_path): Chdir to `/' before starting if necessary. + Call save_cwd before while loop rather than from first iteration + inside it. + + * lib/strverscmp.c (strverscmp): Add `parenentheses around arithmetic + in operand of |' as suggested by gcc -Wall. + 1997-07-06 Jim Meyering + * lib/idcache.c (getuidbyname): Declare parameter to be const. + (getgidbyname): Declare parameter to be const. + * lib/modechange.h (mode_create_from_ref): Add prototype. (MODE_MASK_ALL): New define. (MODE_BAD_REFERENCE): New define.