- Update to version 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 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. OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=166
This commit is contained in:
parent
d0a7d14585
commit
3005b0dc9f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec
|
||||
size 2788676
|
3
zsh-5.2.tar.xz
Normal file
3
zsh-5.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f17916320ffaa844bbd7ce48ceeb5945fc5f3eff64b149b4229bbfbdf3795a9d
|
||||
size 2820108
|
14
zsh.changes
14
zsh.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 07:36:33 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Update to version 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 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 15:51:37 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user