History log of /freebsd-9.3-release/bin/csh/config_p.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 232633 06-Mar-2012 mp

MFC r231990

Update to tcsh 6.18.01


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 202190 13-Jan-2010 ed

Let csh(1) use utmpx instead of utmp.

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


# 169626 16-May-2007 mp

Work around a vendor issue that was causing the builtin malloc to be
used instead of the system malloc.

Submitted by: ume


# 167469 11-Mar-2007 mp

Build updates for tcsh-6.15.00 import.

Reviewed by: ume
Reminded by: Divacky Roman
MFC after: 1 week


# 150479 22-Sep-2005 mp

Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow
ports builds in the cluster to work correctly.

Tested by: kris


# 145483 24-Apr-2005 mp

Add in FreeBSD specific options for tcsh 6.14.


# 142677 27-Feb-2005 phantom

Fix typo


# 141096 01-Feb-2005 phantom

Use LC_MESSAGES locale category instead of value of LANG environment variable
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


# 131966 11-Jul-2004 mp

KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution.


# 83121 05-Sep-2001 mp

Enable BSD style color ls support.

PR: 23161
Submitted by: Anand Ranganathan <anand@blandings.com>


# 69476 01-Dec-2000 obrien

Fix a "#ifdef" where a comparison operator was used.
GCC 2.96 does not like this.


# 61535 11-Jun-2000 ache

Activate Japanese NLS and KANJI support


# 59575 23-Apr-2000 obrien

MBYTEDEBUG not needed for "WANT_KANJI"

Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>


# 59471 21-Apr-2000 obrien

Until it's impact is better understood, only active KANJI/DSPMBYTE/MBYTEDEBUG
if "WANT_KANJI" is defined in /etc/make.conf.

Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>


# 59394 19-Apr-2000 obrien

Use our system malloc().


# 59355 18-Apr-2000 obrien

Upgrade csh.