Subject: CVS commit: pkgsrc/lang/gauche
From: enami tsugutomo
Date: 2012-05-30 04:50:12
Message id: 20120530025012.525FA175DD@cvs.netbsd.org

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

Files:
RevisionActionfile
1.61modifypkgsrc/lang/gauche/Makefile
1.31modifypkgsrc/lang/gauche/distinfo
1.1addpkgsrc/lang/gauche/patches/patch-gc_configure
1.1addpkgsrc/lang/gauche/patches/patch-gc_dyn__load.c
1.2removepkgsrc/lang/gauche/patches/patch-src_Makefile.in