]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Wed, 27 Nov 2002 23:01:32 +0000 (23:01 +0000)
committerDave Love <fx@gnu.org>
Wed, 27 Nov 2002 23:01:32 +0000 (23:01 +0000)
ChangeLog
src/ChangeLog
src/s/irix6-0.h

index c7102f985d64889fa5f8654c8b4430cdc1220386..a6072e11b841c9eb14ae8bdd1911913da4b3ba27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-27  Dave Love  <fx@gnu.org>
+
+       * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
+       Check for __sys_siglist too.  Check for memset.  Use
+       AC_FUNC_GETPGRP.  Add mipsel-*-linux-gnu* target.
+
 2002-11-22  Juanma Barranquero  <lektu@terra.es>
 
        * config.guess, config.sub: Updated from master source.
index 7ec917a931b707cac95183f8409efa9d3738e0fc..f414137197422a945c37c955f39207f359220cf8 100644 (file)
@@ -1,5 +1,15 @@
 2002-11-27  Dave Love  <fx@gnu.org>
 
+       * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
+
+       * systty.h: Don't conditionally define GETPGRP_NO_ARG.  Test
+       GETPGRP_VOID instead.
+       [BSD_TERMIOS]: Remove definitions (never used).
+
+       * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
+       Don't define.
+       (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
+
        * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
 
 2002-11-25  Jason Rumney  <jasonr@gnu.org>
index 6dbdbf31230c3fff0d94f72d43810edad2d3635c..ef86c975573549c3543658ce460efad9d0f97095 100644 (file)
@@ -31,3 +31,7 @@
 #endif
 
 #undef TIOCSIGSEND
+
+/* Tested on Irix 6.5.  SCM worked on earlier versions.  */
+#define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS