diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-10 06:12:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-10 06:12:41 +0000 |
commit | e74a22ebb725ae5133a15c798f1a27af39f1a3b8 (patch) | |
tree | 40044b376bb8bfa860ff493afa5d4b60e2f79efe | |
parent | fcc65666b56cd66e46ca41edd422678cd709a4a4 (diff) | |
download | coreutils-e74a22ebb725ae5133a15c798f1a27af39f1a3b8.tar.xz |
.
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -9,3 +9,4 @@ Miles Bader: miles@gnu.ai.mit.edu Peter Eriksson: peter@ifm.liu.se Charles Karney: karney@pppl.gov Santiago Vila Doncel: sanvila@ctv.es +Marcus Daniels: marcus@sysc.pdx.edu diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b545c2227..06d5d207a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ Mon Dec 9 18:26:54 1996 Jim Meyering <meyering@na-net.ornl.gov> + * lib/obstack.h: Include config.h. + [!HAVE_BCOPY && HAVE_MEMCPY && !defined (bcopy)]: Define bcopy + in terms of memcpy. Reported by Marcus Daniels. + * configure.in (LIBOBJS): After AC_FUNC_FNMATCH, add fnmatch.o and define fnmatch to rpl_fnmatch if necessary. |