summaryrefslogtreecommitdiff
path: root/shells/zsh/distinfo
diff options
context:
space:
mode:
authorrecht <recht>2004-08-16 16:17:39 +0000
committerrecht <recht>2004-08-16 16:17:39 +0000
commit474e0a17c47f7e5c6af806e56d4bf84cff4e0390 (patch)
treec6b20f75799d06696a7b9fb5d53e724b191ec8bc /shells/zsh/distinfo
parent08a86baddf054c3bcd171ebdd837e9e4c3e2036f (diff)
downloadpkgsrc-474e0a17c47f7e5c6af806e56d4bf84cff4e0390.tar.gz
update to zsh-4.2.1
Changes since zsh version 4.2.0 ------------------------------- - The autoload and related builtins take options -k and -z to indicate ksh or zsh autoloading style for given functions, making it possible to mix and match. - Assignments to associative arrays can use the i and r index flags. For example, assoc[(i)alpha*]=bravo sets the value for the element whose key matches the pattern `alpha*'; assoc[(r)activ*]=passive sets the value for the element whose current value matches the pattern `activ*'. - The glob qualifier F indicates a non-empty directory. Hence *(F) indicates all subdirectories with entries, *(/^F) means all subdirectories with no entries. - fc -p and fc -P provide push/pop for the status of the shell's history (both internal and using the history file). With automatic scoping (fc -ap) it becomes easy to use a temporary history in a function. This has been added to the calculator function zcalc to make its internal history work more seamlessly. - A new `try block' and `always block' syntax has been introduced to make it easier to ensure the shell runs important tidy-up code in the event of an error. It also runs after a break, continue, or return, including a return forced by the ERR_RETURN option (but not an exit, which is immediate). The syntax is: `{' try-block-list `}' `always' `{' always-block-list `}' where no newline or semicolon may appear between `}' and `always'. This is compatible with all previous valid zsh syntax as an `always' at that point used to be a syntax error. For example, { echo Code run in current shell } always { echo Tidy-up code } - A new zle widget reset-prompt has been added to re-expand the current prompt. Changes to the variable in use as well as changes in its expanions are both taken into account. The same effect is now forced by a job change notification, making the %j prompt escape and %(j..) ternary expression more useful. - The zftp module supports ports following the hostname in the normal suffix notation, `host:port'. This requires IPv6 colon-style addresses to be specified in suitably quoted square brackets, for example: zftp open '[f000::baaa]' zftp open '[f000::baaa]:ftp' (the two are equivalent). - Special traps, those that don't correspond to signals, i.e. ZERR, DEBUG and EXIT are no longer executed inside other traps. This caused unnecessary confusion if, for example, both DEBUG and EXIT traps were set. The new behaviour is more compatible with other shells. - New option TRAPS_ASYNC which if set allows traps to run while the shell is waiting for a child process. This is the traditional zsh behaviour; POSIX requires the option to be unset. In sh/ksh compatibility mode the option is turned off by default and the option letter -T turns it on, for compatibility with FreeBSD sh.
Diffstat (limited to 'shells/zsh/distinfo')
-rw-r--r--shells/zsh/distinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo
index 96be7864c0b..7957016283d 100644
--- a/shells/zsh/distinfo
+++ b/shells/zsh/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2004/08/04 03:33:40 minskim Exp $
+$NetBSD: distinfo,v 1.17 2004/08/16 16:17:39 recht Exp $
-SHA1 (zsh-4.2.0.tar.bz2) = 944786bec07470aa4fbe58249dba2e345296165e
-Size (zsh-4.2.0.tar.bz2) = 1990884 bytes
+SHA1 (zsh-4.2.1.tar.bz2) = fadf64908fbb62572b11ec79f7c42960c4e71292
+Size (zsh-4.2.1.tar.bz2) = 2039188 bytes
SHA1 (patch-aa) = 5e5fde0f21a64c2e0579958868b05737ef0c6afb
-SHA1 (patch-ab) = 1a4ec86b93aae128d81d494f437063ee06dd5dd8
-SHA1 (patch-ac) = f563837ccc4370d43598d49b329d69cebbd88c01
+SHA1 (patch-ab) = 65e7343fcea23aa516975521d0b92a67c06d1bda
+SHA1 (patch-ac) = 45edc3320e6347e170173966e38008767c7f374c
SHA1 (patch-ae) = 7d4514d0bad6553d3c0cf115874bf50ed0da3d48