Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/16/1996 15:00:02
christos
Wed Oct 16 10:51:25 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv23877

Modified Files:
	output.c 
Log Message:
No need to have 2 declarations for the same constant string, one for K&R and
one for STDC...


christos
Wed Oct 16 10:53:24 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv23987

Modified Files:
	parser.c 
Log Message:
PR/2808: - detect eof inside backquotes
	 - handle && and || shortcircuits properly
	 - tokens.def -> tokens.h
	 (from FreeBSD)