The C SHell
Tcsh is an enhanced, but completely compatible, version of the Berkeley
UNIX C shell, csh(1). It is a command language interpreter usable as an
interactive login shell and a shell script command processor. It
includes a command-line editor, programmable word completion, spelling
correction, a history mechanism, job control, and a C-like syntax.
- Developed at shells
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/tcsh && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bindkey.tcsh | 0000030138 29.4 KB | |
complete.tcsh | 0000040035 39.1 KB | |
tcsh-6.15.00-pipe.dif | 0000000303 303 Bytes | |
tcsh-6.16.00-norm-cmd.dif | 0000001081 1.06 KB | |
tcsh-6.17.06-dspmbyte.dif | 0000004537 4.43 KB | |
tcsh-6.18.03-catalogs.dif | 0000004923 4.81 KB | |
tcsh-6.18.03-colorls.dif | 0000001947 1.9 KB | |
tcsh-6.21.00.dif | 0000005495 5.37 KB | |
tcsh-6.22.02.tar.gz | 0001006405 983 KB | |
tcsh.changes | 0000038597 37.7 KB | |
tcsh.spec | 0000005991 5.85 KB |
Revision 68 (latest revision is 101)
Dominique Leuenberger (dimstar_suse)
accepted
request 754265
from
Dr. Werner Fink (WernerFink)
(revision 68)
- Update to tcsh bug fix version V6.22.02 - 20191204 * Fix version in configure.ac - Drop patches * tcsh-6.21.0-history-file-locking.patch As upstream introduced its own history file locking * tcsh-6.18.03-history-merge.dif To respect upstream history merge handling * tcsh-6.19.00-history-file-locking-order.patch Not required due dropped tcsh-6.21.0-history-file-locking.patch * tcsh-6.20.00-avoid-dotlock-for-fcntl.patch Not required due dropped tcsh-6.21.0-history-file-locking.patch * tcsh-6.18.01-history-stderror-jmp.patch Not required due dropped tcsh-6.21.0-history-file-locking.patch - Update to tcsh bug fix version V6.22.01 - 20191201 * undo PR/88: Preserve empty arguments in :q, since it breaks $ set x="" $ alias test "echo "\""$x:q"\"" is working." $ alias test echo " - Update to tcsh bug fix version V6.22.00 - 20191128 * PR/113: Sobomax: avoid infinite loops for -c commands when stdout is not a tty. * Avoid infinite loops during history loads when merging, print a better error for errors during history load. * PR/88: Preserve empty arguments in :q * PR/94: Small apple issues (SAVESIGVEC, HOSTTYPE) * PR/81: Fix range matching issue where we were comparing with the
Comments 0