summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-21 17:13:47 +0000
committerJim Meyering <jim@meyering.net>1996-07-21 17:13:47 +0000
commit7f1cf81aba0d53acbd74c8b348ffc16abfee6e02 (patch)
tree2f4f5d2cfa4a095340c43f68211b28fe3e7564e5
parent3af4a12ae3debc7b45403bd03ec5779faa746823 (diff)
downloadcoreutils-7f1cf81aba0d53acbd74c8b348ffc16abfee6e02.tar.xz
.
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e67ca35f3..5addc17c4 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
Sun Jul 21 11:58:48 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ All this is from Ulrich Drepper.
+
+ * lib/yesno.c (yesno) [HAVE_RPMATCH]: New rpmatch-based version of
+ the function.
+
* lib/Makefile.am (EXTRA_DIST): Put error.c and obstack.c here...
(fu_SOURCES): Instead of here.
@@ -8,11 +13,9 @@ Sun Jul 21 11:58:48 1996 Jim Meyering <meyering@na-net.ornl.gov>
* configure.in (AC_CHECK_FUNCS): Add rpmatch.
Add checks for error_at_line and obstacks so systems with GNU libc
don't compile and link with distributed error.c and obstack.c.
- From Ulrich Drepper.
* configure.in (AC_REPLACE_FUNCS): Replace getline.c.
- Add related check for the getdelim function.
- From Ulrich Drepper -- as done in gettext.
+ Add related check for the getdelim function. As done in gettext.
Sat Jul 20 17:01:56 1996 Jim Meyering <meyering@na-net.ornl.gov>