1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-04-11 18:34:09 +00:00
parent 6e19af7d09
commit f802eb6139
2 changed files with 18 additions and 2 deletions

10
NEWS
View file

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

View file

@ -1,3 +1,13 @@
2003-04-11 Rob Browning <rlb@defaultvalue.org>
* 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 <mvo@zagadka.de>
* gc_os_dep.c: Added defines for sparc-unknown-netbsdelf1.5 from