]> granicus.if.org Git - icinga2/history - lib/config/config_lexer.ll
Report error for invalid escape sequences
[icinga2] / lib / config / config_lexer.ll
2014-12-20 Gunnar BeutnerReport error for invalid escape sequences
2014-12-18 Gunnar BeutnerReplace spaces with tabs
2014-12-18 Gunnar BeutnerRemove obsolete code
2014-12-16 Gunnar BeutnerFix location info for strings
2014-12-15 Gunnar BeutnerGet rid of the local/global keywords
2014-12-15 Gunnar BeutnerRemove unused code
2014-12-14 Gunnar BeutnerRefactor how variable scopes work
2014-12-13 Gunnar BeutnerImplement the 'global' keyword to differentiate between...
2014-12-11 Gunnar BeutnerRemove the __ prefix from some of the lexer tokens
2014-12-10 Gunnar BeutnerFix missing location information for included files
2014-12-10 Gunnar BeutnerImplement a boolean sub-type for the Value class
2014-11-28 Gunnar BeutnerMake the config lexer return an error for unterminated...
2014-11-28 Gunnar BeutnerMake the config parser thread-safe
2014-11-25 Gunnar BeutnerImplement the %, ^, %=, ^=, &= and |= operators
2014-11-24 Gunnar BeutnerDisallow - in identifiers
2014-11-24 Gunnar BeutnerImplement the __if and __else keywords
2014-11-23 Gunnar BeutnerFix unary minus operator
2014-11-23 Gunnar BeutnerFix some more shift/reduce conflicts
2014-11-22 Gunnar BeutnerRefactor the stack frame handling for scripts
2014-11-20 Gunnar BeutnerImplement support for signals
2014-11-13 Gunnar BeutnerRemove unions from the DebugInfo class
2014-11-10 Gunnar BeutnerRefactor the AST
2014-11-06 Gunnar BeutnerFix compiler warnings for the lexers
2014-11-04 Gunnar BeutnerImplement support for arbitrarily complex indexers
2014-11-04 Gunnar BeutnerImplement dictionary support for apply+for
2014-10-28 Gunnar BeutnerRemove support for partial type validators
2014-10-17 Gunnar BeutnerRemove zone keyword
2014-10-16 Gunnar BeutnerRename AExpression to Expression
2014-05-25 Gunnar BeutnerImplement the "cluster-zone" check task.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-12 Gunnar BeutnerRename the function, return and for keywords and remove...
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-11 Gunnar BeutnerFix some compiler warnings.
2014-05-10 Gunnar BeutnerImplement for loops.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-05-08 Gunnar BeutnerImplement support for the "package" keyword.
2014-04-10 Gunnar BeutnerSupport shell-style comments.
2014-04-09 Gunnar BeutnerImplement the "return" keyword.
2014-04-05 Gunnar BeutnerImplement apply target types.
2014-04-01 Gunnar BeutnerFix column information for config errors.
2014-04-01 Gunnar BeutnerSupport new-lines in addition to commas to separate...
2014-03-31 Gunnar BeutnerFix ShowCodeFragment column numbers.
2014-03-31 Gunnar BeutnerFix: Crash when there's a config error in the first...
2014-03-30 Gunnar BeutnerAllow "object" and "apply" in AST expressions.
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-30 Gunnar BeutnerRemove support for the deprecated "var" and "set" keywords.
2014-03-28 Gunnar BeutnerRename __name and __type properties.
2014-03-28 Gunnar BeutnerImplement the new syntax for the "apply" keyword.
2014-03-28 Gunnar BeutnerImplement the "import" keyword.
2014-03-24 Gunnar BeutnerBuild fixes.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-23 Gunnar BeutnerRefactor the config parser's AST.
2014-03-19 Gunnar BeutnerImplement len() and the operators >, >=, < and <=.
2014-03-19 Gunnar BeutnerMerge branch 'feature/apply-5789' into next
2014-03-19 Gunnar BeutnerImplement additional operators: &&, ||, in and !in.
2014-03-19 Gunnar BeutnerImplement the 'apply template' directive.
2014-03-19 Gunnar BeutnerImplement == and != operators for AExpressions.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-04 Gunnar BeutnerMerge branch 'feature/constants-4946' into next
2013-12-04 Gunnar BeutnerImplement support for constants in the config parser.
2013-11-29 Gunnar BeutnerImplement include_recursive config directive.
2013-11-03 Gunnar BeutnerMerge branch 'feature/cmake-4962' into next
2013-11-03 Gunnar BeutnerImprove compatibility with ancient versions of Bison.
2013-11-03 Gunnar BeutnerAdd cmake build files.
2013-10-09 Gunnar Beutnerconfig: Make sure we're not inside a comment when reach...
2013-10-07 Gunnar BeutnerAnother build fix.
2013-10-07 Gunnar BeutnerBuild fix.
2013-09-26 Michael FriedrichAdd support for day based values.
2013-09-25 Gunnar Beutnerconfig: Remove the "abstract" keyword.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-09-24 Gunnar BeutnerImprove config validation.
2013-08-26 Gunnar BeutnerRemove the replication feature and clean up the code.
2013-06-26 Gunnar BeutnerConfig: Implement << and >> operators.
2013-06-25 Gunnar BeutnerDon't allow asterisks in identifiers.
2013-06-25 Gunnar BeutnerImplement script variables.
2013-05-03 Gunnar BeutnerImplement new validation type: name(Type)
2013-03-27 Gunnar BeutnerAdd missing NUL terminator in lb_steal().
2013-03-27 Gunnar BeutnerSignificantly speed up the config lexer.
2013-03-27 Gunnar BeutnerOptimize lb_append_char().
2013-03-21 Gunnar BeutnerRemoved the '#' prefix for the config statements 'inclu...
2013-03-21 Gunnar BeutnerRemoved the '#' prefix for the config statements 'inclu...
2013-03-17 Gunnar BeutnerRefactor #includes (Part 3).
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-14 Gunnar BeutnerImplement config support for arrays.
2013-02-24 Gunnar BeutnerFine-grained locks (WIP, Part 9).
2013-02-16 Gunnar BeutnerConfig: Implement here-document strings.
2013-02-16 Gunnar BeutnerImplemented escape characters in the config lexer.
2013-02-16 Gunnar BeutnerImplement an alias for "abstract object".
2013-02-08 Gunnar BeutnerImplement sub-second check intervals.
2013-02-05 Gunnar BeutnerConfig: Implement detection of missing required attributes
2013-02-02 Gunnar BeutnerImplement type keyword in the config compiler
2013-02-01 Gunnar BeutnerImplement search dirs for #include.
2013-01-24 Gunnar BeutnerConfig: Implement true/false as aliases for 1/0
2013-01-17 Gunnar BeutnerImplemented the #library directive and fixed loading...
2012-10-15 Gunnar BeutnerIgnore Windows new-lines.
2012-09-25 Michael FriedrichMerge branch 'master' into mfriedrich/compatido
2012-09-25 Gunnar BeutnerImplemented lexer rules for time durations.
2012-09-07 Gunnar BeutnerRenamed 'doc' to 'docs'.