diff options
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. |