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 17:38:12
Module Name:	src
Committed By:	dsl
Date:		Sat Jan 17 17:38:12 UTC 2004

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

Log Message:
Put a syntax.c under CVS instead of building if with the mksyntax program.
Kill mksyntax.c - no longer possible to get the 'wrong sort of chars'.
/bin/sh now has no helper binaries.
syntax.c uses C99 initialisers, run time initialisation could be used
for systems where the compiler doesn't support them.
I've used some #defines to help make this possible - but writing the code
starts making it rather messy.


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

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