diff options
author | kristerw <kristerw@pkgsrc.org> | 2006-09-03 11:39:08 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2006-09-03 11:39:08 +0000 |
commit | 8a0d514cc37add74df43f0a0f05d60f8330ab63e (patch) | |
tree | 042877322e22e8db508007777549aa2d23833c73 /shells/scsh/distinfo | |
parent | 6600e38302198f424fb4af90bb873844c0c98f07 (diff) | |
download | pkgsrc-8a0d514cc37add74df43f0a0f05d60f8330ab63e.tar.gz |
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.
Diffstat (limited to 'shells/scsh/distinfo')
-rw-r--r-- | shells/scsh/distinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shells/scsh/distinfo b/shells/scsh/distinfo index 20fdd9a5ac8..d5da7035f50 100644 --- a/shells/scsh/distinfo +++ b/shells/scsh/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.10 2005/11/10 22:48:07 joerg Exp $ +$NetBSD: distinfo,v 1.11 2006/09/03 11:39:08 kristerw Exp $ -SHA1 (scsh-0.6.6.tar.gz) = 5d38ec103e1cb885e634bb3475e8912ac892067b -RMD160 (scsh-0.6.6.tar.gz) = f81f7bb60d97035c61912092c2b16eebe953b999 -Size (scsh-0.6.6.tar.gz) = 4332223 bytes -SHA1 (patch-aa) = e4456d514815c1a8db0e2c655f37272421ef0007 +SHA1 (scsh-0.6.7.tar.gz) = a1eaf0d0593e14914824898a0c3ec166429affd7 +RMD160 (scsh-0.6.7.tar.gz) = f017c5a157cd1a3ad5daeaecba43ce84784c7e51 +Size (scsh-0.6.7.tar.gz) = 4367439 bytes +SHA1 (patch-aa) = 2826391983edc5e1dc2720426bf75e1f37921092 SHA1 (patch-ab) = 5a8ba9cfe463c791f8478366933c335683e38c3b SHA1 (patch-ac) = 05371f266d8993e6bba0e34502fe31006fd07567 -SHA1 (patch-ad) = dd94b8bd8b5879bcad4629ff5b4f0d1baee9cfe0 +SHA1 (patch-ad) = 46825c2742f8c3f41ce6300411841fde6fa63de0 SHA1 (patch-ae) = 3838934816cf23f1975d15f3dfd3ce8fae10ee40 SHA1 (patch-af) = faddb025c3bada2d321b693217104dc986a8a90f SHA1 (patch-ag) = efd04134ee52795c1538a31ad6052da8fd8946ae |