bird/filter
Ondrej Zajicek b8cc390e7e Fixes several problems in filter syntax.
- Fixes several conflicts in the grammar.
 - Fixes a bug in (a..b, c) pair patterns.
 - Makes pair patterns orthogonal.
 - Allows term expressions in pair patterns without additional ( ).
 - Allows several comma separated values in switch cases.
2011-05-06 22:00:54 +02:00
..
config.Y Fixes several problems in filter syntax. 2011-05-06 22:00:54 +02:00
Doc Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
f-util.c ... and in the filter. 2004-06-05 09:26:55 +00:00
filter.c Convert && and || to shortcut boolean operators. 2011-03-23 13:40:46 +01:00
filter.h Changes print-like filter commands to use a log instead of a stderr. 2010-09-20 13:01:01 +02:00
Makefile Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
test.conf Fixes several problems in filter syntax. 2011-05-06 22:00:54 +02:00
test.conf2 Allow matching on enums: 2000-06-01 08:32:49 +00:00
test6.conf Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
tree.c Replaces the algorithm for building balanced trees. 2010-02-17 22:11:42 +01:00
trie.c Changes print-like filter commands to use a log instead of a stderr. 2010-09-20 13:01:01 +02:00