From: Dave Love Date: Wed, 31 Jul 2002 22:59:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~465 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a3923ed6df667fdc3410453a93c4173903a8eee;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4ce38f106fd..194f2af7c29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2002-07-31 Dave Love + + * 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 * configure.in: Check for pty.h. Check for correct libungif. diff --git a/src/ChangeLog b/src/ChangeLog index bbf18ef11f8..2071b3507f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2002-07-31 Dave Love + + * 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 * buffer.c (Qas, Qmake, Qto): New variables.