Subject: CVS commit: src/sbin/veriexecctl
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 06/13/2005 15:18:44
Module Name:	src
Committed By:	elad
Date:		Mon Jun 13 15:18:44 UTC 2005

Modified Files:
	src/sbin/veriexecctl: veriexecctl.c veriexecctl_conf.l
	    veriexecctl_parse.y

Log Message:
Some refactoring and bugfixes:

  - Report line numbers correctly.
  - Don't perform a 2nd pass when there are were errors during 1st.
  - Support multiple, comma-separated flags. This is mostly a reworking of
    some parser internals preparing for planned features.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sbin/veriexecctl/veriexecctl.c
cvs rdiff -r1.5 -r1.6 src/sbin/veriexecctl/veriexecctl_conf.l
cvs rdiff -r1.9 -r1.10 src/sbin/veriexecctl/veriexecctl_parse.y

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