index
:
app/xkbcomp
master
obsd
compile XKB keyboard description
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-16
configure: raise minimum autoconf requirement to 2.70
Alan Coopersmith
2023-01-28
xkbcomp.h: include config.h before any other headers
Alan Coopersmith
2023-01-03
Replace calloc(strlen())+strcpy() pairs with strdup() calls
Alan Coopersmith
2023-01-03
Mark more pointers as const
Alan Coopersmith
2023-01-03
Use unsigned ints when shifting to create bitmasks
Alan Coopersmith
2023-01-03
Stop building more unused functions
Alan Coopersmith
2023-01-03
Only build debug infrastructure if DEBUG is defined
Alan Coopersmith
2023-01-03
Remove unused "no indent" (NOI) debug functions
Alan Coopersmith
2023-01-03
Mark more functions and variables static
Alan Coopersmith
2023-01-03
XkbAddDirectoryToPath: don't leak existing paths on realloc() failure
Alan Coopersmith
2023-01-03
FindKeypadVMod: check xkb is not NULL before dereference, not after
Alan Coopersmith
2023-01-03
Remove #ifdef sgi sections
Alan Coopersmith
2023-01-03
Handle -Wstringop-truncation warning in HandleOverlayDef()
Alan Coopersmith
2023-01-03
Use asprintf() if the platform supports it
Alan Coopersmith
2022-12-11
Replace && with & for bitwise comparison
Alan Coopersmith
2022-12-11
Fix 106 missing-field-initializers warnings in misc.c
Alan Coopersmith
2022-12-11
Replace malloc()+bzero() pairs with calloc() calls
Alan Coopersmith
2022-12-11
Remove unnecessary casts from bzero() calls
Alan Coopersmith
2022-12-11
Remove unnecessary casts from memcpy() calls
Alan Coopersmith
2022-12-11
Replace Opaque with direct usage of void *
Alan Coopersmith
2022-12-11
Remove unnecessary checks for NULL pointers before calling free()
Alan Coopersmith
2022-12-11
Replace uFree() with direct free() calls
Alan Coopersmith
2022-12-11
Replace uTypedRecalloc() with direct recallocarray() calls
Alan Coopersmith
2022-12-11
Replace uTypedRealloc() with direct reallocarray() calls
Alan Coopersmith
2022-12-11
Replace uCalloc() and uTypedCalloc() with direct calloc() calls
Alan Coopersmith
2022-12-11
Replace uAlloc() and uTypedAlloc() with direct malloc() calls
Alan Coopersmith
2022-12-11
Delete unused uTmpAlloc/uTmpFree wrappers around alloca()
Alan Coopersmith
2022-12-11
Use C99 struct initializers
Alan Coopersmith
2022-12-11
Variable scope reductions
Alan Coopersmith
2022-12-10
Remove register keyword from variable declarations
Alan Coopersmith
2022-12-10
Eliminate 20 -Wimplicit-fallthrough warnings
Alan Coopersmith
2022-12-10
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
2022-12-10
Avoid possibly dereferencing null pointer
Leandro Nini
2022-12-07
xkbcomp 1.4.6
xkbcomp-1.4.6
Alan Coopersmith
2022-11-29
configure: Use AC_SYS_LARGEFILE to enable large file support
Matt Turner
2022-07-11
suppress four more warnings when 'warningLevel' is zero
Benno Schulenberg
2022-07-11
suppress the "Could not resolve" warning when 'warningLevel' is zero
Benno Schulenberg
2022-04-02
man page: remove out-of-date COPYRIGHT section
Alan Coopersmith
2021-12-08
gitlab CI: update to new templates
Alan Coopersmith
2021-12-06
Build xz tarballs instead of bzip2
Alan Coopersmith
2021-11-28
Fix "upercase" typo
Alan Coopersmith
2021-03-17
xkbcomp 1.4.5
xkbcomp-1.4.5
Peter Hutterer
2021-01-21
keycodes: compress the high keycode warning
Peter Hutterer
2021-01-21
keycodes: downgrade the >255 keycode warning to an info
Peter Hutterer
2021-01-21
Downgrade the warning for missing symbols to info
Peter Hutterer
2021-01-21
Replace WARN[1-9], ERROR[1-9], etc. with their unnumbered version
Peter Hutterer
2021-01-21
gitlab CI: add basic build test
Peter Hutterer
2021-01-21
Remove trailing whitespaces
Peter Hutterer
2020-11-05
xkbcomp 1.4.4
xkbcomp-1.4.4
Peter Hutterer
2020-10-21
Fix lockdevbtn to be XkbSA_LockDeviceBtn action
Miroslav Koškár
[next]