pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/guile
Module Name: pkgsrc
Committed By: gdt
Date: Thu Jan 3 13:30:28 UTC 2008
Modified Files:
pkgsrc/lang/guile: Makefile PLIST distinfo
Removed Files:
pkgsrc/lang/guile/patches: patch-ab patch-ak patch-al patch-am
Log Message:
Update to 1.8.3. Several patches were merged upstream.
Changes in 1.8.3 (since 1.8.2)
* New modules (see the manual for details)
** `(srfi srfi-35)'
** `(srfi srfi-37)'
* Bugs fixed
** The `(ice-9 slib)' module now works as expected
** 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
** A threading issue that showed up at least on NetBSD was fixed
** Build problems on Solaris and IRIX fixed
* Implementation improvements
** The reader is now faster, which reduces startup time
** Procedures returned by `record-accessor' and `record-modifier' are faster
To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 pkgsrc/lang/guile/Makefile
cvs rdiff -r1.18 -r1.19 pkgsrc/lang/guile/PLIST
cvs rdiff -r1.32 -r1.33 pkgsrc/lang/guile/distinfo
cvs rdiff -r1.9 -r0 pkgsrc/lang/guile/patches/patch-ab
cvs rdiff -r1.6 -r0 pkgsrc/lang/guile/patches/patch-ak
cvs rdiff -r1.3 -r0 pkgsrc/lang/guile/patches/patch-al \
pkgsrc/lang/guile/patches/patch-am
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index