From b1a597e0c3821c791a41278454e74261cf1b95fb Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 31 Mar 2009 12:55:57 +0200 Subject: Reimplementation of prefix sets. Prefix sets were broken beyond any repair and have to be reimplemented. They are reimplemented using a trie with bitmasks in nodes. There is also change in the interpretation of minus prefix pattern, but the old interpretation was already inconsistent with the documentation and broken. There is also some bugfixes in filter code related to set variables. --- filter/Doc | 1 + 1 file changed, 1 insertion(+) (limited to 'filter/Doc') diff --git a/filter/Doc b/filter/Doc index 50a4238..8e9c6b3 100644 --- a/filter/Doc +++ b/filter/Doc @@ -1,3 +1,4 @@ H Filters S filter.c S tree.c +S trie.c \ No newline at end of file -- cgit v1.2.3