pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gauche
Module Name: pkgsrc
Committed By: enami
Date: Wed May 30 02:50:12 UTC 2012
Modified Files:
pkgsrc/lang/gauche: Makefile distinfo
Added Files:
pkgsrc/lang/gauche/patches: patch-gc_configure patch-gc_dyn__load.c
Removed Files:
pkgsrc/lang/gauche/patches: patch-src_Makefile.in
Log Message:
Update gauche to 0.9.3.3. Also, take over maintainership from uebayashi.
Changes are:
+ Bug fixes:
o If DESTDIR was set and the platform didn't have previous Gauche
installed, make install failed saying something like
"libgauche-0.9.so.0.3: cannot open shared object file: No such file
or directory". The order of installation was adjusted to avoid it.
o On FreeBSD, a bug in signal setup routine caused memory corruption.
o every with more than one argument list didn't return the last
return value of the predicate when all the arguments satisfied it,
as specified in srfi-1 (it returned #t instead). It was also the
case in stream-every. Both are fixed.
o On MinGW, info command didn't work.
o On MinGW, when you used non-console version gosh-noconsole.exe and
tried to spawn a child process to communicate via pipes,
gosh-noconsole.exe just died.
+ Improvements:
o New procedure: string-scan-right
o GC is now 7.2b
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/lang/gauche/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/gauche/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/gauche/patches/patch-gc_configure \
pkgsrc/lang/gauche/patches/patch-gc_dyn__load.c
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/gauche/patches/patch-src_Makefile.in
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