mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
*** empty log message ***
This commit is contained in:
parent
6e19af7d09
commit
f802eb6139
2 changed files with 18 additions and 2 deletions
10
NEWS
10
NEWS
|
@ -12,9 +12,15 @@ Each release reports the NEWS in the following sections:
|
||||||
* Changes to the C interface
|
* 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
|
* 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
|
* Changes to the stand-alone interpreter
|
||||||
|
|
||||||
** Readline prompt problem fixed.
|
** Readline prompt problem fixed.
|
||||||
|
@ -78,7 +84,7 @@ Changes since Guile 1.6.0:
|
||||||
|
|
||||||
* Changes to the distribution
|
* 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
|
Guile now provides scm_effective_version and effective-version
|
||||||
functions which return the "effective" version number. This is just
|
functions which return the "effective" version number. This is just
|
||||||
|
|
|
@ -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>
|
2003-03-19 Marius Vollmer <mvo@zagadka.de>
|
||||||
|
|
||||||
* gc_os_dep.c: Added defines for sparc-unknown-netbsdelf1.5 from
|
* gc_os_dep.c: Added defines for sparc-unknown-netbsdelf1.5 from
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue