Age | Commit message (Collapse) | Author | Files | Lines |
|
.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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for existence instead of doing math evaluation
|
|
|
|
|
|
|
|
see also 49392 (Vincent) and 49412 (Axel)
|
|
|
|
|
|
If ENONENT it could be the other argument that doesn't exist, so check.
|