]> git.ipfire.org Git - thirdparty/bird.git/history - conf/cf-lex.l
A hack to distinguish if..else from else: in case.
[thirdparty/bird.git] / conf / cf-lex.l
2011-03-23  Ondrej ZajicekA hack to distinguish if..else from else: in case.
2011-03-13  Ondrej ZajicekImplements Router Advertisement protocol.
2010-05-02  Ondrej ZajicekMerge several fixes suggested by Joakim Tjernlund.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-21  Ondrej ZajicekMerge commit 'origin/master' into new
2010-02-19  Ondrej ZajicekImplements pattern match for 'show protocols' command.
2010-02-10  Ondrej ZajicekMerge commit 'origin/master' into new
2010-02-10  Ondrej FilipDefine symbols as text between ''.
2009-03-14  Ondrej ZajicekNew syntax for bgp_path
2009-01-27  Ondrej ZajicekNew syntax for bgp_path
2000-06-08  Martin MaresFixes for the programmer's manual.
2000-06-07  Martin MaresFixes to the progdoc.
2000-06-07  Martin MaresSpelling fixes to progdoc.
2000-06-04  Martin MaresNested scopes could never have worked. My fault I wrote...
2000-06-04  Martin MaresMoved parser docs to cf-lex.l, so that the parser compiles.
2000-06-03  Martin MaresDocumentation.
2000-06-03  Martin Marescf_symbol_class_name now recognizes SYM_IPA.
2000-06-01  Pavel MachekAdded && and ||.
2000-05-30  Martin MaresRecognize `!'.
2000-05-25  Pavel MachekUse ? in path matching to avoid /* trap.
2000-04-28  Martin MaresInclude CF_HDR section in keywords.h as well, so that...
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-10  Pavel MachekFix <=, >=, !=
2000-01-19  Martin MaresSplit off general commands to cmds.c.
2000-01-17  Martin MaresSeparated `official protocol names' used in status...
2000-01-16  Martin MaresWhen a quoted string is encountered, don't forget to...
1999-12-02  Martin MaresAvoid `default rule can be matched' warning in CLI...
1999-11-30  Martin MaresLexer supports fallback symbol tables and uses them...
1999-11-15  Martin MaresDefined CF_ENUM.
1999-11-04  Martin MaresSymbols are not scoped.
1999-11-03  Pavel MachekYou should not follow next two times.
1999-10-31  Martin MaresParse CLI commands. We use the same parser as for confi...
1999-08-03  Martin MaresBasic support for IPv6. The system-dependent part...
1999-05-17  Martin MaresImplemented two new symbol handling functions:
1999-04-12  Pavel MachekSets of integers now actually work. Sets of IP will...
1999-04-07  Pavel MachekFilters upgraded - a bit. Moved code to filter.c becaus...
1999-03-29  Martin MaresAfter today's lengthy discussions about filter syntax...
1999-03-26  Martin MaresSlightly better generator of default protocol instance...
1999-02-13  Martin Mares'#' comments in config files are equivalent to end...
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1999-01-15  Pavel Machek#if 1 that creeped into cvs killed.
1999-01-15  Pavel MachekFilters added. They are unable to do anything interesti...
1999-01-10  Martin MaresNew makefiles. Includes support for out-of-source-tree...
1998-12-06  Martin Marescf_error() now accepts any format strings instead of...
1998-12-06  Martin MaresName cleanups as suggested by Pavel:
1998-11-29  Martin MaresCreated new functions for allocating configuration...
1998-11-27  Martin MaresTrivial 15-line bison excercise: Implemented expression...
1998-11-27  Martin MaresAdded generator of default names.
1998-11-27  Martin MaresLexical analyser.