Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and WATCHFMT
|
|
Also add new -L option to kill for a more verbose listing of signals
|
|
Update doc and tests to describe handling of global readonly specials and
to account for side-effects on zsh/param/private.
|
|
.zle.hlgroups
|
|
|
|
Also fixes a crash bug with {fd}>&N redirections and private parameters
|
|
|
|
match
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Coverity defects 1547831, 1547826 (remove unused function), 1521551,
1500752, 1500747, 1401549, 1372423, 1270645, 1255799, 1255792, 1255789,
1255787, 1255782, 1255750
|
|
|
|
|
|
|
|
|
|
If full RELRO (relocation read-only, one of the security enhancement
methods for ELF-based systems) is used when building zsh (as in binary
packages of most Linuxes), loading a module (e.g. zsh/zftp) fails unless
all the modules it depends on are already loaded. With this patch the
necessary modules are automatically loaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix and test for regression of assignment when using typeset command
* Fix output of typeset +m and $parameters[ref]
* Prevent segfault in typeset
|
|
|
|
|
|
in zattr
|
|
This served as a workaround for ancient compilers where casts to
unsigned char were broken.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|