[PATCH] fdi spec fixes and correct implementation
Danny Kukawka
danny.kukawka at web.de
Thu Apr 19 12:43:41 PDT 2007
On Donnerstag, 19. April 2007, Doug Goldstein wrote:
> for fdi matching the "prefix", "prefix_ncase", "suffix", and
> "suffix_ncase" were missing from the spec. This patch adds them to the
> spec. Also "double" was never implemented and this patch implements it
> as well. It also reorders the code/spec to match the same order.
Index: b/hald/rule.h
===================================================================
--- a/hald/rule.h 2007-03-07 16:52:19.000000000 -0500
+++ b/hald/rule.h 2007-04-19 14:56:41.000000000 -0400
@@ -63,6 +63,7 @@
MATCH_INT,
MATCH_UINT64,
MATCH_BOOL,
+ MATCH_DOUBLE,
MATCH_EXISTS,
MATCH_EMPTY,
MATCH_ISASCII,
MATCH_DOUBLE [quote=david] ... should be added as last element in match_type
to preserve binary compatibility with cache files [quote].
;-)
Danny
More information about the hal
mailing list