Go to file
Paolo Perego 1a585898c8 Accepting request 977384 from home:dirkmueller:Factory
- update to 5.9:
  zsh 5.9 is dedicated to the memory of Sven Guckes, who was, amongst other
  things, a long-time zsh advocate.  For more information, see:
    https://linuxnews.de/2022/02/sven-guckes-verstorben/
    https://groups.google.com/g/vim_announce/c/MJBKVd-xrEE/m/joVNaDgAAgAJ
  When unsetting a hash element, the string enclosed in square brackets is
  interpreted literally after any normal command-line-argument expansions.
  Thus
    unset "hash[$key]"
  first expands $key as usual for a double-quoted string, and then interprets
  that result as the exact hash element to unset.  This differs from previous
  versions of the shell, which would also remove a leading backslash for an
  unusual subset of characters in the expansion of $key.  Note this also
  means, for example, that now
    unset 'hash[ab]cd]'
  unsets the element with key "ab]cd" rather than silently doing nothing.
  The function command learnt a -T option to declare a function and enable
  tracing for it simultaneously.
  The option SHORT_REPEAT was added to enable the short syntax of
  SHORT_LOOPS for the repeat command only. It is disabled by default.
  The _arguments function now supports NUL-delimiting optargs in the
  opt_args array via the -0 option. Developers of completion functions
  should find this easier to handle reliably than the default
  colon-delimiting behaviour.
  The zsh/system module's `zsystem flock` command learnt an -i option to
  set the wait interval used with -t. Additionally, -t now supports
  fractional seconds.
  The option CLOBBER_EMPTY was added to enable the overwrite behaviour
  of CLOBBER for empty files only. It is disabled by default.
  A (-) expansion flag was added. It works like (n) but correctly sorts

OBS-URL: https://build.opensuse.org/request/show/977384
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=234
2022-05-24 17:23:34 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=1 2007-01-15 23:46:06 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=1 2007-01-15 23:46:06 +00:00
dotzshrc.rh Accepting request 74838 from home:computersalat:branches:shells 2011-06-29 17:07:49 +00:00
trim-unneeded-completions.patch - Fix custom completion support via /etc/zsh_completion.d 2013-03-21 10:20:30 +00:00
zlogin.rhs Accepting request 74829 from home:computersalat:branches:shells 2011-06-29 14:02:48 +00:00
zlogout.rhs Accepting request 74829 from home:computersalat:branches:shells 2011-06-29 14:02:48 +00:00
zprofile - Update to zsh 5.3 2016-12-14 10:01:58 +00:00
zprofile.rhs Accepting request 397822 from home:llua:branches:shells 2016-05-25 12:25:38 +00:00
zsh-5.9.tar.xz Accepting request 977384 from home:dirkmueller:Factory 2022-05-24 17:23:34 +00:00
zsh-5.9.tar.xz.asc Accepting request 977384 from home:dirkmueller:Factory 2022-05-24 17:23:34 +00:00
zsh-osc-completion.patch Accepting request 305143 from home:Dmitry_R:branches:shells 2015-05-03 13:25:23 +00:00
zsh.changes Accepting request 977384 from home:dirkmueller:Factory 2022-05-24 17:23:34 +00:00
zsh.keyring Accepting request 668614 from home:namtrac:branches:shells 2019-01-28 11:07:38 +00:00
zsh.spec Accepting request 977384 from home:dirkmueller:Factory 2022-05-24 17:23:34 +00:00
zshenv - Update to zsh 5.3 2016-12-14 10:01:58 +00:00
zshenv.rhs Accepting request 74829 from home:computersalat:branches:shells 2011-06-29 14:02:48 +00:00
zshrc Missed one more alias 2020-05-22 14:15:58 +00:00
zshrc.rhs Accepting request 397822 from home:llua:branches:shells 2016-05-25 12:25:38 +00:00