History log of /freebsd/share/man/man1/builtin.1 (Results 51 – 71 of 71)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/5.4.0_cvs, release/5.4.0
# 0439a1cb 23-Feb-2005 Tom Rhodes <trhodes@FreeBSD.org>

Update list of utilitys which are implemented externally, Xref info.1,
clean up some text, bump doc date.

PR: 47690
Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)


# 6b806d21 09-Feb-2005 Ruslan Ermilov <ru@FreeBSD.org>

Fixed the misplaced $FreeBSD$.


Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2
# 8030ad18 23-Jul-2002 Tim J. Robbins <tjr@FreeBSD.org>

Mention the new bind(1) sh builtin.


Revision tags: release/4.6.1
# 5098ee79 17-Jul-2002 Sheldon Hearn <sheldonh@FreeBSD.org>

One external utility was ommitted in the previous delta:

alias


# 8b98c6bf 17-Jul-2002 Sheldon Hearn <sheldonh@FreeBSD.org>

The following builtins are now available as external commands as well:

bg
cd
command
fc
fg
getopts
jobs
read
umask
unalias

The following builtins are now available as external commands as well:

bg
cd
command
fc
fg
getopts
jobs
read
umask
unalias
wait

show more ...


Revision tags: release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs
# 018d9f62 20-Nov-2001 Akinori MUSHA <knu@FreeBSD.org>

Remove the printf builtin command from sh(1), which command is not
used so often that it's worth keeping it as a builtin.

Now that all the printf invocations from within the system startup
scripts,

Remove the printf builtin command from sh(1), which command is not
used so often that it's worth keeping it as a builtin.

Now that all the printf invocations from within the system startup
scripts, we can safely remove it.

Urged by: sheldonh :)

No MFC is planned so far because it may break compatibility and
violate POLA.

show more ...


# 80f5a425 20-Nov-2001 Akinori MUSHA <knu@FreeBSD.org>

Add false(1), test(1) and true(1) cross-references.

Pointed out by: sheldonh


# d90c5c4a 17-Nov-2001 Akinori MUSHA <knu@FreeBSD.org>

Make test(1) a builtin command of our sh(1) for efficiency. The
binary size increase is 3,784 bytes (about 0.6%).

I don't drop the printf builtin while I'm here because some /etc/rc.*
scripts seem

Make test(1) a builtin command of our sh(1) for efficiency. The
binary size increase is 3,784 bytes (about 0.6%).

I don't drop the printf builtin while I'm here because some /etc/rc.*
scripts seem to use it before mounting /usr where printf(1) resides.

Reviewed by: arch (sheldonh)
Inspired by: NetBSD, ksh
Clued by: ume (on how the printf builtin is used)

show more ...


# 6575e6da 08-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: expand plain text xrefs.


# c1f3e4bf 14-Jul-2001 Jens Schweikhardt <schweikh@FreeBSD.org>

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...

Reviewed by: Silence from cvs diff -b
MFC after: 7 days

show more ...


# bd737b20 25-Apr-2001 Dima Dorfman <dd@FreeBSD.org>

"break", "chdir", "continue", "else", and "while" are sh(1) builtins;
mark them as such.

PR: 26702


Revision tags: release/4.3.0_cvs, release/4.3.0
# aac93862 01-Apr-2001 Dima Dorfman <dd@FreeBSD.org>

Indicate that sh(1) has an 'if' builtin command.

PR: 26193


# fb7912f8 22-Jan-2001 Ruslan Ermilov <ru@FreeBSD.org>

Prepare for mdoc(7)NG.


# 4b66483f 20-Nov-2000 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: use the new features of the Nm macro.


Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs
# 68acfb06 09-May-2000 Sheldon Hearn <sheldonh@FreeBSD.org>

Update the builtin(1) manpage to reflect changes since the csh(1)
to tcsh(1) upgrade. The following commands were added as builtins:

bindkey
builtins
complete
echotc
filetest
hup
log
ls-F

Update the builtin(1) manpage to reflect changes since the csh(1)
to tcsh(1) upgrade. The following commands were added as builtins:

bindkey
builtins
complete
echotc
filetest
hup
log
ls-F
printenv
sched
settc
setty
telltc
uncomplete
where

The printf builtin was removed.

show more ...


# 07593bef 08-May-2000 Sheldon Hearn <sheldonh@FreeBSD.org>

Remove the bogusly inserted ``cwd'' which isn't a builtin command
to sh, csh nor tcsh.

Fix the header line of the table to use cross-references and
emphasis.


Revision tags: release/4.0.0_cvs
# b3736d8d 03-Mar-2000 Sheldon Hearn <sheldonh@FreeBSD.org>

I didn't expect this to be merged to STABLE. It was, so correct the
HISTORY section.


# 8d4c0be3 01-Mar-2000 Sheldon Hearn <sheldonh@FreeBSD.org>

Add missing entry for read(1) to the builtin(1) manual page and
add an MLINKS entry for it. I can't imagine how I missed this one.


# cde6156d 20-Dec-1999 Sheldon Hearn <sheldonh@FreeBSD.org>

Fix the availability table, which incorrectly indicated that sh(1)
does not have a builtin set command.


Revision tags: release/3.4.0_cvs, release/3.3.0_cvs
# e6d3cf26 14-Sep-1999 Sheldon Hearn <sheldonh@FreeBSD.org>

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 i

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

show more ...


# c644db6a 08-Sep-1999 Sheldon Hearn <sheldonh@FreeBSD.org>

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 ex

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

show more ...


123