1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-04-13 17:48:02 +00:00
parent 8ad0368f07
commit 3071ea2764
2 changed files with 23 additions and 0 deletions

View file

@ -1,3 +1,20 @@
2003-04-13 Rob Browning <rlb@defaultvalue.org>
* __scm.h (SCM_FLUSH_REGISTER_WINDOWS): don't just rely on "sparc"
test. Instead use
#if defined (sparc) || defined (__sparc__) || defined (__sparc)
as gc_os_dep.c suggests is appropriate.
* goops.c (prep_hashsets): make static to match prototype.
(scm_sym_args): SCM_SYMBOL -> SCM_GLOBAL_SYMBOL. Thanks to Albert
Chin.
* c-tokenize.lex: remove trailing comma from enum. Thanks to
Albert Chin.
* gc_os_dep.c: add NetBSD powerpc config info. Thanks to Thomas
Klausner.
2003-04-13 Mikael Djurfeldt <djurfeldt@nada.kth.se> 2003-04-13 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* goops.c (scm_sys_prep_layout_x): Instance allocation is now * goops.c (scm_sys_prep_layout_x): Instance allocation is now

View file

@ -1,3 +1,9 @@
2003-04-13 Rob Browning <rlb@defaultvalue.org>
* md/axp.s '.file 2 "axp.s"' -> '.file 2 "axp.s".
(qt_vstart): .end qt_vstart, not qt_start. Thanks to Falk
Hueffner.
2002-08-24 Marius Vollmer <mvo@zagadka.ping.de> 2002-08-24 Marius Vollmer <mvo@zagadka.ping.de>
* md/Makefile.am (EXTRA_DIST): Added arm.h and arm.s. * md/Makefile.am (EXTRA_DIST): Added arm.h and arm.s.