OpenBSD CVS

CVS log for src/bin/pdksh/Attic/sh.1tbl


[BACK] Up to [local] / src / bin / pdksh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4, Tue Dec 2 02:28:24 1997 UTC (26 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED

repository move of src/bin/pdksh to src/bin/ksh

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 5 21:49:56 1997 UTC (26 years, 10 months ago) by grr
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.2: +20 -6 lines
Diff to previous 1.2 (colored)

Fixes for a variety of pdksh problems:

1) pkksh in sh mode closed fd's other than [012] on exec'ing a command.
	this is a ksh'ism and POSIX sates that open files are part of the
	environment to be passed to the new process.

2) pdksh in sh mode interpets (( as meaning the start of arithmetic
	"quoting", which is incompatible with it's usage as a nested
	sub-shell invocation.  The $(( form for arithmetic substitution
	is stil valid, however.
	PR user/59 millert@openbsd.org (Todd C. Miller)

3) pdksh sh.1 manpage isn't explicit about the range of input text
	that is subject to field splitting after a substitution.
	PR user/236 Mathieu.Herrb@mipnet.fr (Mathiew Herrb)

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 2 17:41:47 1997 UTC (27 years, 5 months ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.1: +1 -7 lines
Diff to previous 1.1 (colored)

Don't mention $_.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 30 23:54:37 1996 UTC (27 years, 6 months ago) by downsj
Branch: MAIN

Install ksh as sh too.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.