| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 23161
Submitted by: Anand Ranganathan <anand@blandings.com>
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
(Polish was also included in tcsh-6.11 but the set1 and set3 files are broken)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
put greek and ja in the correct alphabetical place in the SUBDIR line.
|
| |
|
|
|
|
| |
generated files land. Also give precedence to generated files.
|
|
|
|
| |
Add gethost to build-tools to help cross-building
|
|
|
|
| |
GCC 2.96 does not like this.
|
| |
|
| |
|
|
|
|
| |
Asked-by: bde
|
|
|
|
| |
really used
|
| |
|
| |
|
|
|
|
| |
Fixed some style bugs.
|
|
|
|
| |
Approved by: obrien
|
|
|
|
|
| |
Fix 'make release'
Suppress 'make distribute'
|
| |
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
|
|
|
|
|
|
| |
if "WANT_KANJI" is defined in /etc/make.conf.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
|
| |
|
| |
|
|
|
|
|
| |
Optimize NLS by not wasting space copying the same .cat but use symbolic links
instead.
|
| |
|
|
|
|
| |
Submitted by: ache
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
userland. Currently, it can be enforced by login and csh. More
shells supporting sbsize are welcome.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
. add printenv(1)
. correct reference to "CSH introduction"
Reviewed by: mpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
overflowing a buffer.
Obtained from: Either OpenBSD or a discussion in bugtraq.
|
| |
|
|
|
|
|
|
|
| |
printf '%d\n' `echo 23`
now works as expected.
PR: bin/2969
Submitted by: Gareth McCaughan <gjm11@dpmms.cam.ac.uk>
|
|
|
|
|
| |
NUL at the end of the path.
Inspired by: OpenBSD's changes in this area by theo de raadt
|
| |
|
| |
|