obrien
81f987433a
Change the spelling of .' to
.' from .OBJDIR since `.' really is where
...
generated files land. Also give precedence to generated files.
2000-12-05 22:10:43 +00:00
ache
82923f0113
Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install path
...
Add gethost to build-tools to help cross-building
2000-12-03 16:28:56 +00:00
obrien
5a4665ef57
Fix a "#ifdef" where a comparison operator was used.
...
GCC 2.96 does not like this.
2000-12-01 12:29:00 +00:00
ache
a82cf6229f
Upgrade to 6.10
2000-11-30 21:38:37 +00:00
ru
3c3e137d0d
Eliminate groff(1) warnings.
2000-11-27 08:50:56 +00:00
ache
64c50a727c
restore tabs lost from prev commit
...
Asked-by: bde
2000-07-07 08:27:59 +00:00
ache
fe87131f45
curses -> termcap, mainly for purity and to indicate which functions family
...
really used
2000-07-06 22:05:41 +00:00
ache
33a9fbbc76
Activate Japanese NLS and KANJI support
2000-06-11 03:26:08 +00:00
obrien
5b76cb9de0
In its current state, this file is no longer needed.
2000-05-15 17:50:38 +00:00
bde
5c36208659
Don't forget to clean csh.1.
...
Fixed some style bugs.
2000-05-15 14:24:32 +00:00
jkoshy
5cfaeab905
Install a manual page for `tcsh(1)', for completeness.
...
Approved by: obrien
2000-05-05 08:12:11 +00:00
ache
524b4d932b
Activate ja nls if WANT_KANJI
...
Fix 'make release'
Suppress 'make distribute'
2000-04-24 08:14:16 +00:00
obrien
693ac85cf0
Pass "WANT_KANJI" from make.conf to the compiler.
2000-04-23 18:08:49 +00:00
obrien
86198ed6c9
MBYTEDEBUG not needed for "WANT_KANJI"
...
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
2000-04-23 18:08:10 +00:00
obrien
fe67f768fb
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>
2000-04-21 18:45:06 +00:00
ache
088861cd52
Fix 'make distribute'
2000-04-21 12:34:41 +00:00
ache
af8fee5cf1
Disable ja NLS until clarifying what needed else to support it
2000-04-21 10:14:09 +00:00
ache
7d473202b3
Activate NLS.
...
Optimize NLS by not wasting space copying the same .cat but use symbolic links
instead.
2000-04-20 08:58:11 +00:00
ache
f99ac9fa4b
Activate finnish set
2000-04-20 07:08:43 +00:00
obrien
44019dcdc4
Add NLS files. Finish and Greek are WIPs.
...
Submitted by: ache
2000-04-20 06:50:23 +00:00
obrien
8068c128fb
Use our system malloc().
2000-04-19 15:15:44 +00:00
obrien
fb1f33928b
Install /bin/tcsh also.
2000-04-19 15:15:19 +00:00
obrien
c17873d359
Upgrade csh.
2000-04-18 07:31:36 +00:00
sheldonh
e3ca50a712
Revert the previous commit. I knew I should leave non-mdoc stuff alone.
2000-03-03 09:53:52 +00:00
sheldonh
c0e8952a50
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
sheldonh
8b9d0d56e2
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 10:43:09 +00:00
unfurl
9945021df6
From the PR:
...
The description of -X option in csh(1) manpage uses a wording
that references the descriptions of -x, -v and -V. This might
be a little confusing. Changed this to a complete description
that does not reference other paragraphs.
PR: 16762
Submitted: Giorgos Keramidas <keramida@ceid.upatras.gr>
2000-02-17 03:40:21 +00:00
unfurl
d3ad67143c
From the PR:
...
The first paragraph of "Argument list processing" says that an
argument of - will make csh be a login shell. However, running
csh with only a - as an argument fails with the error message.
csh(1) corrected to reflect this.
PR: 16754
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2000-02-17 03:23:39 +00:00
green
4899b61a6b
This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for
...
userland. Currently, it can be enforced by login and csh. More
shells supporting sbsize are welcome.
1999-10-09 20:47:59 +00:00
sheldonh
479f480939
Correct some hard sentence breaks. Only those surrounding the previous
...
commit and those which cause ugly nroff output have been fixed, since
the purpose of the style guideline which they contravene is to reduce
the sizes of deltas.
Reported by: bde
1999-09-14 11:46:04 +00:00
phantom
852722152f
Fix SEE ALSO section:
...
. add printenv(1)
. correct reference to "CSH introduction"
Reviewed by: mpp
1999-09-13 19:16:47 +00:00
sheldonh
f106663eef
Improve shell documentation:
...
* Consistently misspell built-in as builtin.
* Add a builtin(1) manpage and create builtin(1) MLINKS for all shell
builtin commands for which no standalone utility exists. These MLINKS
replace those that were created for csh(1).
* Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages,
as well as to the manpages of standalone utilities which are supported
as shell builtin commands in at least one of the shells. In such
manpages, explain that similar functionality may be provided as a
shell builtin command.
* Improve sh(1)'s description of the cd builtin command. Csh(1) already
describes it adequately. Replace the cd(1) manpage with a builtin(1)
MLINKS link.
* Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use
Ic instead of Xr for shell builtin commands.
* Undo English contractions.
Reviewed by: mpp, rgrimes
1999-09-08 15:40:46 +00:00
peter
3b7c52fb9a
$Id$ -> $FreeBSD$
1999-08-27 23:15:48 +00:00
kris
935bd87c22
Various spelling/formatting changes.
...
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
1999-05-08 10:22:15 +00:00
imp
efe79e057e
First set of fixes to keep egcs happy. These include {} around single
...
statement if blocks[*] when the else could be ambiguous, not defaulting
to int type and removal of some unused variables.
[*] This is explicitly allowed by style(9) when the single statement
spans more than one line.
Reviewed by: obrien, chuckr
1999-04-25 21:13:34 +00:00
imp
1b745a154e
Use getcwd in stead of using getwd so that we try harder to avoid
...
overflowing a buffer.
Obtained from: Either OpenBSD or a discussion in bugtraq.
1998-12-16 04:44:32 +00:00
nectar
0f39023431
Document the printf built-in.
1998-07-27 21:31:19 +00:00
nectar
428e532ccc
csh built-in printf now expands arguments. e.g.
...
printf '%d\n' `echo 23`
now works as expected.
PR: bin/2969
Submitted by: Gareth McCaughan <gjm11@dpmms.cam.ac.uk>
1998-07-27 21:15:52 +00:00
imp
807b93df66
Make sure we pass the length - 1 to readlink, since it adds its own
...
NUL at the end of the path.
Inspired by: OpenBSD's changes in this area by theo de raadt
1998-06-09 03:38:43 +00:00
charnier
9442bea514
Restore include of sys/types.h and sys/param.h.
1998-05-13 07:29:15 +00:00
charnier
120edffcab
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
1998-05-06 06:51:42 +00:00
charnier
0a37457aa2
.Sh AUTHOR -> .Sh AUTHORS
...
Use .An/.Aq
1998-03-19 07:26:37 +00:00
jraynard
6ed23116d6
Don't assume sigset_t and int are equivalent.
1998-02-28 10:50:02 +00:00
steve
84be8ea54e
setpwent now has a void return type, so remove the now bogus cast.
1998-02-01 17:11:07 +00:00
eivind
c4ec46a145
Remove simultaneous include of <sys/param.h> and <sys/types.h>.
...
Reorder includes to be alphabetical some places since I already was in
here.
1997-12-10 22:18:54 +00:00
eivind
26df0a19cb
save errno in sigchld handler
...
Obtained from: Theo deRaadt <theo@openbsd.org> (OpenBSD rev 1.6)
1997-10-07 16:43:16 +00:00
eivind
744cd933d8
vsprintf -> vnsprintf paranoia.
...
Obtained from: Todd Miller <millert@openbsd.org> (OpenBSD rev 1.3)
1997-10-07 16:33:22 +00:00
eivind
8410f47438
Don't honor $HOME if >= MAXPATHLEN
...
Obtained from: Todd Miller <millert@openbsd.org> (OpenBSD csh.c rev 1.3 and 1.4)
1997-10-07 16:27:48 +00:00
steve
01a5cf81b2
More minor nits (mostly using memove instead of memcpy).
1997-08-08 00:54:05 +00:00
steve
585db0146c
More $@ -> ${.TARGET} that I missed earlier.
1997-08-08 00:49:25 +00:00