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 | 0000025396 24.8 KB | |
complete.tcsh | 0000039814 38.9 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 | 0000019353 18.9 KB | |
tcsh-6.18.03-history-merge.dif | 0000001865 1.82 KB | |
tcsh-6.19.00-history-file-locking-order.patch | 0000002584 2.52 KB | |
tcsh-6.20-rmstar.patch | 0000001108 1.08 KB | |
tcsh-6.20.00.dif | 0000006588 6.43 KB | |
tcsh-6.20.00.tar.gz | 0001001696 978 KB | |
tcsh.changes | 0000031877 31.1 KB | |
tcsh.spec | 0000006294 6.15 KB |
Revision 58 (latest revision is 100)
Dominique Leuenberger (dimstar_suse)
accepted
request 443022
from
Dr. Werner Fink (WernerFink)
(revision 58)
- Add patch tcsh-6.20-rmstar.patch from mailing list to restore the correct behaviour of `rm *' if rmstar is set - Update to tcsh bug fix version V6.20.00 - 20161124 * Don't resize the screen if it did not change size. * restore file description when cleaning up after eval: repeat 99 time * PR/572: Fix $SHLVL issue when exec'ing subshells. * PR/403: Fix backquote expansion for multi-byte character sets. * Fix drawing issu with multi-line prompt (Kensuke Iwahashi/David Kaspar) * always send prusage to stdout. * PR/526: Fix double \\ printing from previous fix in history expansion. * Android updates from Corinna Vinschen * PR/526: Quote backslashes properly so they can be preserved in `` expansions * Fix memory leak for paraml * Add notempty and ask values for the noclobber setting (Martin Tournoij) * more correct $wordchars for vimode (Luke Mewburn) * expose VImode in $vimode (Luke Mewburn) * display what the compiled in editor is in bindkey -d (Luke Mewburn) * run-fg-editor improvements and documentation (Luke Mewburn) * Fix parsing of 'if (cond)then' (Fridolin Pokorny) * PR/437: Fix handling of invalid unicode characters. * PR/451: Fix error messages containing %c to be always '%c' - Rename patch tcsh-6.18.03.dif which becomes tcsh-6.20.00.dif now - Drop patch union-wait.patch as now upstream - Modify patches tcsh-6.15.00-pipe.dif tcsh-6.17.06-dspmbyte.dif tcsh-6.18.03-colorls.dif
Comments 0