Name: | tcsh |
---|---|
Version: | 6.18.01 |
Release: | 13.el7_3.1 |
Architecture: | x86_64 |
Group: | System Environment/Shells |
Size: | 677908 |
License: | BSD |
RPM: | tcsh-6.18.01-13.el7_3.1.x86_64.rpm |
Source RPM: | tcsh-6.18.01-13.el7_3.1.src.rpm |
Build Date: | Thu Mar 02 2017 |
Build Host: | x86-ol7-builder-02.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 hanging of tcsh when .history file is located on remote filesystem (#1420758)
- 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)
- Upstream's $anyerror variable re-introduced. (#1123854) - Fix for hang inside the 'wait' built-in of tcsh added. (#1181682)
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Readded reverse-history-handling-in-loops patch which was created for tcsh version 6.17.00 in RHEL 6.4 to fix bug #814069 Resolves: #1035235