Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/17/2004 15:40:09
Module Name:	src
Committed By:	dsl
Date:		Sat Jan 17 15:40:09 UTC 2004

Modified Files:
	src/bin/sh: Makefile mksyntax.c
Added Files:
	src/bin/sh: syntax.h

Log Message:
Put syntax.h under CVS instead of having it generated by mksyntax.
Use CHAR_MIN (from limits.h) to determine whether target char are signed
or unsigned - the syntax tables will not be indexed properly.
Rip out all the stuff from mksyntax.c that wrote syntax.h.
syntax.c can stiff be generated incorrectly...


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/bin/sh/Makefile
cvs rdiff -r1.29 -r1.30 src/bin/sh/mksyntax.c
cvs rdiff -r0 -r1.1 src/bin/sh/syntax.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.