| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: tcsh | Distribution: SUSE Linux Enterprise 15 |
| Version: 6.20.00 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 4.15.1 | Build date: Tue Apr 13 05:14:34 2021 |
| Group: System/Shells | Build host: nebbiolo |
| Size: 755461 | Source RPM: tcsh-6.20.00-4.15.1.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: http://www.tcsh.org/ | |
| Summary: 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.
BSD-3-Clause
* Wed Apr 07 2021 werner@suse.de
- Add patch tcsh-6.20.00-toolong.patch which is an upstream commit
ported back to 6.20.00 to fix bsc#1179316 about history file growing
* Thu May 07 2020 werner@suse.de
- Better support of Midnight Commander (bsc#1170527)
* Do avoid locked mc/tcsh pair each waiting on the other
* Mon Oct 14 2019 werner@suse.de
- Fix patch tcsh-6.18.01-history-stderror-jmp.patch to avoid
breaks in sourcing standard system files (boo#1153839)
* Thu Sep 26 2019 werner@suse.de
- Add patch tcsh-6.18.01-history-stderror-jmp.patch to restore
cleanup routines in case of an error (bsc#1151630)
* Thu May 09 2019 werner@suse.de
- Modify patch tcsh-6.20.00-postcmd.patch to switch over to the
fix in latest tcsh-6.21.00 (bsc#1129112)
* Tue Apr 09 2019 werner@suse.de
- Add patch tcsh-6.20.00-postcmd.patch as workaround for bsc#1129112
- Modify tcsh-6.20.00.dif to fix sed syntax for test case lexical.at
* Wed Jul 19 2017 werner@suse.de
- Add patch tcsh-6.20.00-avoid-dotlock-for-fcntl.patch as we are
using fcntl's F_SETLKW patches for locking therefore avoid dot
file locking without holding a file descriptor as otherwise we
migth not be able to open the history file after a crash or if
a killall had been used during reboot.
* Fri Jun 16 2017 werner@suse.de
- Add patch tcsh-closem.patch to fix a long standing misbehaviour
of upstram tcsh whic his that it close sockets which do not
belong to it (bsc#1028864)
* Fri Apr 28 2017 werner@suse.de
- Add patch tcsh-6.20.00-8bit-cmdkeys.patch
Do not convert current used control bytes into wide characters
- Extend bindkey.tcsh with 8-bit controls key escape sequences
* Thu Jan 19 2017 werner@suse.de
- Remove -L option on screen call dues API change, now we depend
on environment variables only.
* Wed Dec 07 2016 werner@suse.de
- Add patch tcsh-6.20-ptr-update.patch from mailing list to correct
updating pointers to a reallocated buffer of of linked list elements
- Remove --hash-size options as there is no any change in the final
binary nor library anymore
* Thu Dec 01 2016 werner@suse.de
- Add patch tcsh-6.20-rmstar.patch from mailing list to restore
the correct behaviour of `rm *' if rmstar is set
* Fri Nov 25 2016 werner@suse.de
- 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
tcsh-6.18.03-history-file-locking.patch
tcsh-6.19.00-history-file-locking-order.patch
* Fri Aug 12 2016 werner@suse.de
- Add patch tcsh-6.19.00-history-file-locking-order.patch
Make a copy of the file descriptor of the history file to be
able not only to lock but also unlock this file (bsc#992577)
* Mon Apr 04 2016 schwab@suse.de
- union-wait.patch: don't define BSDWAIT on glibc, future versions will
remove support for union wait.
* Wed Mar 30 2016 werner@suse.de
- Update to tcsh bug fix version V6.19
* Mainly a bug fix release (after 3 years) with few new features:
1. new cdtohome variable
2. locking in history files
3. history speedups.
* Mon May 11 2015 werner@suse.de
- Update tcsh to patch level 6.18.05 - 20150510
* fix reseting when interrupted inside an eval "eval sleep 10^C"
(paulo.cesar.pereira.de.andrade)
* rename handle_intr -> handle_interrupt as originally intended.
fix input tests that need stdin on a tty
* Tue May 05 2015 werner@suse.de
- Update tcsh to patch level 6.18.04 - 20150504
* revert fix echo "\1", it is incorrect.
* revert fix to PR/437, breaks short strings.
* Mon May 04 2015 werner@suse.de
- Update tcsh to patch level 6.18.03 - 20150503
* PR/437: Nakajima Akira: Fix segmentation fault reading input files
* PR/291: Print job status messages to stderr.
* Fridolin Pokorny NUL in `` does not mean EOF.
* Pavel Raiskup fix hang with:
while (1)
( date & ; wait )
end
* Add cdtohome special variable (Martin Tournoij)
* Fix root prompt char for windows (Corinna Vinschen)
* For "next" completion matches only consider exact matches of the
previous word (Jamie Landeg-Jones)
* Fix echo "\1" for echo_style=both where the first character was
not processed properly (Gary Duzan)
- Remove patches now upstream
* tcsh-6.18.01-blk_buf.patch
* tcsh-6.18.01-metakey.patch
- Rename patches
tcsh-6.17.03-colorls.dif becomes tcsh-6.18.03-colorls.dif
tcsh-6.17.10-catalogs.dif becomes tcsh-6.18.03-catalogs.dif
tcsh-6.18.00-history-file-locking.patch becomes tcsh-6.18.03-history-file-locking.patch
tcsh-6.18.01-history-merge.dif becomes tcsh-6.18.03-history-merge.dif
tcsh-6.18.00.dif becomes tcsh-6.18.03.dif
* Fri Jan 30 2015 werner@suse.de
- Enable tcsh checks but be aware that this can not be done in parallel
- Backup tcsh-6.15.00-blanks.dif away before update a working copy
* Thu Jan 15 2015 tchvatal@suse.com
- Cleanup with spec-cleaner to order header data
- Use %lang_package macro to remove redundant stuff
- Drop unused patch tcsh-6.15.00-blanks.dif
- Run make with more threads
- Move the commented check to check section to silence rpmlint
* Tue Jan 13 2015 werner@suse.de
- Add patch tcsh-6.18.00-history-file-locking.patch for bsc#901076
Cluster switch does not started completely packages on other node
- Modified patch tcsh-6.18.01-history-merge.dif to fit with former
/bin/csh /bin/tcsh /etc/profile.d/bindkey.tcsh /etc/profile.d/complete.tcsh /usr/bin/csh /usr/bin/tcsh /usr/share/doc/packages/tcsh /usr/share/doc/packages/tcsh/FAQ.tcsh /usr/share/man/man1/csh.1.gz /usr/share/man/man1/tcsh.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 20:17:30 2026