aboutsummaryrefslogtreecommitdiff
path: root/bin/csh
Commit message (Collapse)AuthorAgeFilesLines
* Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allowMark Peek2005-09-221-0/+1
| | | | | | | | | ports builds in the cluster to work correctly. Tested by: kris Notes: svn path=/head/; revision=150479
* Don't install examples of NO_EXAMPLESPoul-Henning Kamp2005-08-031-0/+2
| | | | Notes: svn path=/head/; revision=148673
* Spell "background" correctly.Giorgos Keramidas2005-07-281-5/+5
| | | | Notes: svn path=/head/; revision=148478
* Define HAVE_STRUCT_UTMP_UT_HOST in order for the REMOTEHOST environmentMark Peek2005-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 Notes: svn path=/head/; revision=145887
* Add in FreeBSD specific options for tcsh 6.14.Mark Peek2005-04-241-53/+11
| | | | Notes: svn path=/head/; revision=145483
* Add the config.h resulting from running the configure script.Mark Peek2005-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. Notes: svn path=/head/; revision=145482
* Add new file (tc.nls.c) to the build.Mark Peek2005-04-241-1/+1
| | | | Notes: svn path=/head/; revision=145481
* Fix typoAlexey Zelkin2005-02-272-2/+2
| | | | Notes: svn path=/head/; revision=142677
* Use LC_MESSAGES locale category instead of value of LANG environment variableAlexey Zelkin2005-02-012-0/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=141096
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-107-0/+7
| | | | Notes: svn path=/head/; revision=139969
* KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution.Mark Peek2004-07-112-24/+34
| | | | Notes: svn path=/head/; revision=131966
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-068-32/+0
| | | | | | | OK'ed by: imp, core Notes: svn path=/head/; revision=127958
* style.Makefile:Johan Karlsson2004-02-231-1/+1
| | | | | | | Use WARNS?= instead of WARNS= Notes: svn path=/head/; revision=126173
* Temporarily turn off -Werror for these components.Alexander Kabaev2003-07-111-1/+1
| | | | Notes: svn path=/head/; revision=117423
* Tweak a couple of utilities so they compile cleanly for /rescue. MostlyGordon Tetlow2003-06-291-0/+4
| | | | | | | | | path fixes. Submitted by: Tim Kientzle <kientzle@acm.org> Notes: svn path=/head/; revision=117036
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-1/+1
| | | | | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386 Notes: svn path=/head/; revision=116282
* UseJun Kuriyama2003-06-061-1/+1
| | | | | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde Notes: svn path=/head/; revision=115898
* Make this WARNS=1 as that is all we can do with GCC 3.3 -- too manyDavid E. O'Brien2003-05-021-0/+1
| | | | | | | sized/unsigned comparisons. Notes: svn path=/head/; revision=114510
* Remove another unused doc Makefile.Tom Rhodes2003-02-041-8/+0
| | | | Notes: svn path=/head/; revision=110348
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-302-240/+240
| | | | | | | Add FreeBSD Id tag where missing. Notes: svn path=/head/; revision=108470
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-211-1/+1
| | | | Notes: svn path=/head/; revision=102230
* Remove WARNS and WFORMAT overrides.Mark Peek2002-07-241-2/+0
| | | | Notes: svn path=/head/; revision=100640
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.Ruslan Ermilov2002-07-022-35/+28
| | | | | | | | | | | | | | | Provided the (previously missing) dependency on source files for intermediate .msg files. Provided the default for NLSSRCDIR (defaults to .CURDIR). Slightly changed the API: NLS should now list plain locale names, without the .msg suffix. When included from bsd.prog.mk, NLSNAME defaults to PROG. Notes: svn path=/head/; revision=99257
* Use NLSLINKS to setup symbolic links in NLS areaAlexey Zelkin2002-03-041-27/+10
| | | | Notes: svn path=/head/; revision=91633
* This file is not used anymoreAlexey Zelkin2002-03-041-17/+0
| | | | Notes: svn path=/head/; revision=91629
* Use bsd.nls.mk for building/installing NLS filesAlexey Zelkin2002-03-0411-185/+48
| | | | | | | XXX: links handling simplify Notes: svn path=/head/; revision=91627
* Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.Mark Peek2002-02-121-0/+3
| | | | | | | | | PR: misc/34800 (from Steven Grady) Submitted by: phantom (patch) MFC after: 3 days Notes: svn path=/head/; revision=90559
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-0/+1
| | | | | | | Tested on i386 and alpha. Notes: svn path=/head/; revision=90166
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-0/+1
| | | | | | | | | set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87323
* Enable BSD style color ls support.Mark Peek2001-09-052-0/+2
| | | | | | | | PR: 23161 Submitted by: Anand Ranganathan <anand@blandings.com> Notes: svn path=/head/; revision=83121
* Update to the tcsh-6.11 version.Mark Peek2001-09-051-4/+12
| | | | | | | | | This file could be removed as the alpha changes have been incorporated into the base release. However, it is probably best to leave this here since there are additional FreeBSD architectures in the pipeline that should be added. Notes: svn path=/head/; revision=83116
* Add new tcsh-6.11 NLS sets for Estonian and Russian.Mark Peek2001-09-053-1/+33
| | | | | | | (Polish was also included in tcsh-6.11 but the set1 and set3 files are broken) Notes: svn path=/head/; revision=83101
* Remove whitespace at EOL.Dima Dorfman2001-07-153-22/+22
| | | | Notes: svn path=/head/; revision=79754
* Use new locale namesAndrey A. Chernov2001-06-107-15/+15
| | | | Notes: svn path=/head/; revision=77987
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+0
| | | | Notes: svn path=/head/; revision=74845
* DIS -> ISOAndrey A. Chernov2001-03-175-7/+7
| | | | Notes: svn path=/head/; revision=74397
* Revert this file back to how it was in the STABLE branch, this means:Jeroen Ruigrok van der Werven2001-03-051-1/+1
| | | | | | | put greek and ja in the correct alphabetical place in the SUBDIR line. Notes: svn path=/head/; revision=73640
* Activate Greek message catalogAndrey A. Chernov2001-01-171-4/+1
| | | | Notes: svn path=/head/; revision=71169
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereDavid E. O'Brien2000-12-051-1/+1
| | | | | | | generated files land. Also give precedence to generated files. Notes: svn path=/head/; revision=69640
* Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install pathAndrey A. Chernov2000-12-031-1/+3
| | | | | | | Add gethost to build-tools to help cross-building Notes: svn path=/head/; revision=69551
* Fix a "#ifdef" where a comparison operator was used.David E. O'Brien2000-12-012-2/+2
| | | | | | | GCC 2.96 does not like this. Notes: svn path=/head/; revision=69476
* Upgrade to 6.10Andrey A. Chernov2000-11-305-2716/+1167
| | | | Notes: svn path=/head/; revision=69415
* Eliminate groff(1) warnings.Ruslan Ermilov2000-11-271-1/+1
| | | | Notes: svn path=/head/; revision=69262
* restore tabs lost from prev commitAndrey A. Chernov2000-07-071-2/+2
| | | | | | | Asked-by: bde Notes: svn path=/head/; revision=62759
* curses -> termcap, mainly for purity and to indicate which functions familyAndrey A. Chernov2000-07-061-2/+2
| | | | | | | really used Notes: svn path=/head/; revision=62692
* Activate Japanese NLS and KANJI supportAndrey A. Chernov2000-06-114-12/+1
| | | | Notes: svn path=/head/; revision=61535
* In its current state, this file is no longer needed.David E. O'Brien2000-05-151-2220/+0
| | | | Notes: svn path=/head/; revision=60611
* Don't forget to clean csh.1.Bruce Evans2000-05-151-6/+6
| | | | | | | Fixed some style bugs. Notes: svn path=/head/; revision=60599
* Install a manual page for `tcsh(1)', for completeness.Joseph Koshy2000-05-051-0/+1
| | | | | | | Approved by: obrien Notes: svn path=/head/; revision=60029
* Activate ja nls if WANT_KANJIAndrey A. Chernov2000-04-249-42/+21
| | | | | | | | Fix 'make release' Suppress 'make distribute' Notes: svn path=/head/; revision=59581