summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-03-12 17:01:19 +0000
committerLudovic Courtès <ludo@gnu.org>2008-03-12 17:01:19 +0000
commit62c5382b886f6a0e58fdff707fbf84eeef4bf166 (patch)
treed55a7b2fd644bc19bab0bbae6bf5ef06ac3f2754 /NEWS
parentbbb6fc4fc29107d82d1d990021cca040d4d64c19 (diff)
downloadguile-62c5382b886f6a0e58fdff707fbf84eeef4bf166.tar.gz
Fix SRFI-37 `args-fold' with short option names of argument-less options.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ea1aebf06..08aaa9088 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,12 @@ Changes in 1.8.5 (since 1.8.4)
Previously, expressions like `(match '((foo) (bar)) (((_ ...) ...) #t))'
would trigger an unbound variable error for `match:andmap'.
+** `(oop goops describe)' now properly provides the `describe' feature
+** Fixed `args-fold' from `(srfi srfi-37)'
+
+Previously, parsing short option names of argument-less options would
+lead to a stack overflow.
+
** Fixed type-checking for the second argument of `eval'
** Fixed build issue for GNU/Linux on IA64
** Fixed build issues on NetBSD 1.6
@@ -53,7 +59,6 @@ would trigger an unbound variable error for `match:andmap'.
** Fixed build issue with DEC/Compaq/HP's compiler
** Fixed `scm_from_complex_double' build issue on FreeBSD
** Fixed `alloca' build issue on FreeBSD 6
-** `(oop goops describe)' now properly provides the `describe' feature
* Changes to the distribution