summaryrefslogtreecommitdiffstats
path: root/bin/csh/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Update to tcsh 6.18.01.mp2012-02-221-23/+58
|
* Let csh(1) use utmpx instead of utmp.ed2010-01-131-5/+5
| | | | | | | | | 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-0/+3
| | | | | | used instead of the system malloc. Submitted by: ume
* Build updates for tcsh-6.15.00 import.mp2007-03-111-10/+38
| | | | | | Reviewed by: ume Reminded by: Divacky Roman MFC after: 1 week
* Enable NLS catalog of csh(1).ume2006-02-191-0/+4
| | | | | | | | | | | | | The tcsh 6.14 uses libiconv to convert catalogs to appropriate charset dynamically. However, we don't have libiconv in our tree. So, I made some hack to load libiconv dynamically. If libiconv is available, you can use catalogs for more locales than the locales which catalog is actually installed. To use this feature, you need to symlink catalogs to appropriate locales. You can do this by installing ports/shells/tcsh_nls. Reviewed by: arch (no objection) MFC after: 1 week
* Define HAVE_STRUCT_UTMP_UT_HOST in order for the REMOTEHOST environmentmp2005-05-041-1/+1
| | | | | | | | | | variable to show up correctly. Note: This is really a bug with the stock tcsh configure.in script not including <sys/types.h> before <utmp.h>. But, since config.h is maintained separate from the contrib sources, this is the correct fix. Noticed by: ache
* Add the config.h resulting from running the configure script.mp2005-04-241-164/+203
| | | | | Note: the contents of this file has changed between 6.13 and 6.14. The old contents of this file has been repocopied to config_p.h.
* 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