Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / src / frontend / grammar.y
2014-06-23 Sebastian Harlstore/frontend: Added support for integer and float...
2014-06-23 Sebastian Harlfrontend: Added initial parser for "data" values.
2014-06-23 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-23 Sebastian Harlstore_lookup: Pass a data-object to parse_cmp().
2014-06-18 Sebastian HarlRemoved obsolete TODO note.
2014-06-16 Sebastian Harlgrammar: Simplified compare matcher parser.
2014-04-25 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-25 Sebastian Harlfrontend: Added destructors for dynamically allocated...
2014-04-25 Sebastian Harlfrontend: Fixed deprecated %name-prefix syntax.
2014-04-25 Sebastian Harlfrontend: FETCH, LIST, LOOKUP are untyped tokens.
2014-04-23 Sebastian Harlparser: Don't leak memory when building nested matchers.
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-09 Sebastian Harlparser: Make sure that each comparator matcher is a...
2014-04-06 Sebastian Harlfrontend: Actually implement support for the NOT operator.
2014-04-06 Sebastian Harlcore, frontend: Added !=, !~, and NOT operators.
2014-04-06 Sebastian Harlfrontend: Let the parser support brackets in matcher...
2014-04-06 Sebastian Harlfrontend: Fixed memory holes in the parser.
2014-04-06 Sebastian Harlfrontend parser: Added support for AND and OR matchers.
2014-04-05 Sebastian Harlfrontend: Accept compare matchers as expressions.
2014-04-01 Sebastian Harlfrontend: Added simple 'LOOKUP <type> WHERE <expression...
2014-04-01 Sebastian Harlgrammar.y: Added some (very) short documentation for...
2014-03-31 Sebastian Harlfrontend: Require strings instead of identifiers.
2014-03-31 Sebastian Harlfrontend: Added very simple single-quoted string support.
2014-03-31 Sebastian Harlfrontend: Free dynamically allocated memory in the...
2014-03-31 Sebastian Harlfrontend: Added 'FETCH <name>' query command.
2014-03-20 Sebastian Harlfrontend: Let the parser not accept other grammars...
2014-03-07 Sebastian Harlfrontend parser: Added support for parsing single expre...
2014-02-23 Sebastian Harlfrontend: Fixed two typing issues.
2014-02-23 Sebastian Harlfrontend, liboconfig: Added missing prototypes for...
2014-01-02 Sebastian Harlfrontend: Let sdb_fe_parse() return a list of parsed...
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.