diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-26 20:23:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-26 20:23:31 +0000 |
commit | 1ab36ba3927fa15d5d68210723de9fe81b6a030c (patch) | |
tree | 98ba014b45dbde833d1f8dfda26b59ac83b2f4b9 /ChangeLog | |
parent | e4ac725a11b6e8cc5b1e1f7f30a118d073e2dc89 (diff) | |
download | coreutils-1ab36ba3927fa15d5d68210723de9fe81b6a030c.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,7 +1,14 @@ -2003-05-24 Jim Meyering <jim@meyering.net> +2003-05-26 Jim Meyering <jim@meyering.net> * Version 5.0.1. + * src/stat.c: Fix portability problem on FreeBSD5.0: don't include + <sys/statvfs.h> on systems without HAVE_STRUCT_STATVFS_F_BASETYPE. + Use #if/#elif/... cascade so we get only one set of include files. + Reported by Nelson Beebe. + +2003-05-24 Jim Meyering <jim@meyering.net> + * src/md5sum.c (split_3): Accept the BSD format only when in MD5 mode. * tests/sha1sum/basic-1: Make sure `sha1sum --check' doesn't accept the BSD format. @@ -21,10 +28,6 @@ This sort of thing is why it'd be *Really Good* to factor out the common code used here and in tail.c. - * src/stat.c: Fix portability problem on FreeBSD5.0. - FIXME: in progress - Reported by Nelson Beebe. - 2003-05-14 Jim Meyering <jim@meyering.net> * src/head.c (usage): Document new feature: --bytes=-N and --lines=-N. |