From f802eb61391441e4325f482d8343e94635af9a72 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Fri, 11 Apr 2003 18:34:09 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 10 ++++++++-- libguile/ChangeLog | 10 ++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4f5bde757..9339557e4 100644 --- a/NEWS +++ b/NEWS @@ -12,9 +12,15 @@ Each release reports the NEWS in the following sections: * Changes to the C interface -Changes since Guile 1.6.3: +Changes since Guile 1.6.3 (AKA changes for 1.6.4): * Changes to the distribution + +** Various architecture (and likely compiler) related bugs fixed. + +These changes should improve the situation on at least ia64, alpha, +and powerpc. + * Changes to the stand-alone interpreter ** Readline prompt problem fixed. @@ -78,7 +84,7 @@ Changes since Guile 1.6.0: * Changes to the distribution -** Guile now provide and uses an "effective" version number. +** Guile now provides and uses an "effective" version number. Guile now provides scm_effective_version and effective-version functions which return the "effective" version number. This is just diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e3e8a6131..9639a8ab6 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +2003-04-11 Rob Browning + + * eval.c (SCM_CEVAL): fixed a couple of mysterious (probably + optimization related) bugs on powerpc by altering some + "while (!SCM_NULLP (t.arg1 = SCM_CDR (t.arg1)))" + style constructs so that the assignment doesn't happen inside the guard. + + * throw.c (scm_ithrow): removed winds "asm" protection in favor of + scm_remember_upto_here_1. + 2003-03-19 Marius Vollmer * gc_os_dep.c: Added defines for sparc-unknown-netbsdelf1.5 from