1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2002-08-24 00:57:47 +00:00
parent 8cbb63c795
commit f800ebfb00
3 changed files with 17 additions and 0 deletions

View file

@ -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

View 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

View 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.