Use warning code in xkeyboard-config test
[platform/upstream/libxkbcommon.git] / src / xkbcomp /
2023-09-19 Pierre Le MarreStructured log messages with a message registry
2023-08-05 M Kellyparser: change deprecated `%pure-parser` to `%define...
2023-07-14 Pierre Le MarreFix parsing of numeric keysyms in ExprResolveKeySym
2023-07-14 Pierre Le MarreSimplify parsing of numeric keysyms in parser.y
2023-05-01 WismillAdd support for modmap None (#291)
2022-12-16 Ronan Pigottcontext: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)
2022-03-14 Ran Benitascanner: prefix functions with `scanner_` to avoid...
2021-05-22 Ran Benitaignore: remove no longer relevant gitignore files
2021-03-30 Ran Benitaast: remove comment re. anonymous struct
2021-03-29 Peter Huttererxkbcomp: remove useless assignment
2021-03-29 Peter Huttererxkbcomp: use memcpy over strncpy to avoid analyzer...
2021-03-19 Peter Huttererxkbcomp: plug a potential memory leak
2020-11-23 Ran Benitakeymap-dump: follow xkbcomp in printing affect=both...
2020-10-19 Peter Huttererxkbcomp: where a keysym cannot be resolved, set it...
2020-09-11 hhbparser: fix another format string for int64_t (#191)
2020-08-30 Peter HuttererAdd /etc/xkb as extra lookup path for system data files
2020-08-30 Peter Huttererxkbcomp: allow including kccgst files from other paths
2020-08-30 Peter Huttererxkbcomp: simplify the include path handling
2020-08-30 Peter Huttererxkbcomp: move the logging of include paths into a helpe...
2020-07-13 Peter Huttererxkbcomp: return NULL, not false in place of a FILE*
2020-07-13 Peter Huttererxkbcomp: simplify buffer handling in the include handling
2019-12-28 Ran Benitaxkbcomp/rules: support \r\n line endings
2019-12-28 Ran BenitaOpen files in binary mode
2019-12-27 Ran Benitaxkbcomp: remove cast which triggers warning on gcc
2019-12-27 Ran Benitaxkbcomp: make a couple of casts explicit to mark them...
2019-12-27 Ran Benitaxkbcomp/keywords: regenerate with newer gperf
2019-12-27 Ran Benitaparser: fix format string for int64_t
2019-12-27 Ran Benitaxkbcomp: fix wrong return type
2019-12-27 Ran Benitaparser: use int64_t for all numbers
2019-12-27 Ran Benitabuild: include config.h manually
2019-12-27 Ran Benitautils: use MIN/MAX instead of min/max
2019-12-27 Ran Benitaxkbcomp: downgrade "Symbol added to modifier map for...
2019-12-24 Peter Huttererrules: eliminate an extra fopen/fclose cycle
2019-12-24 Peter Huttererrules: add include statements to rules files
2019-12-24 Peter Huttererrules: move the matcher result handling to the caller
2019-12-24 Peter Huttererrules: put the scanner on the stack
2019-12-24 Peter Huttererrules: simplify an error path
2019-12-24 Peter Huttererrules: rename a variable from 's' to 'str'
2019-12-24 Peter Huttererrules: drop the matcher_err() macro and use scanner_err...
2019-12-24 Peter Huttererrules: factor out the function to parse a rules file
2019-12-14 Ran Benitaparser: fix the remaining pointer chasing
2019-11-14 Ran Benitaparser: fix quadratic pointer chasing
2019-11-14 Ran Benitaparser: remove an unneeded check
2019-11-12 Ran Benitacompat: reject interpret modifier predicate with more...
2019-11-12 Ran Benitaexpr: fix log message on some unexpected expression...
2019-11-12 Ran BenitaReplace some tabs that sneaked in with spaces
2019-11-12 Ran Benitaparser: fix merge mode only applied to first vmod in...
2019-11-12 Ran Benitaast: use a separate expr struct for action list
2019-11-12 Ran Benitaast-build: get rid of unhelpful macro
2019-11-08 Ran Benitaparser: get rid of "stealing" atoms
2019-10-16 Ran Benitakeymap-dump: use consistent capitalization for "Group<N>"
2019-10-16 Ran Benitakeymap-dump: fix invalid names used for levels above 8
2019-03-24 Ran BenitaMerge pull request #95 from Hi-Angel/fix-lgtm-warnings
2019-03-23 Konstantin Kharlamovsymbols: add a comment to suppress warning from code...
2018-10-01 Ran BenitaMerge pull request #69 from alanc/master
2018-09-30 Alan CoopersmithFix off-by-one error in index check in xkb_file_type_to...
2018-08-05 Ran BenitaMerge pull request #67 from fooishbar/fix-more-fuzz
2018-08-03 Daniel StoneFail expression lookup on invalid atoms
2018-08-03 Daniel Stonexkbcomp: Don't falsely promise from ExprResolveLhs
2018-08-03 Daniel Stonexkbcomp: Don't explode on invalid virtual modifiers
2018-08-03 Daniel Stonexkbcomp: Don't crash on no-op modmask expressions
2018-08-03 Daniel Stoneparser: Don't set more maps when we don't have any
2018-08-01 Ran BenitaMerge pull request #66 from whot/master
2018-08-01 Peter Huttereraction: make a note that we may not null-terminate...
2018-08-01 Peter Huttererxkbcomp: fix pointer value for FreeStmt
2018-08-01 Peter Huttererkeycodes: don't try to copy zero key aliases
2018-07-30 Ran Benitaxkbcomp: fix crash when parsing an xkb_geometry section
2018-07-30 Ran Benitaxkbcomp: fix crashes in the parser when geometry tokens...
2018-07-30 Ran Benitaxkbcomp: fix stack overflow when evaluating boolean...
2017-12-12 Ran Benitaxkbcomp/ast-build: fix memory leak when appending multi...
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...
2017-09-08 Ran Benitaexpr: paper over a maybe-uninitialized warning
2017-07-31 Ran Benitabuild: fix out-of-tree build
2017-04-11 Ran BenitaMerge pull request #45 from fooishbar/xdg-shell-v6
2017-04-11 Daniel StoneAdd explicit fallthrough case statements
2016-06-09 Ran Benitakeymap-dump: use consistent order set/latch/lock (style)
2016-02-27 Ran Benitakeymap: share LevelsSameSyms()
2015-11-18 Ran Benitasrc/utils: change map_file to not take const string...
2014-10-23 Ran Benitakeycodes: use correct printf format
2014-10-23 Ran BenitaReduce variable scopes
2014-10-18 Ran Benitaast-build: remove log message about allocation failure
2014-10-18 Ran Benitaxkbcomp: remove file->topName
2014-10-18 Ran Benitaxkbcomp/keymap: remove useless free()
2014-10-16 Ran Benitasymbols: don't warn about conflicting syms if they...
2014-10-16 Ran Benitaparser: bring back warning about includes of files...
2014-10-13 Ran Benitacompose/parser: fix segfault when including
2014-10-07 Ran Benitascanner-utils: optimize one-line comments
2014-09-25 Ran Benitakeymap: rename XkbKeyGroupWidth to XkbKeyNumLevels
2014-09-25 Ran Benitasymbols: improve FindKeyForSymbol()
2014-09-25 Ran Benitasymbols: use correct max value
2014-09-21 Ran Benitakeymap-dump: combine modifier_map's with the same modifier
2014-09-21 Ran Benitarules: fix mlvo-not-used warning
2014-09-20 Ran Benitarules: warn when an RMLVO component isn't used
2014-09-20 Ran Benitaparser: use "atom" instead of "sval" in yylval
2014-09-10 Ran Benitasymbols: use darray_foreach_from for nicer loop
2014-09-10 Ran Benitakeycodes: fix keymap compilation with no aliases and...
2014-09-10 Ran Benitaast-build: fix leak in error path
2014-08-18 Ran BenitaMake the effective mod mask calculation available to...
2014-07-27 Ran Benitaast-build: make sure InterpDef is freeable
next