OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Wed Aug 20 23:44:22 1997 UTC (26 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -2 lines
FILE REMOVED

this has not been used for a while

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

(foo *)NULL -> NULL

Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 14 12:18:23 1996 UTC (27 years, 6 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (colored)

-Wall'ing.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 1 05:09:51 1996 UTC (27 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.5: +60 -39 lines
Diff to previous 1.5 (colored)

Parser fix from NetBSD (christos)
- ! was only recognized in the beginning of pipelines.  Now we
  are recognizing it everywhere like ksh, so the following works.
	! if [ a = b ]; then ! echo c && ! true; else ! echo d; fi

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 20 00:55:02 1996 UTC (27 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.4: +10 -3 lines
Diff to previous 1.4 (colored)

Sync with NetBSD.  Adds better POSIX compliance amongst others.

Revision 1.4 / (download) - annotate - [select for diffs], Tue May 21 21:13:04 1996 UTC (28 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +9 -2 lines
Diff to previous 1.3 (colored)

do newline correct inside ``, netbsd pr#2384

Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 8 22:01:03 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.2: +48 -9 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Thu Dec 14 01:22:30 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +9 -4 lines
Diff to previous 1.1 (colored)

update from netbsd, including:
Fix PR/1760, where 'cd -' before any other command could cause a reference
to an uninitialized pointer. Use getcwd() to get the current working directory,
instead of forking /bin/pwd [per Scott's suggestion]

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:37:23 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:23 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.