OpenBSD CVS

CVS log for src/bin/sh/Attic/eval.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7, Wed Aug 20 23:43:55 1997 UTC (26 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -2 lines
FILE REMOVED

this has not been used for a while

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 18 19:15:49 1997 UTC (26 years, 11 months ago) by kstailey
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

(foo *)NULL -> NULL

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 24 17:43:02 1996 UTC (27 years, 6 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Sync w/ NetBSD (christos)
Fix miscellaneous getopts problems:
- the 3 argument version of getopts would not reset properly
- OPTARG did not get cleared after a non argument option was found
- OPTIND was not set properly after a non argument option.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 20 00:54:47 1996 UTC (27 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.3: +16 -5 lines
Diff to previous 1.3 (colored)

Sync with NetBSD.  Adds better POSIX compliance amongst others.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 18 10:10:06 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +4 -10 lines
Diff to previous 1.2 (colored)

from netbsd; Fix PR/2504: return with no args returns 0 instead of
the return value of the previous command in functions

Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 8 22:00:58 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.1: +6 -7 lines
Diff to previous 1.1 (colored)

From NetBSD:
- parser.c: Fix prompting in old style backquote expansion. Fixes PR/2139
	    and many user complaints why the shell hangs in echo "`"
- eval.c:   Fix exitstatus invalid resetting in `if' statements were:
		if (exit 3); then
			echo foo $?
		else
			echo bar $?
		fi
	    printed 'bar 0' instead of bar 3
	    Return zero status if `else' clause is empty.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:37:21 1995 UTC (28 years, 8 months ago) by deraadt
Branch: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:37:21 1995 UTC (28 years, 8 months ago) by deraadt
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.