diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-03 20:01:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-03 20:01:55 +0000 |
commit | f442eb294124e5a044cc6b3575813747ab060ef3 (patch) | |
tree | 5196b659c118b4990841cde9844de839632d2a5d /old | |
parent | f1390de4c36fb34d2a48e96b9ebe729b8c8302a7 (diff) | |
download | coreutils-f442eb294124e5a044cc6b3575813747ab060ef3.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 335af4fac..71c2f2ba3 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,31 @@ +Tue Jun 3 15:00:00 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> + + * 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 <hugh@ecotone.xanadu.com> + Tue May 27 04:35:17 1997 Jim Meyering <meyering@na-net.ornl.gov> + * 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 <meyering@na-net.ornl.gov> * 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 <meyering@na-net.ornl.gov> |