summaryrefslogtreecommitdiffstats
path: root/bin/csh/config_p.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC 297673:mp2016-04-101-2/+2
| | | | | | | Revert r296969 by removing SAVESIGVEC and switching to fork instead. This fixes usage with system libraries which maintain their own signal state. PR: 208132
* MFC 296416:mp2016-03-171-0/+1
| | | | | | | | | | Signal handling within tcsh vfork code path will conflict with some system libraries (such as libthr) which maintain their own signal state. This change adds the tcsh SAVESIGVEC option to save and restore the sigvecs for the signals the child modifies before it execs. Reviewed by: kib, rwatson Reported by: kib
* MFC r289677:bdrewery2016-01-071-1/+1
| | | | Fix a ton of speelling errors
* Update to tcsh 6.18.01.mp2012-02-221-3/+0
|
* Let csh(1) use utmpx instead of utmp.ed2010-01-131-0/+1
| | | | | | | | | csh allows you to monitor the utmp(x) file to monitor certain user logins. Unfortunately it needs to directly stat() this file. I don't want to break this module , but eventually it shouldn't do that. The idea of the getutxent(3) API is to hide file access. Approved by: mp
* Work around a vendor issue that was causing the builtin malloc to bemp2007-05-161-2/+0
| | | | | | used instead of the system malloc. Submitted by: ume
* Build updates for tcsh-6.15.00 import.mp2007-03-111-13/+1
| | | | | | Reviewed by: ume Reminded by: Divacky Roman MFC after: 1 week
* Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allowmp2005-09-221-0/+1
| | | | | | ports builds in the cluster to work correctly. Tested by: kris
* Add in FreeBSD specific options for tcsh 6.14.mp2005-04-241-53/+11
|
* Fix typophantom2005-02-271-1/+1
|
* Use LC_MESSAGES locale category instead of value of LANG environment variablephantom2005-02-011-0/+2
| | | | | | | | | while opening of tcsh's message catalog. It gives us more flexibility, and do not change current behaviour (since we call setlocale() here) Submitted by: Rostislav Krasny <rosti_bsd@yahoo.com> PR: bin/76773 MFC After: 3 days
* KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution.mp2004-07-111-12/+17
|
* Enable BSD style color ls support.mp2001-09-051-0/+1
| | | | | PR: 23161 Submitted by: Anand Ranganathan <anand@blandings.com>
* Fix a "#ifdef" where a comparison operator was used.obrien2000-12-011-1/+1
| | | | GCC 2.96 does not like this.
* Activate Japanese NLS and KANJI supportache2000-06-111-2/+0
|
* MBYTEDEBUG not needed for "WANT_KANJI"obrien2000-04-231-1/+0
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Until it's impact is better understood, only active KANJI/DSPMBYTE/MBYTEDEBUGobrien2000-04-211-0/+6
| | | | | | if "WANT_KANJI" is defined in /etc/make.conf. Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Use our system malloc().obrien2000-04-191-0/+4
|
* Upgrade csh.obrien2000-04-181-0/+153
OpenPOWER on IntegriCloud