changeset 88966:486c9c697d7f

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 31 Jul 2002 22:59:53 +0000
parents eb6e469e23d3
children b604878589f4
files ChangeLog src/ChangeLog
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jul 31 22:41:56 2002 +0000
+++ b/ChangeLog	Wed Jul 31 22:59:53 2002 +0000
@@ -1,3 +1,15 @@
+2002-07-31  Dave Love  <fx@gnu.org>
+
+	* Makefile.in (leim): Don't put PARALLEL in environment.
+	($(srcdir)/src/config.in, $(srcdir)/src/stamp-h.in): New.
+	(install-arch-indep, install-arch-indep): Merge changes from
+	trunk.
+
+	* configure.in: Require autoconf 2.53.  Merge changes from trunk.
+	Test for sys/mman.h, sys/param.h
+	(AC_PROG_YACC): Deleted.
+	(AH_BOTTOM): Maybe include strings.h.
+
 2002-06-11  Dave Love  <fx@gnu.org>
 
 	* configure.in: Check for pty.h.  Check for correct libungif.
--- a/src/ChangeLog	Wed Jul 31 22:41:56 2002 +0000
+++ b/src/ChangeLog	Wed Jul 31 22:59:53 2002 +0000
@@ -1,3 +1,20 @@
+2002-07-31  Dave Love  <fx@gnu.org>
+
+	* config.in: Generated with autoheader.
+
+	* xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
+
+	* m/sparc.h (HAVE_ALLOCA): Delete.
+
+	* s/irix6-5.h: Don't include strings.h.
+	(bcopy, bzero, bcmp): Don't undef.
+
+	* s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
+
+	* s/usg5-4.h (NO_SIOCTL_H): Don't define.
+	(TIOCSIGSEND): Don't test IRIX6.
+	(bcopy, bzero, bcmp): Define conditionally.
+
 2002-07-31  Kenichi Handa  <handa@etl.go.jp>
 
 	* buffer.c (Qas, Qmake, Qto): New variables.