diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-05-12 00:12:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-05-21 00:17:15 +0200 |
commit | fc76c08d872f816a075de0a9096006966f00a666 (patch) | |
tree | af0af568683f83ac1b61789d65b87967335d4756 | |
parent | 5d66005209f57878aea994c9109eb32bd9b9feab (diff) | |
download | guile-fc76c08d872f816a075de0a9096006966f00a666.tar.gz |
Update `NEWS'.
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ Changes in 1.8.7 (since 1.8.6) ** More build fixes for `alphaev56-dec-osf5.1b' (Tru64) ** With GCC, always compile with `-mieee' on `alpha*' and `sh*' ** Better diagnose broken `(strftime "%z" ...)' in `time.test' (bug #24130) +** Fix parsing of SRFI-88/postfix keywords longer than 128 characters ** Allow @ macro to work with (ice-9 syncase) |