*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Sat, 24 Aug 2002 00:57:47 +0000 (00:57 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 24 Aug 2002 00:57:47 +0000 (00:57 +0000)
ChangeLog
libguile/ChangeLog
qt/ChangeLog

index 26554f6..a7cc991 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-24  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Check for __libc_stack_end.
+
 2002-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * configure.in: add snprintf
index c0236c4..ebceef8 100644 (file)
@@ -1,3 +1,12 @@
+2002-08-24  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * gc_os_dep.c: When we have __libc_stack_end, use that directly
+       instead the old tricks.
+
+       * guile-snarf.in: Do not expect the input file to be the first
+       argument after the optional "-o" option, just pass everything to
+       the pre-processor without extracting the input file name.
+
 2002-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * gc-segment.c (scm_i_get_new_heap_segment): Oops. We want segment
index bc8f368..96a61fd 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-24  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * md/Makefile.am (EXTRA_DIST): Added arm.h and arm.s.
+
 2002-07-17  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * arm.s, arm.h: New.