From d9173c1c8136766c7146d742c1b408b88ee9040c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 8 Nov 1997 21:04:13 +0000 Subject: . --- old/textutils/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'old/textutils') diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d8b4504a1..06889c5b5 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,24 @@ +1997-11-08 Jim Meyering + + * m4/lfs.m4 (AC_LFS): New file/macro. + * m4/Makefile.am (EXTRA_DIST): Add lfs.m4. + * configure.in (AC_LFS): Use it. + (AC_CHECK_FUNCS): Add fseeko. + * src/od.c (fseeko): Define a stub if ! HAVE_FSEEKO. + (skip): Use fseeko if available. Don't use lseek; it causes + the stdio stream to become out of sync with respect to the + underyling file descriptor. + From Paul Eggert. + +1997-10-16 Paul Eggert + + * FIXME: do this differently + configure.in (AC_CHECK_FUNCS): Add fseeko. + + * src/od.c (skip): Use fseeko. Don't use lseek; it causes + the stdio stream to become out of sync with respect to the + underyling file descriptor. + 1997-11-06 Jim Meyering * src/sort.c (getmonth): Remove HAVE_ALLOCA #ifdefs. -- cgit v1.2.3-70-g09d2