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:
parent
8ad0368f07
commit
3071ea2764
2 changed files with 23 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* goops.c (scm_sys_prep_layout_x): Instance allocation is now
|
||||
|
|
|
@ -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>
|
||||
|
||||
* md/Makefile.am (EXTRA_DIST): Added arm.h and arm.s.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue