Subject: CVS commit: htdocs
To: None <www-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: www-changes
Date: 05/30/2000 16:35:13
Module Name: htdocs
Committed By: cgd
Date: Tue May 30 23:35:13 UTC 2000
Modified Files:
htdocs/developers/features: gentab.awk
Log Message:
fix bug in the 'all the same value' printing code that would cause it
to not print the actual value text if the feature name included dashes
(meaning spaces). Be a bit more general about this, so code-cloners will
have the right thing happen: use 'featname' as the name of the feature
unmodified (for array lookup, etc), and when transforming it into a display
name call that 'dfeatname'.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 htdocs/developers/features/gentab.awk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.