Fix NULL after deref issue detected by static analysis tool
[platform/upstream/libxkbcommon.git] / src / xkbcomp / types.c
2023-12-21 Jihoon KimFix NULL after deref issue detected by static analysis...
2023-09-24 Pierre Le MarreMessages: merge macros with and without message code
2023-09-24 Pierre Le MarreMessages: add new messages to registry
2023-09-19 Pierre Le MarreStructured log messages with a message registry
2019-12-27 Ran Benitabuild: include config.h manually
2017-12-12 Ran Benitakeymap: fix NULL dereference when dumping the default...
2017-12-12 Ran Benitaxkbcomp/types: fix types being assigned the wrong numbe...
2014-10-23 Ran BenitaReduce variable scopes
2014-10-18 Ran Benitaxkbcomp: remove file->topName
2014-07-25 Ran BenitaReplace darray_mem with a new darray_steal
2014-07-25 Ran Benitatypes: refactor CopyKeyTypesToKeymap
2014-04-22 Ran Benitaxkbcomp: don't align enum values
2014-04-22 Ran Benitaxkbcomp: use straight assignment instead of CopyModSet
2014-04-22 Ran Benitakeymap: don't use darray in xkb_mod_set
2014-04-19 Ran Benitatypes: use xkb_mod_set instead of entire keymap
2014-04-19 Ran Benitavmod: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran Benitaexpr: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran Benitatext: take xkb_mod_set instead of the entire keymap
2014-04-16 Ran Benitatypes: separate ctx
2014-02-12 Ran Benitavmod: bring back support for direct vmod -> real mod...
2014-02-09 Ran Benitatypes: steal types when merging if possible
2014-02-09 Ran Benitadoc: move some file comments into txt files in doc/
2014-01-12 Ran Benitaaction, types: remove unused Report functions
2013-07-21 Ran Benitactx: adapt to the len-aware atom functions
2013-07-18 Ran Benitaxkbcomp: escape the section names before storing them...
2013-03-18 Ran Benitakeymap: rename xkb_kt_map_entry to xkb_key_type_entry
2013-03-18 Ran BenitaFix pointer style nit
2013-03-18 Ran Benitatypes: remove file_id
2013-03-18 Ran Benitatypes: put all copy-to-keymap code in one function
2013-03-18 Ran Benitaxkbcomp: handle XKB file include's better
2013-03-18 Ran BenitaMore spelling errors
2013-03-18 Ran BenitaFix dead assignments
2013-03-18 Ran BenitaChange some log functions to take ctx instead of keymap
2012-10-06 Ran Benitaexpr: unify the real and virtual modifier functions
2012-10-06 Ran BenitaRemove now-unneeded mod type annotations
2012-10-06 Ran Benitatext: explicitly take mod_type in mod functions
2012-10-06 Ran BenitaRemove VModInfo for now
2012-10-06 Ran Benitavmod: remove merge argument from HandleVModDef
2012-10-06 Ran BenitaOmit struct '_Name' from non-recursive struct typedefs
2012-09-23 Ran BenitaAPI: add _context prefix to log-related functions
2012-09-14 Ran BenitaClean up Init/Clear functions
2012-09-03 Ran Benitaexpr: make ResolveString return an atom
2012-09-03 Ran Benitalog: replace "priority" by "level" everywhere
2012-09-03 Ran Benitatypes: don't strdup a default name
2012-09-03 Ran Benitatypes: use darray for KeyTypesInfo instead of list
2012-09-03 Ran Benitatypes: remove outdated comments
2012-09-02 Ran Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-02 Ran Benitaxkbcomp: seperate keymap-copying code from Compile...
2012-09-01 Ran Benitatypes: add "Effects on keymap" to overview
2012-09-01 Ran BenitaOrganize xkbcomp/ header files