parser: drop %name-prefix, use -p yacc argument instead
[platform/upstream/libxkbcommon.git] / src / xkbcomp / ast-build.c
2013-07-18 Ran Benitaxkbcomp: escape the section names before storing them...
2013-03-18 Ran BenitaRemove file_id entirely
2013-03-18 Ran Benitaast-build: remove malloc_or_die
2013-03-18 Ran Benitaast: add error handling to XkbFileFromComponents
2013-03-18 Ran Benitaast: constify argument
2013-03-18 Ran BenitaChange 'indicator' to 'led' everywhere possible
2012-10-11 Ran Benitaast: simplify AppendStmt
2012-09-27 Ran BenitaFix type of keycode in parser and ast
2012-09-27 Ran BenitaDon't limit key names to 4 characters
2012-09-23 Ran BenitaDon't choke on RMLVO layout string with holes
2012-09-12 Daniel StoneCopyright updates
2012-09-10 Daniel Stonekbproto unentanglement: XkbLC_*
2012-09-10 Daniel Stonekbproto untanglement: XkbKeyNameLength
2012-09-02 Ran BenitaMove enum xkb_file_type to xkbcomp/ast.h
2012-09-02 Ran Benitaxkbcomp: clean up compile_keymap function
2012-09-02 Ran Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-01 Ran BenitaOrganize xkbcomp/ header files