index
:
platform/upstream/libxkbcommon
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/upgrade
devel/x11
master
pristine-tar
sandbox/denis13/LTO
sandbox/jeon/devel
sandbox/jeon/upgrade
sandbox/jeon/upstream
sandbox/kevinthierry/bump-0.4.3
sandbox/pcoval/tizen
sandbox/sj76park/efl120
sandbox/upgrade/efl120
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_bkup_20200225
tizen_bkup_20200317
tizen_bkup_20210105
tizen_bkup_20220207
tizen_bkup_230220
tizen_branch_bkup
tizen_ivi_genivi
tizen_ivi_panda
tizen_work_20200225
tizen_work_20220207
tizen_work_20220303
tizen_work_20231222
tizen_work_230220
upstream
upstream-git
upstream_bkup_20200225
upstream_bkup_20210105
upstream_bkup_20220207
upstream_bkup_20231222
upstream_bkup_230220
upstream_work_20200225
upstream_work_20220207
upstream_work_20231222
upstream_work_230220
Domain: Graphics System / Input Management;
Sung-Jin Park <sj76.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xkbcomp
/
rules.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-24
Messages: merge macros with and without message code
Pierre Le Marre
1
-8
/
+18
2022-12-16
context: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)
Ronan Pigott
1
-1
/
+1
2022-03-14
scanner: prefix functions with `scanner_` to avoid symbol conflicts
Ran Benita
1
-33
/
+33
2020-08-30
Add /etc/xkb as extra lookup path for system data files
Peter Hutterer
1
-0
/
+7
2020-08-30
xkbcomp: allow including kccgst files from other paths
Peter Hutterer
1
-1
/
+2
2019-12-28
xkbcomp/rules: support \r\n line endings
Ran Benita
1
-1
/
+3
2019-12-28
Open files in binary mode
Ran Benita
1
-1
/
+1
2019-12-27
build: include config.h manually
Ran Benita
1
-0
/
+2
2019-12-24
rules: eliminate an extra fopen/fclose cycle
Peter Hutterer
1
-15
/
+15
2019-12-24
rules: add include statements to rules files
Peter Hutterer
1
-2
/
+90
2019-12-24
rules: move the matcher result handling to the caller
Peter Hutterer
1
-38
/
+37
2019-12-24
rules: put the scanner on the stack
Peter Hutterer
1
-58
/
+65
2019-12-24
rules: simplify an error path
Peter Hutterer
1
-3
/
+3
2019-12-24
rules: rename a variable from 's' to 'str'
Peter Hutterer
1
-11
/
+11
2019-12-24
rules: drop the matcher_err() macro and use scanner_err directly
Peter Hutterer
1
-17
/
+14
2019-12-24
rules: factor out the function to parse a rules file
Peter Hutterer
1
-13
/
+36
2015-11-19
src/utils: change map_file to not take const string argument
Ran Benita
1
-1
/
+1
2014-10-13
compose/parser: fix segfault when including
Ran Benita
1
-1
/
+1
2014-10-08
scanner-utils: optimize one-line comments
Ran Benita
1
-1
/
+1
2014-09-21
rules: fix mlvo-not-used warning
Ran Benita
1
-9
/
+11
2014-09-20
rules: warn when an RMLVO component isn't used
Ran Benita
1
-32
/
+69
2014-07-26
Replace darray_mem with a new darray_steal
Ran Benita
1
-7
/
+4
2014-05-28
rules: fix leak on failure
Ran Benita
1
-0
/
+4
2014-02-10
scanner: sort out scanner logging functions
Ran Benita
1
-61
/
+25
2014-02-10
rules: always %-expand kccgst values
Ran Benita
1
-26
/
+35
2014-02-10
rules: print full path in error messages
Ran Benita
1
-3
/
+3
2014-02-10
rules: include the path in failed-to-map error message
Ran Benita
1
-1
/
+2
2014-02-09
doc: move some file comments into txt files in doc/
Ran Benita
1
-78
/
+0
2014-02-08
scanner: make line and column unsigned
Ran Benita
1
-2
/
+2
2014-02-08
rules: get rid of struct location
Ran Benita
1
-24
/
+15
2014-02-08
Use (1u << idx) instead of (1 << idx) where appropriate
Ran Benita
1
-6
/
+6
2014-02-08
Use unsigned int for saving darray_size return value
Ran Benita
1
-1
/
+1
2014-02-08
darray: cleanup
Ran Benita
1
-5
/
+5
2013-10-14
rules: fix scanning of line-continuation without leading space
Ran Benita
1
-3
/
+9
2013-10-14
Replace ctype.h functions with ascii ones
Ran Benita
1
-6
/
+6
2013-10-10
rules: simplify a bit of code
Ran Benita
1
-17
/
+12
2013-10-10
rules: use strlen_safe
Ran Benita
1
-1
/
+1
2013-10-10
rules: improve error logging macros
Ran Benita
1
-11
/
+6
2013-10-10
rules: reduce variable scopes
Ran Benita
1
-34
/
+27
2013-04-01
utils: add {un,}map_file to read an entire file
Ran Benita
1
-23
/
+7
2013-04-01
Add scanner-utils.h for common scanner functions
Ran Benita
1
-95
/
+1
2013-03-18
rules: be more paranoid in scanner
Ran Benita
1
-16
/
+9
2013-03-18
rules: quiet a gcc warning
Ran Benita
1
-0
/
+1
2012-10-10
Rename XKB_NUM_GROUPS to XKB_MAX_GROUPS
Ran Benita
1
-1
/
+1
2012-09-30
rules: always initialize idx variable
Ran Benita
1
-0
/
+1
2012-09-24
Don't use xkbcommon-compat names in internal code
Ran Benita
1
-17
/
+17
2012-09-16
Organize src/ and test/ headers
Ran Benita
1
-2
/
+0
2012-09-16
include: improve file-not-found error reporting
Ran Benita
1
-13
/
+1
2012-09-14
rules: fix mmap failure handling
Ran Benita
1
-3
/
+3
2012-09-12
Copyright updates
Daniel Stone
1
-0
/
+23
[next]