packing: Bump up to 1.3.1
[platform/upstream/libxkbcommon.git] / test / filecomp.c
2023-09-26 Pierre Le MarreDisallow producing NULL character with escape sequences
2023-05-01 WismillAdd support for modmap None (#291)
2019-12-27 Ran Benitabuild: include config.h manually
2014-09-10 Ran Benitakeycodes: fix keymap compilation with no aliases and...
2014-07-27 Ran Benitaast-build: make sure InterpDef is freeable
2014-07-26 Ran Benitatest: add file with a syntax error
2013-08-02 Ran Benitascanner: allow empty key name literals
2013-03-19 Daniel Stonetest: Add flags argument to test_get_context()
2013-03-18 Ran Benitakeymap: abstract a bit over the keymap format
2012-09-30 Ran Benitaparser: remove XkbCompMapList rule
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-12 Daniel StoneCopyright updates
2012-08-08 Daniel Stonetest: Minimise includes
2012-08-07 Ran Benitatypes: don't use canonical/required types
2012-08-07 Ran Benitafilecomp: fix path and error message
2012-07-26 Ran Benitaexpr: don't divide by zero
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-12 Daniel StoneAdd a library of common test functions
2012-07-12 Daniel StoneMove test data files to test/data/keymaps
2012-05-18 Ran BenitaChange xkb_map_new_from_fd to use FILE*
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 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-08 Daniel StoneAdd flags to context creation
2012-05-08 Daniel StoneAdd flags to keymap compilation entrypoints
2012-04-09 Ran BenitaOverhaul test suite
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-03-29 Daniel StoneTests: Release context on failure to build keymap
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Ran BenitaDefine our own None atom value
2012-03-27 Ran BenitaRemove useless stuff from utils
2012-03-27 Ran BenitaMove utils.{c,h} to be used by the entire project
2012-03-22 Daniel StoneRename keymap allocation API
2012-02-15 Daniel Stonetests: Free returned XKB map
2012-02-15 Daniel StoneMove include path from X11/extensions/ to xkbcommon/
2010-10-20 Kristian HøgsbergUse flex for generating the scanner, add support for...
2010-07-02 Kristian HøgsbergRename public entry points to lowercase and underscore
2010-07-02 Kristian HøgsbergCompile with -fvisibility=hidden when possible
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2010-06-30 Kristian HøgsbergMake XkbcInitAtoms() call optional
2010-06-22 Daniel StoneAllow external atom databases
2009-04-10 Dan NicholsonProgram and files for testing CompileKeymapFromFile