Name: | tcsh617 |
---|---|
Version: | 6.17 |
Release: | 7.el5 |
Architecture: | x86_64 |
Group: | System Environment/Shells |
Size: | 1181481 |
License: | BSD |
RPM: | tcsh617-6.17-7.el5.x86_64.rpm |
Source RPM: | tcsh617-6.17-7.el5.src.rpm |
Build Date: | Wed Jan 09 2013 |
Build Host: | ca-build56.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 dosource() calls after history file locking patch Resolves: #858281 - Revert srcfile behaviour to return backward-compatible error codes (#658074) - Fix several extra warnings breaking the upstream testsuite (#658074)
- Revert exit status regression with it's opt-out variable $anyerror, added by "Fix status of pipelined/backquoted/list of commands" and opt-in the POSIX-like exit status behaviour by $status_posix_value variable instead Resolves: #784510 - Handle pending signals before flush so that the the .history file does not get truncated. Implement file locking using shared readers, exclusive writer to prevent any .history file data corruption Resolves: #648592
- Avoid possible null dereference for cwd Resolves: #689382
- Fix requires not to depend on /usr/lib* libraries - Build with libtermcap-devel instead of ncurses-devel
- Fix status of pipelined/backquoted/list of commands Resolves: #638955 - Don't allow illegal variable names to be set Resolves: #436901 - Minor manpage fixes Resolves: #437079, #437080, #436439, #433908
- Avoid infinite loop pendjob()-xprintf() when stdout is closed Resolves: #690500
- Import new package tcsh617, based on tcsh-6.17-12.el6 - Link to libtermcap instead of libtinfo - Ship Copyright file - Remove extra fork when tcsh processes backquotes Resolves: #688170 - Don't print history in verbose mode (upstream patch) Resolves: #688173 - Don't set $REMOTEHOST on the local machine Resolves: #688175 - Fix negative number of jobs with %j formatting parameter in prompt - Fix testsuite - Fix tcsh obeys printexitvalue for back-ticks - Ship README file - Fix tcsh globbing causing bad automount - Add new colorls variable