Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually fix pty detection for autologout setting. | ru | 2008-10-20 | 2 | -2/+2 |
| | | | | (The fix has been submitted upstream.) | ||||
* | tcsh: fix abort in cleanup_until(), caused by internal xgetpass() | keramida | 2008-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The xgetpass() function pushes a cleanup entry for &osa, but then attempts to flush the stack until an entry matching &sa. The two object pointers do not match, so the stack is popped too much, and then cleanup_until calls abort() when it unexpectedly hits the bottom of the cleanup stack. Reported by: Paul B. Mahol, onemda at gmail.com, Pietro Cerutti, gahr at gahr.ch PR: bin/124191 Reviewed by: mp, kris MFC after: 2 days | ||||
* | This commit was generated by cvs2svn to compensate for changes in r177128, | delphij | 2008-03-12 | 1 | -1/+2 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Reapply a bugfix that was done as sh.lex.c,v 1.1.1.8 | delphij | 2008-03-12 | 1 | -1/+2 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r172668, | mp | 2007-10-15 | 1 | -2/+1 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import two vendor fixes from tcsh-6.15.01 for MFC to 7.0. The fixes are: | mp | 2007-10-15 | 1 | -2/+1 |
| | | | | | | | | | | | | | | - Fix pty detection for autologout setting - kill `foo` got stuck because sigchld was disabled too soon Requested by: re | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r172665, | mp | 2007-10-15 | 3 | -10/+9 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import two vendor fixes from tcsh-6.15.01 for MFC to 7.0. The fixes are: | mp | 2007-10-15 | 3 | -10/+9 |
| | | | | | | | | | | | | | | - Fix pty detection for autologout setting - kill `foo` got stuck because sigchld was disabled too soon Requested by: re | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r168305, | mp | 2007-04-03 | 1 | -1/+2 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import vendor patch to fix postcmd regression in tcsh-6.15.00. | mp | 2007-04-03 | 1 | -1/+2 |
| | | |||||
* | | Build updates for tcsh-6.15.00 import. | mp | 2007-03-11 | 2 | -3/+4 |
| | | | | | | | | | | | | Reviewed by: ume Reminded by: Divacky Roman MFC after: 1 week | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r167465, | mp | 2007-03-11 | 446 | -12180/+10718 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of tcsh-6.15.00 | mp | 2007-03-11 | 446 | -12180/+10718 |
| | | |||||
* | | Remove the nls/*/charset files to the exclude list. These files | ume | 2006-03-16 | 1 | -1/+0 |
| | | | | | | | | are required for NLS catalog support. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r155832, | ume | 2006-02-19 | 12 | -0/+36 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import required files to enable use of libiconv from tcsh-6.14.00. | ume | 2006-02-19 | 12 | -0/+36 |
| | | | | | | | | Reviewed by: arch (no objection) | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r145479, | mp | 2005-04-24 | 90 | -4169/+9586 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of tcsh-6.14.00 | mp | 2005-04-24 | 90 | -4169/+9586 |
| | | |||||
* | | Add the nls/*/charset files to the exclude list. These files are not needed | mp | 2004-07-11 | 1 | -0/+1 |
| | | | | | | | | and only provide comments in the text NLS files. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r131962, | mp | 2004-07-11 | 67 | -1489/+4975 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of tcsh-6.13.00 | mp | 2004-07-11 | 67 | -1489/+4975 |
| | | |||||
* | | Document upgrade procedure. | mp | 2002-07-24 | 2 | -0/+21 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r100616, | mp | 2002-07-24 | 151 | -1871/+2531 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of tcsh-6.12.00 | mp | 2002-07-24 | 151 | -1871/+2531 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r90446, | mp | 2002-02-10 | 2 | -7/+27 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | - Add support for autodetection of *.euc?? and *.EUC locales. | mp | 2002-02-10 | 2 | -7/+27 |
| | | | | | | | | | | | | | | | | | | | | | | - ja_JP.eucJP, ja_JP.EUC - ko_KR.eucKR, ko_KR.EUC - zn_CN.eucCN, zn_CN.EUC - Add support for zh_TW.Big5 - Add ja_JP.Shift_JIS alias for ja_JP.SJIS Submitted by: phantom Approved by: Christos Zoulas <cristos@zoulas.com> - TCSH maintainer | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r83098, | mp | 2001-09-05 | 153 | -983/+4219 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import tcsh-6.11 | mp | 2001-09-05 | 153 | -983/+4219 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r73393, | kris | 2001-03-03 | 2 | -16/+35 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import vendor fix for buffer overflow in HOME environment variable | kris | 2001-03-03 | 2 | -16/+35 |
| | | |||||
* | | This file not present in 6.10 | ache | 2000-11-30 | 1 | -32/+0 |
|/ | |||||
* | Initial import of slightly trimmed tcsh 6.10 | ache | 2000-11-30 | 96 | -758/+6229 |
| | |||||
* | Import vendor fix for insecure temporary filename creation with the | kris | 2000-11-04 | 1 | -7/+19 |
| | | | | '<<' operator, reported on bugtraq by proton <proton@ENERGYMECH.NET> | ||||
* | Offical fixes to allow longer lines in the history and tweak expand_lex() | obrien | 2000-06-10 | 4 | -23/+30 |
| | | | | useage. | ||||
* | Offical fixes to quiet compiler warnings. | obrien | 2000-06-10 | 2 | -5/+7 |
| | |||||
* | Offical fixes to the history and I18N bugs ache found. | obrien | 2000-06-10 | 2 | -7/+19 |
| | |||||
* | Offical fixes to the history and I18N bugs ache found. | obrien | 2000-06-10 | 8 | -52/+131 |
| | |||||
* | history fix | obrien | 2000-05-02 | 1 | -2/+2 |
| | | | | Submitted by: ache (forwarded to Christos Zoulas where fix was agreed to) | ||||
* | This fix from christos@zoulas.com (Christos Zoulas) based on ache's | obrien | 2000-04-20 | 1 | -17/+28 |
| | | | | | ports/shells/tcsh/patches/patch-ac fixes the problem with 8-bit characters not highlighting properly. | ||||
* | 6.09.01 vendor update. | obrien | 2000-04-20 | 58 | -450/+1388 |
| | |||||
* | Import the latest version of the 44BSD C-shell -- tcsh-6.09. | obrien | 2000-04-15 | 299 | -0/+78108 |