pkgsrc/shells
szptvlfn 640f5186aa Update to 5.2
NEWS:
Changes from 5.1.1 to 5.2
-------------------------

The new module zsh/param/private can be loaded to allow the shell
to define parameters that are private to a function scope (i.e. are
not propagated to nested functions called within this function).

The parameter flag ${(P)...} is now more useful when it appears in
a nested expansion.  For example,

  typeset -A assoc=(one un two deux three trois)
  name=assoc
  print ${${(P)name}[one]}

now prints "un".  In previous versions of the shell the value of the
substitution was fully expanded on return from ${(P)name}, making
associative array subscripting difficult.  As a side effect, flags
for formatting appearing in the inner substitution now affect the
substitution of the name (into "assoc" in this case), which is not
normally useful: flags that should apply to the value must be in the
outer substitution.

The GLOB_STAR_SHORT option allows the pattern **/* to be shortened to
just ** if no / follows. so **.c searches recursively for a file whose
name has the suffix ".c".

The effect of the WARN_CREATE_GLOBAL option has been significantly
extended, so expect it to cause additional warning messages about
parameters created globally within function scope.

README:
Incompatibilities between 5.1 and 5.2
-------------------------------------

The behaviour of the parameter flag (P) has changed when it appears
in a nested parameter group, in order to make it more useful in
such cases.  A (P) in the outermost parameter group behaves as
before.  See NEWS for more.
2015-12-08 11:24:59 +00:00
..
ast-ksh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
autojump Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
bash Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
bash-completion Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
bash2 Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
bash2-doc Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
dash Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
eltclsh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
es Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
esh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
fish Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
git-sh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
heirloom-sh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
lshell Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
mksh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
nologinmsg Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
osh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
pdksh On Linux, Bash is fine if you don't mind your package builds spending 50% of 2015-09-07 06:43:48 +00:00
perlsh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
posh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
rc Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
rssh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
scponly Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
scsh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
standalone-tcsh Exclude this package on OmniOS which ships with a copy of tcsh. 2015-09-03 15:58:22 +00:00
static-ast-ksh Rename memalign and posix_memalign similar to malloc/free to fix static 2014-11-06 12:25:36 +00:00
static-tcsh Add a DESCR here; noted missing by martin@, ok agc@. 2012-07-21 15:56:42 +00:00
tcsh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
xsh Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
zsh Update to 5.2 2015-12-08 11:24:59 +00:00
Makefile + autojump. 2015-02-08 17:32:08 +00:00