Subject: CVS commit: pkgsrc/shells/scsh
To: None <pkgsrc-changes@NetBSD.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: pkgsrc-changes
Date: 09/03/2006 11:39:08
Module Name:	pkgsrc
Committed By:	kristerw
Date:		Sun Sep  3 11:39:08 UTC 2006

Modified Files:
	pkgsrc/shells/scsh: Makefile PLIST distinfo
	pkgsrc/shells/scsh/patches: patch-aa patch-ad

Log Message:
Update shells/scsh to 0.6.7.

New in this release
=====================
** Support for interix
** Ignoring of synchronous signals
   The procedures IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT have been
   added.
** Support for gcc 4.0
** 0.6 for module path
   The standard module path now contains
   ${prefix}/lib/scsh/modules/0.6 in addition to
   $prefix/lib/scsh/modules for compatibility with install-lib
** New implementation of open-pty
   Instead of search for /dev/pty??, scsh now tries a wide variety of
   ways to aquire a new pty and the corresponding tty.
** Bug fixes
   argv[0] is now the first element of command-line
   Fixes found by new test suite
   Regexp for empty string
   Argument checking for COPY-BYTES!
   GC_PROTECTs for send_substring
   format_date support for #f timezone
   Added predicates for user-info and group-info
   Reaping of stopped processes: Do not mark stopped processes as dead
   md5-digest-for-port
   | regexps return char-sets
   standard-let in srfi-5
   (%)read-delimited! checks for mutable buffer
   leap second for srfi-19
   The default image for the scshvm is now the installed scsh.image.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 pkgsrc/shells/scsh/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/shells/scsh/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/shells/scsh/distinfo
cvs rdiff -r1.10 -r1.11 pkgsrc/shells/scsh/patches/patch-aa
cvs rdiff -r1.6 -r1.7 pkgsrc/shells/scsh/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.