summaryrefslogtreecommitdiff
path: root/bin/csh
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-071-161/+0
| | | | Notes: svn path=/releng/5.2/; revision=123193
* 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
* Pass "WANT_KANJI" from make.conf to the compiler.David E. O'Brien2000-04-231-1/+4
| | | | Notes: svn path=/head/; revision=59576
* MBYTEDEBUG not needed for "WANT_KANJI"David E. O'Brien2000-04-232-2/+0
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=59575
* Until it's impact is better understood, only active KANJI/DSPMBYTE/MBYTEDEBUGDavid E. O'Brien2000-04-212-0/+12
| | | | | | | | | if "WANT_KANJI" is defined in /etc/make.conf. Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=59471
* Fix 'make distribute'Andrey A. Chernov2000-04-217-33/+19
| | | | Notes: svn path=/head/; revision=59462
* Disable ja NLS until clarifying what needed else to support itAndrey A. Chernov2000-04-211-1/+4
| | | | Notes: svn path=/head/; revision=59461
* Activate NLS.Andrey A. Chernov2000-04-208-31/+38
| | | | | | | | Optimize NLS by not wasting space copying the same .cat but use symbolic links instead. Notes: svn path=/head/; revision=59432
* Activate finnish setAndrey A. Chernov2000-04-202-4/+4
| | | | Notes: svn path=/head/; revision=59425
* Add NLS files. Finish and Greek are WIPs.David E. O'Brien2000-04-209-0/+190
| | | | | | | Submitted by: ache Notes: svn path=/head/; revision=59424
* Use our system malloc().David E. O'Brien2000-04-192-0/+8
| | | | Notes: svn path=/head/; revision=59394
* Install /bin/tcsh also.David E. O'Brien2000-04-191-0/+2
| | | | Notes: svn path=/head/; revision=59393
* Upgrade csh.David E. O'Brien2000-04-1832-16873/+3059
| | | | Notes: svn path=/head/; revision=59355
* Revert the previous commit. I knew I should leave non-mdoc stuff alone.Sheldon Hearn2000-03-031-2/+1
| | | | Notes: svn path=/head/; revision=57717