summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-06 09:04:22 +0000
committerJim Meyering <jim@meyering.net>1999-11-06 09:04:22 +0000
commit68e51205314c4f3e9d35f36c68614033b3f5d0ce (patch)
tree44388ecc066f4537b97991b08adb8d4ed55d943c /old
parent6b32b53027a59eee3818091f629d3aa9feb595e4 (diff)
downloadcoreutils-68e51205314c4f3e9d35f36c68614033b3f5d0ce.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 9189edfb9..cea184018 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,11 @@
+1999-11-05 Jim Meyering <meyering@ascend.com>
+
+ * src/system.h: Use HAVE_STRUCT_STAT_ST_BLKSIZE not HAVE_ST_BLKSIZE.
+
+ * configure.in: Move some type/header/member tests into
+ m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) so they are shared by all of
+ fileutils, textutils, and sh-utils.
+
1999-11-04 Paul Eggert <eggert@twinsun.com>
* src/sort.c (SORTALLOC): New macro.