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
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/tcsh && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bindkey.tcsh | 0000029952 29.3 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.18.03-history-file-locking.patch | 0000019420 19 KB | |
tcsh-6.18.03-history-merge.dif | 0000001863 1.82 KB | |
tcsh-6.19.00-history-file-locking-order.patch | 0000002584 2.52 KB | |
tcsh-6.20.00-avoid-dotlock-for-fcntl.patch | 0000000868 868 Bytes | |
tcsh-6.21.00.dif | 0000005495 5.37 KB | |
tcsh-6.21.00.tar.gz | 0001001909 978 KB | |
tcsh.changes | 0000035175 34.4 KB | |
tcsh.spec | 0000006531 6.38 KB |
Revision 63 (latest revision is 100)
Dominique Leuenberger (dimstar_suse)
accepted
request 701745
from
Dr. Werner Fink (WernerFink)
(revision 63)
- Update to tcsh bug fix version V6.21.00 - 20190508 *. Abort history loading on words and lines too long https://bugzilla.redhat.com/show_bug.cgi?id=1598502 * Introduce GetCmdChar() to avoid open coding array access. * make closem() not close sockets so as not to affect nss_ldap. tcsh never creates sockets so that's ok (Miloslav Trmac) * Make rmstar work with aliased rm * convert match() from recursive to backtracking. * Handle 8 bit characters in bindkey (Werner Fink) * Look for tgetent in libtinfo as well (Werner Fink) * Don't play pointer tricks that are undefined in modern c (Brooks Davis) * Fix out of bounds read (Brooks Davis) * Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar) * Delay arginp parsing - Drop patches now upstream * tcsh-6.20-ptr-update.patch * tcsh-6.20-rmstar.patch * tcsh-6.20.00-8bit-cmdkeys.patch * tcsh-6.20.00-postcmd.patch * tcsh-closem.patch - Port patches * tcsh-6.15.00-pipe.dif * tcsh-6.16.00-norm-cmd.dif * tcsh-6.17.06-dspmbyte.dif * tcsh-6.18.03-catalogs.dif * tcsh-6.18.03-colorls.dif * tcsh-6.18.03-history-file-locking.patch * tcsh-6.18.03-history-merge.dif * tcsh-6.19.00-history-file-locking-order.patch * tcsh-6.20.00-avoid-dotlock-for-fcntl.patch
Comments 0