summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-11-08 21:04:13 +0000
committerJim Meyering <jim@meyering.net>1997-11-08 21:04:13 +0000
commitd9173c1c8136766c7146d742c1b408b88ee9040c (patch)
treece6bc782fee48986728ad2b196873cc78222c481 /old/textutils
parent6d3a217c164c10dd55b76f3fdcb93b587043ae83 (diff)
downloadcoreutils-d9173c1c8136766c7146d742c1b408b88ee9040c.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog21
1 files changed, 21 insertions, 0 deletions
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 <meyering@na-net.ornl.gov>
+
+ * 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 <eggert@twinsun.com>
+
+ * 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 <meyering@na-net.ornl.gov>
* src/sort.c (getmonth): Remove HAVE_ALLOCA #ifdefs.