Name: | tcsh |
---|---|
Version: | 6.18.01 |
Release: | 17.el7_9.1 |
Architecture: | aarch64 |
Group: | System Environment/Shells |
Size: | 692284 |
License: | BSD |
RPM: | tcsh-6.18.01-17.el7_9.1.aarch64.rpm |
Source RPM: | tcsh-6.18.01-17.el7_9.1.src.rpm |
Build Date: | Tue Nov 10 2020 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.tcsh.org/ |
Summary: | An enhanced version of csh, the C shell |
Description: | Tcsh is an enhanced but completely compatible version of csh, the C shell. Tcsh is a command language interpreter which can be used both as an interactive login shell and as a shell script command processor. Tcsh includes a command line editor, programmable word completion, spelling correction, a history mechanism, job control and a C language like syntax. |
- fix regression caused by corrupted history (#1846271) - fix typo in spec
- fix regression caused by backported patch, command var is now set as before (#1842722)
- fix for rapid memory consumption caused by corrupted history (#1598502)
- fix for memory leak when cdpath fails to find a matching path (#1325346)
- fix hanging of tcsh when .history file is located on remote filesystem (#1388426)
- Fix yet another regression in tcsh-6.18.01-quote-backslashes-properly.patch Related: #1334751
- Fix another regression in tcsh-6.18.01-quote-backslashes-properly.patch Related: #1334751 - Fix regression in tcsh-6.18.01-use-stderr-upon-error.patch Related: #1273498
- Fix regression introduced in tcsh-6.18.01-quote-backslashes-properly.patch Related: #1319816
- Handle the ^C interrupt correctly when using the 'eval' built-in. (#1273500)
- 'if statement' parsing fixed when the space is missing after ')'. (#1273892) - Quote backslashes properly to preserve them in `...` expressions. (#1319816) - Fix for tcsh being interruptible while waiting for child process. (#1269370) - Fix of memory leak when using the 'source' built-in command. (#1273513) - Print error message on stderr (instead of stdout). (#1273498) - Use GLIBC's malloc instead of builtin malloc. (#1315713)