From: Jim Meyering Date: Tue, 3 Jun 1997 20:01:55 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~48 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f442eb294124e5a044cc6b3575813747ab060ef3;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 335af4facb..71c2f2ba32 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,31 @@ +Tue Jun 3 15:00:00 1997 Jim Meyering + + * lib/fileblocks.c [HAVE_UNISTD_H]: Include unistd.h. + John Gatewood Ham reported that this is necessary for DJGPP/Win95. + +Wed May 28 06:35:56 1997 Jim Meyering + + * lib/mountlist.c (read_filesystem_list): Add `|| defined (__OpenBSD__)' + to the NetBSD #if so OpenBSD also uses the f_fstypename member. + (fstype_to_string): Add `&& !defined (__OpenBSD__)' to the NetBSD #if + expression to exclude this function definition. OpenBSD 2.1 beta + doesn't need it. Patch from Hugh Daniel + Tue May 27 04:35:17 1997 Jim Meyering + * src/cp.c: Use base_name, not basename. + * src/dircolors.c: Likewise. + * src/install.c: Likewise. + * src/ln.c: Likewise. + * src/mv.c: Likewise. + * src/mvdir.c: Likewise. + * src/rm.c: Likewise. + + * configure.in: Add AC_SYS_LONG_FILE_NAMES. + Check for pathconf. + Don't replace basename. Now we use only base_name. + Clean up kludge that worked around a bug (now-fixed) in automake. + * lib/argmatch.h Change dcl of program_name so it doesn't conflict with the ubiquitous char* one. @@ -15,7 +41,7 @@ Tue May 27 04:35:17 1997 Jim Meyering * lib/argmatch.c: Likewise. * lib/backupfile.c: Likewise. * lib/backupfile.h: Likewise. - * lib/basename: Likewise. + * lib/basename.c: Likewise. Sun May 25 09:21:01 1997 Jim Meyering