bird/conf
Maria Jan Matejka 5a14df3950 Filter: Instruction codes named as enum
The two-letter instructions were quite messy but they could be easily
read from memory dumps. Now GDB (since 2012) supports pretty printing
enum values and GCC checks the switch construction for missing enum
values so we are converting the nice two-byte values to enums.

Anyway, the enum still keeps the old two-byte values to be able to read
the instruction codes even without GDB from plain memory dump.
2018-03-13 16:29:33 +01:00
..
cf-lex.l Workaround for older bisons 2017-05-30 14:43:49 +02:00
conf.c Conf: Replace keyword and symbol hash table with generic hash table. 2017-05-25 23:30:39 +02:00
conf.h Conf: Replace keyword and symbol hash table with generic hash table. 2017-05-25 23:30:39 +02:00
confbase.Y Filter: Instruction codes named as enum 2018-03-13 16:29:33 +01:00
Doc Moved parser docs to cf-lex.l, so that the parser compiles. 2000-06-04 15:22:20 +00:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Fix configure to enable warnings and fix most of them. 2010-02-21 14:34:53 +01:00
gen_parser.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
Makefile Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00