summaryrefslogtreecommitdiffstats
path: root/bin/csh
Commit message (Collapse)AuthorAgeFilesLines
* KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution.mp2004-07-112-24/+34
|
* Remove clause 3 from the UCB licenses.markm2004-04-068-32/+0
| | | | OK'ed by: imp, core
* style.Makefile:johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=
* Temporarily turn off -Werror for these components.kan2003-07-111-1/+1
|
* Tweak a couple of utilities so they compile cleanly for /rescue. Mostlygordon2003-06-291-0/+4
| | | | | | path fixes. Submitted by: Tim Kientzle <kientzle@acm.org>
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-1/+1
| | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386
* Usekuriyama2003-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
* Make this WARNS=1 as that is all we can do with GCC 3.3 -- too manyobrien2003-05-021-0/+1
| | | | sized/unsigned comparisons.
* Remove another unused doc Makefile.trhodes2003-02-041-8/+0
|
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-240/+240
| | | | Add FreeBSD Id tag where missing.
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-211-1/+1
|
* Remove WARNS and WFORMAT overrides.mp2002-07-241-2/+0
|
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-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.
* Use NLSLINKS to setup symbolic links in NLS areaphantom2002-03-041-27/+10
|
* This file is not used anymorephantom2002-03-041-17/+0
|
* Use bsd.nls.mk for building/installing NLS filesphantom2002-03-0411-185/+48
| | | | XXX: links handling simplify
* Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.mp2002-02-121-0/+3
| | | | | | PR: misc/34800 (from Steven Grady) Submitted by: phantom (patch) MFC after: 3 days
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-041-0/+1
| | | | Tested on i386 and alpha.
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
| | | | | | set WARNS=0. Reviewed by: mike
* Enable BSD style color ls support.mp2001-09-052-0/+2
| | | | | PR: 23161 Submitted by: Anand Ranganathan <anand@blandings.com>
* Update to the tcsh-6.11 version.mp2001-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.
* Add new tcsh-6.11 NLS sets for Estonian and Russian.mp2001-09-053-1/+33
| | | | (Polish was also included in tcsh-6.11 but the set1 and set3 files are broken)
* Remove whitespace at EOL.dd2001-07-153-22/+22
|
* Use new locale namesache2001-06-107-15/+15
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+0
|
* DIS -> ISOache2001-03-175-7/+7
|
* Revert this file back to how it was in the STABLE branch, this means:asmodai2001-03-051-1/+1
| | | | put greek and ja in the correct alphabetical place in the SUBDIR line.
* Activate Greek message catalogache2001-01-171-4/+1
|
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install pathache2000-12-031-1/+3
| | | | Add gethost to build-tools to help cross-building
* Fix a "#ifdef" where a comparison operator was used.obrien2000-12-012-2/+2
| | | | GCC 2.96 does not like this.
* Upgrade to 6.10ache2000-11-305-2716/+1167
|
* Eliminate groff(1) warnings.ru2000-11-271-1/+1
|
* restore tabs lost from prev commitache2000-07-071-2/+2
| | | | Asked-by: bde
* curses -> termcap, mainly for purity and to indicate which functions familyache2000-07-061-2/+2
| | | | really used
* Activate Japanese NLS and KANJI supportache2000-06-114-12/+1
|
* In its current state, this file is no longer needed.obrien2000-05-151-2220/+0
|
* Don't forget to clean csh.1.bde2000-05-151-6/+6
| | | | Fixed some style bugs.
* Install a manual page for `tcsh(1)', for completeness.jkoshy2000-05-051-0/+1
| | | | Approved by: obrien
* Activate ja nls if WANT_KANJIache2000-04-249-42/+21
| | | | | Fix 'make release' Suppress 'make distribute'
* Pass "WANT_KANJI" from make.conf to the compiler.obrien2000-04-231-1/+4
|
* MBYTEDEBUG not needed for "WANT_KANJI"obrien2000-04-232-2/+0
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Until it's impact is better understood, only active KANJI/DSPMBYTE/MBYTEDEBUGobrien2000-04-212-0/+12
| | | | | | if "WANT_KANJI" is defined in /etc/make.conf. Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Fix 'make distribute'ache2000-04-217-33/+19
|
* Disable ja NLS until clarifying what needed else to support itache2000-04-211-1/+4
|
* Activate NLS.ache2000-04-208-31/+38
| | | | | Optimize NLS by not wasting space copying the same .cat but use symbolic links instead.
* Activate finnish setache2000-04-202-4/+4
|
* Add NLS files. Finish and Greek are WIPs.obrien2000-04-209-0/+190
| | | | Submitted by: ache
* Use our system malloc().obrien2000-04-192-0/+8
|
* Install /bin/tcsh also.obrien2000-04-191-0/+2
|
OpenPOWER on IntegriCloud