summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-09 17:55:48 +0000
committerJim Meyering <jim@meyering.net>2002-04-09 17:55:48 +0000
commitf0ea3742717c11c53414d1ba864730801a585b1b (patch)
tree9c5895f26734ea74d97621f6202c23a727fc1215 /m4
parent72af85a64746e05a0b8682a90882bfd0eb669bd1 (diff)
downloadcoreutils-f0ea3742717c11c53414d1ba864730801a585b1b.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 0894dda8c..3f4c3f42c 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-09 Jim Meyering <meyering@lucent.com>
+
+ * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
+ to be more precise. Rather than saying we're checking whether the
+ function `works', say what we're testing.
+ * realloc.m4 (jm_FUNC_REALLOC): Likewise.
+ Reported by Bruno Haible.
+
2002-02-27 Paul Eggert <eggert@twinsun.com>
* jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.