diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-07-05 22:19:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-07-05 23:46:36 +0200 |
commit | 5374ec9c281c2e77c283f60afd55e47d86e3b898 (patch) | |
tree | a9962ac70d142b79104f83d5df944804f8b514c9 | |
parent | 9120012f74a798064dd296d99afdc02608e305e5 (diff) | |
download | guile-5374ec9c281c2e77c283f60afd55e47d86e3b898.tar.gz |
Update `NEWS'.
* NEWS: Update.
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -557,6 +557,7 @@ Changes in 1.8.7 (since 1.8.6) ** Fix build problem when scm_t_timespec is different from struct timespec ** Fix build when compiled with -Wundef -Werror ** More build fixes for `alphaev56-dec-osf5.1b' (Tru64) +** Build fixes for `powerpc-ibm-aix5.3.0.0' (AIX 5.3) ** 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 |