Name: | zsh |
---|---|
Version: | 5.0.2 |
Release: | 14.el7_2.2 |
Architecture: | x86_64 |
Group: | System Environment/Shells |
Size: | 5855407 |
License: | MIT |
RPM: | zsh-5.0.2-14.el7_2.2.x86_64.rpm |
Source RPM: | zsh-5.0.2-14.el7_2.2.src.rpm |
Build Date: | Thu Jun 23 2016 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://zsh.sourceforge.net/ |
Summary: | Powerful interactive shell |
Description: | The zsh shell is a command interpreter usable as an interactive login shell and as a shell script command processor. Zsh resembles the ksh shell (the Korn shell), but includes many enhancements. Zsh supports command line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and more. |
- fix parse error on a script with unescaped exclamation mark (#1338689)
- signal-handling related fixes collected from upstream (#1198671) - queue signals while processing a job exit (#1291782) - fix malloc() signal leak in lexsave() (#1267912)
- fix alias handling in command substitution (#1253555)
- fix parser regression introduced by the fix for bug #1241023
- fix command substitutions to parse contents as they are read in (#1241023)
- fix SIGSEGV of the syntax check in ksh emulation mode (#1222867)
- signal safety when updating global state (#1163823)
- signal safety when updating global state in execshfunc() (#1163823) - make the wait built-in work for already exited processes (#1162198) - replace an incorrect comment in /etc/zshenv (#1164312) - optimize matching of multiple * in wildcards (#1130418) - use heap rather than stack allocation for variable length arrays (#1165118) - shell emulation doc addition (#1147545) - suppress a warning about closing an already closed file descriptor (#1131191)
- fix NOEXEC option in execsimple() optimisation (#1146512)
- Remove unneeded build require on tetex. - Resolves: rhbz#1037828 - Depend on hostname package instead of /bin/hostname.