1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 03:00:19 +02:00

Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2007-09-02 22:56:56 +00:00
parent 8d4d5dfcf9
commit f43f362018
4 changed files with 85 additions and 57 deletions

1
NEWS
View file

@ -44,6 +44,7 @@ Changes in 1.8.3 (since 1.8.2)
** Expressions like "(set! 'x #t)" no longer yield a crash
** Warnings about duplicate bindings now go to stderr
** A memory leak in `make-socket-address' was fixed
** Alignment issues (e.g., on SPARC) in network routines were fixed
** Build problems on Solaris fixed
* Implementation improvements