]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 18 Nov 2002 16:50:02 +0000 (16:50 +0000)
committerDave Love <fx@gnu.org>
Mon, 18 Nov 2002 16:50:02 +0000 (16:50 +0000)
ChangeLog
src/ChangeLog

index 0a11e31cdd3d8fd2a94d24ca0e8ee00204c3f7ae..073eaa18bd02c10c5bd92bffeb105b9103f0321f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-11-15  Dave Love  <fx@gnu.org>
+
+       * configure.in: Tidy up various quoting issues throughout.
+       (AH_BOTTOM): Fix #endif protecting config.h.  Maybe include
+       alloca.h.  Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
+       Maybe define bcopy, bzero, bcmp.
+       (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Removed (use
+       non-existent machine file).
+       (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
+       (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
+
 2002-11-18   Markus Rost  <rost@math.ohio-state.edu>
 
        * configure.in (*-sunos5*, *-solaris*): New configuration.
index 856ea89a404de7601ea736e8ed3c1518e9de25a7..96370ef3c5b00c44b769cf9c36c48b8ab0774bb8 100644 (file)
@@ -1,5 +1,31 @@
 2002-11-18  Dave Love  <fx@gnu.org>
 
+       * m/orion105.h (HAVE_ALLOCA): Don't define.
+
+       * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define
+       alloca.
+
+       * m/intel386.h: Don't include alloca.h or define alloca.
+
+       * m/ia64.h: Don't include alloca.h, stdlib.h.  Don't declare
+       malloc, realloc, calloc.
+
+       * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
+       (bcmp): Don't define.
+
+       * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
+
+       * m/amdahl.h: Don't define LIB_STANDARD.
+
+       * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
+
+       * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
+
+       * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h: Don't
+       include alloca.h.
+
+       * s/aix3-2.h (HAVE_FSYNC): Don't define.
+
        * regex.c (_GNU_SOURCE): Don't define.
 
        * process.c (_GNU_SOURCE): Don't define.