utils: add {un,}map_file to read an entire file
[platform/upstream/libxkbcommon.git] / src / xkbcomp / scanner.l
2013-04-01 David Herrmannkeymap: add xkb_keymap_new_from_buffer()
2012-09-30 Ran BenitaDon't scan and parse useless maps
2012-09-30 Ran Benitascanner: don't strdup the file name
2012-09-30 Ran Benitascanner: share code in XkbParse{File,String}
2012-09-30 Ran Benitascanner: remove uselss 'last symbol' error message
2012-09-27 Ran BenitaDon't limit key names to 4 characters
2012-09-20 Daniel StoneAdd _xkbcommon_ prefix to parser and lexer symbols
2012-09-11 Daniel Stonekbproto unentanglement: XkbGeomPtsPerMM
2012-09-10 Daniel Stonekbproto unentanglement: XkbLC_*
2012-09-10 Daniel Stonekbproto untanglement: XkbKeyNameLength
2012-09-03 Ran Benitalog: replace "priority" by "level" everywhere
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-07-26 Ran Benitaparser: untabify
2012-07-26 Ran Benitascanner: don't strdup key names
2012-07-22 Ran Benitaparse: use new log functions
2012-07-20 Ran BenitaFix bison 2.6 and clang warnings
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Ran BenitaMake the context available to the parser
2012-05-08 Ran BenitaRename xkbcomp/misc.h to xkbcomp-priv.h and use it