aboutsummaryrefslogtreecommitdiffstats
path: root/filter/config.Y
Commit message (Expand)AuthorAgeFilesLines
* Split inst->code into inst->code and inst->aux. Both are only 16 bit,Pavel Machek1999-11-181-12/+18
* You can now print enum.Pavel Machek1999-11-181-11/+7
* ENUM's are now recognized as constants.Martin Mares1999-11-151-3/+2
* Fixed order of arguments for function call.Pavel Machek1999-11-111-27/+12
* Shift/reduce conflict goes away _and_ if/then/else works.Pavel Machek1999-11-111-3/+1
* Enums do not work, this is testcase.Pavel Machek1999-11-101-5/+8
* First try on enumerational types.Pavel Machek1999-11-101-9/+32
* No more shift/reduce conflicts.Pavel Machek1999-11-101-1/+1
* Shift/reduce conflicts in IF/THEN/ELSE rules solved.Martin Mares1999-11-101-18/+14
* Enumerational types, defined keyword added.Pavel Machek1999-11-101-6/+17
* Fixed comments about shift/reduce conflicts.Pavel Machek1999-11-041-3/+1
* Add possibility of local variables.Pavel Machek1999-11-041-11/+11
* Possibility to access first extended attributes.Pavel Machek1999-11-041-0/+2
* Filters now do not allow function (int arg; int arg2; ).Pavel Machek1999-11-031-14/+40
* switch() { } done right.Pavel Machek1999-10-281-22/+18
* Filters: permit variables of prefix types, cleanup aroundPavel Machek1999-10-121-21/+62
* Added constants of type prefix and pair, added their printingPavel Machek1999-10-071-1/+6
* FIXME's added. Hopefully fixme list is now complete for filters.Pavel Machek1999-10-071-0/+9
* Case arg { 1: printf "one"; } works. You can not use two commandsPavel Machek1999-09-291-3/+26
* Function calling in filters works - somehow. Calling syntax isPavel Machek1999-07-011-5/+40
* Implemented two new symbol handling functions:Martin Mares1999-05-171-8/+3
* Updated filters: they now actually see IP/pxlen of net being filtered,Pavel Machek1999-04-191-0/+10
* Sets of integers now actually work. Sets of IP will work as soon asPavel Machek1999-04-121-2/+22
* Decrease number of warnings.Pavel Machek1999-04-101-22/+22
* Filters upgraded - a bit. Moved code to filter.c because it is wherePavel Machek1999-04-071-43/+53
* Update of filters towards new interface.Pavel Machek1999-03-291-85/+92
* A couple of filter tweaks:Martin Mares1999-03-171-5/+23
* accept & reject should now workPavel Machek1999-03-171-4/+22
* Resolved conflicts, you no longer need to wrap constants in const()Pavel Machek1999-03-091-7/+27
* Filters are now a tiny bit stronger (if is actually working ;-)Pavel Machek1999-03-081-4/+47
* Add interface for running filters (please comment!), avoid bison warningsPavel Machek1999-03-021-18/+26
* Few fixes in parsing of filtersPavel Machek1999-02-031-8/+1
* Original `expr' is back, filter expressions renamed to `term'.Martin Mares1999-01-151-6/+6
* Filters, second try. This time they have their own directory.Pavel Machek1999-01-151-0/+100