diff options
author | uebayasi <uebayasi> | 2006-03-11 13:20:15 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2006-03-11 13:20:15 +0000 |
commit | 3dd0f9953e422033ec1a853437858dd31c3209d7 (patch) | |
tree | 648d5e02326e8f4692b782d5fccf09d2f03c5808 /shells/zsh-current/distinfo | |
parent | d2cbacf26b92b74438ac49e477e26ffe42445efe (diff) | |
download | pkgsrc-3dd0f9953e422033ec1a853437858dd31c3209d7.tar.gz |
Re-add development release of Zsh, 4.3.2, first public release of 4.3.x
branch.
Major changes between versions 4.2 and 4.3
------------------------------------------
- There is support for multibyte character sets in the line editor,
though not the main shell. See Multibyte Character Support in INSTALL.
- The shell can now run an installation function for a new user
(one with no .zshrc, .zshenv, .zprofile or .zlogin file) without any
additional setting up by the administrator.
- The manual now has a Roadmap section (manual page zshroadmap) to
give new users an indication of the most interesting parts of the manual.
- New option PROMPT_SP, on by default, to work around the problem that the
line editor can overwrite output with no newline at the end.
- New option HIST_SAVE_BY_COPY (on by default): history is saved by
copying and renaming instead of directly overwriting.
- New redirection syntax e.g. {myfd}>file opens a new file descriptor
and stores the number in $myfd, so that >&$myfd will work. Chosen not to
break existing code (and to be compatible with proposals for the Korn
shell).
- Substitutions of the form ${var:-"$@"}, ${var:+"$@"} and similar where
word-splitting is applied to the text after the :- or :+ (in particular,
where the SH_WORD_SPLIT option is in effect for compatibility) now behave
as in other Bourne- and POSIX-compatible shells when in the appropriate
emulation mode.
- New Posix-style zsh-specific tests [[:IDENT:]], [[:IFS:]],
[[:IFSSPACE:]], [[:WORD:]] test if character can appear in identifier, is
an IFS character, is an IFS whitespace character, or is considered as part
of a word (is alphanumeric or appears in $WORDCHARS). Note the pattern
code doesn't yet handle multibyte characters.
- The idiom =(<<<...) is optimised so that the shell internally turns
the ... into the contents of a file whose name is then substituted.
- Supplied functions catch and throw provide limited support for
exception handling using the `{ ... } always { ... }' syntax.
- Signals now accept the SIG as part of the name for compatibility with
other shells.
- Editor function argument-base allows non-decimal arguments for
editor widgets.
- As always, there are many enhancements to completion functions.
Diffstat (limited to 'shells/zsh-current/distinfo')
-rw-r--r-- | shells/zsh-current/distinfo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shells/zsh-current/distinfo b/shells/zsh-current/distinfo new file mode 100644 index 00000000000..b6c45269816 --- /dev/null +++ b/shells/zsh-current/distinfo @@ -0,0 +1,9 @@ +$NetBSD: distinfo,v 1.8 2006/03/11 13:20:15 uebayasi Exp $ + +SHA1 (zsh-4.3.2.tar.bz2) = a6dd50c7578812bdb30f4cb65c8ac280c86dbfc3 +RMD160 (zsh-4.3.2.tar.bz2) = 2bb4431db21cffdb2da4751c0fdaeca5efd0b61e +Size (zsh-4.3.2.tar.bz2) = 2263544 bytes +SHA1 (patch-aa) = b066925bacaf5bbeb0da2ab0863c4e93288fc3da +SHA1 (patch-ab) = 6ffe8b8b82d04bb27c5e4fb43b75f7f8de64f7c9 +SHA1 (patch-ac) = 95e15527e75685cbc140066efeec12127a4863ce +SHA1 (patch-ae) = dbf50ba5bb5141ea4583c02963d7e114e402d022 |