parser: drop %name-prefix, use -p yacc argument instead
[platform/upstream/libxkbcommon.git] / src / xkbcomp / rules.c
2013-04-01 Ran Benitautils: add {un,}map_file to read an entire file
2013-04-01 Ran BenitaAdd scanner-utils.h for common scanner functions
2013-03-18 Ran Benitarules: be more paranoid in scanner
2013-03-18 Ran Benitarules: quiet a gcc warning
2012-10-10 Ran BenitaRename XKB_NUM_GROUPS to XKB_MAX_GROUPS
2012-09-30 Ran Benitarules: always initialize idx variable
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-16 Ran Benitainclude: improve file-not-found error reporting
2012-09-14 Ran Benitarules: fix mmap failure handling
2012-09-12 Daniel StoneCopyright updates
2012-09-10 Daniel Stonekbproto untanglement: XkbKbdNumGroups
2012-09-05 Ran Benitarules: use goto instead of state variable
2012-09-05 Ran Benitarules: rewrite
2012-09-03 Ran Benitarules: fix check for appending '|' character when applying
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-09-01 Ran BenitaAllocate xkb_component_names on stack
2012-08-08 Ran BenitaFix warning
2012-08-08 Daniel StoneRules: mmap() rules file instead of using getc()
2012-08-08 Daniel StonePrint failed include paths on failure to find rules
2012-07-26 Ran Benitautils: add/replace string equality macros
2012-07-22 Ran Benitarules: use new log functions
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-12 Ran Benitarules: fix parsing of multiple options
2012-06-30 Ran Benitarules: remove support for keymap rule
2012-06-30 Ran BenitaUse enum for file types
2012-06-09 Ran Benitadarray: some changes for convenience
2012-06-09 Ran Benitadarray: tweak parameters a bit for better memory usage
2012-05-22 Ran Benitarules: use darray for input line
2012-05-22 Ran Benitarules: use darray for rules and groups
2012-05-20 Ran Benitarules: allow wildcard match against "" layout/varaint
2012-05-20 Ran Benitarules: remove struct var_defs
2012-05-20 Ran Benitarules: reformat components_from_rules
2012-05-20 Ran Benitarules: reformat LoadRules and XkbRF_Free
2012-05-20 Ran Benitarules: remove unused struct describe_vars
2012-05-20 Ran Benitarules: reformat AddRule and AddGroup
2012-05-20 Ran Benitarules: reformat GetComponents
2012-05-20 Ran Benitarules: reformat SubstituteVars
2012-05-20 Ran Benitarules: reformat CheckApplyRules and ApplyPartialMatches
2012-05-20 Ran Benitarules: reformat CheckGroup and CheckApplyRule
2012-05-20 Ran Benitarules: rewrite MatchOneOf
2012-05-20 Ran Benitarules: reformat ApplyRule
2012-05-20 Ran Benitarules: reformat MakeMultiDefs
2012-05-20 Ran Benitarules: use asprintf instead of _Concat function
2012-05-20 Ran Benitarules: reformat CheckLine and break into several functions
2012-05-20 Ran Benitarules: reformat SetUpRemap and struct remap_spec
2012-05-20 Ran Benitarules: rewrite get_index to use sscanf
2012-05-20 Ran Benitarules: don't typedef the structs and rename them
2012-05-20 Ran Benitarules: reformat input line handling
2012-05-20 Ran Benitarules: don't use custom logging functions
2012-05-20 Ran Benitarules: only export a single function