OpenBSD CVS

CVS log for src/bin/pdksh/Attic/c_sh.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7, Tue Dec 2 02:27:41 1997 UTC (26 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
FILE REMOVED

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

Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 5 21:49:54 1997 UTC (26 years, 10 months ago) by grr
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Thu Jun 19 13:58:38 1997 UTC (26 years, 11 months ago) by kstailey
Branch: MAIN
Changes since 1.4: +7 -7 lines
Diff to previous 1.4 (colored)

back out

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 18 22:42:28 1997 UTC (26 years, 11 months ago) by kstailey
Branch: MAIN
Changes since 1.3: +8 -8 lines
Diff to previous 1.3 (colored)

(foo *)0 -> NULL

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 13 21:32:18 1996 UTC (27 years, 8 months ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +5 -3 lines
Diff to previous 1.2 (colored)

Update to version 5.2.11.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 19 20:08:46 1996 UTC (27 years, 9 months ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +56 -22 lines
Diff to previous 1.1 (colored)

update to pdksh-5.2.8

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Aug 14 06:19:10 1996 UTC (27 years, 10 months ago) by downsj
Branch: pdksh
CVS Tags: pdksh-527
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import pdksh 5.2.7.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 14 06:19:10 1996 UTC (27 years, 10 months ago) by downsj
Branch: MAIN

Initial revision

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.