summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: raise minimum autoconf requirement to 2.70HEADmasterAlan Coopersmith2023-02-161-1/+1
* xkbcomp.h: include config.h before any other headersAlan Coopersmith2023-01-281-0/+4
* Replace calloc(strlen())+strcpy() pairs with strdup() callsAlan Coopersmith2023-01-031-6/+3
* Mark more pointers as constAlan Coopersmith2023-01-0326-306/+261
* Use unsigned ints when shifting to create bitmasksAlan Coopersmith2023-01-035-36/+36
* Stop building more unused functionsAlan Coopersmith2023-01-033-0/+12
* Only build debug infrastructure if DEBUG is definedAlan Coopersmith2023-01-037-11/+21
* Remove unused "no indent" (NOI) debug functionsAlan Coopersmith2023-01-032-27/+0
* Mark more functions and variables staticAlan Coopersmith2023-01-0316-78/+18
* XkbAddDirectoryToPath: don't leak existing paths on realloc() failureAlan Coopersmith2023-01-031-2/+5
* FindKeypadVMod: check xkb is not NULL before dereference, not afterAlan Coopersmith2023-01-031-6/+7
* Remove #ifdef sgi sectionsAlan Coopersmith2023-01-032-8/+0
* Handle -Wstringop-truncation warning in HandleOverlayDef()Alan Coopersmith2023-01-031-2/+2
* Use asprintf() if the platform supports itAlan Coopersmith2023-01-035-10/+35
* Replace && with & for bitwise comparisonAlan Coopersmith2022-12-111-1/+1
* Fix 106 missing-field-initializers warnings in misc.cAlan Coopersmith2022-12-111-106/+106
* Replace malloc()+bzero() pairs with calloc() callsAlan Coopersmith2022-12-114-26/+13
* Remove unnecessary casts from bzero() callsAlan Coopersmith2022-12-117-17/+15
* Remove unnecessary casts from memcpy() callsAlan Coopersmith2022-12-111-8/+4
* Replace Opaque with direct usage of void *Alan Coopersmith2022-12-112-8/+1
* Remove unnecessary checks for NULL pointers before calling free()Alan Coopersmith2022-12-117-68/+35
* Replace uFree() with direct free() callsAlan Coopersmith2022-12-1112-76/+64
* Replace uTypedRecalloc() with direct recallocarray() callsAlan Coopersmith2022-12-116-29/+34
* Replace uTypedRealloc() with direct reallocarray() callsAlan Coopersmith2022-12-114-18/+12
* Replace uCalloc() and uTypedCalloc() with direct calloc() callsAlan Coopersmith2022-12-118-37/+25
* Replace uAlloc() and uTypedAlloc() with direct malloc() callsAlan Coopersmith2022-12-1113-56/+48
* Delete unused uTmpAlloc/uTmpFree wrappers around alloca()Alan Coopersmith2022-12-111-7/+0
* Use C99 struct initializersAlan Coopersmith2022-12-117-176/+236
* Variable scope reductionsAlan Coopersmith2022-12-1116-267/+222
* Remove register keyword from variable declarationsAlan Coopersmith2022-12-1016-63/+63
* Eliminate 20 -Wimplicit-fallthrough warningsAlan Coopersmith2022-12-102-48/+54
* gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith2022-12-101-2/+2
* Avoid possibly dereferencing null pointerLeandro Nini2022-12-101-5/+8
* xkbcomp 1.4.6xkbcomp-1.4.6Alan Coopersmith2022-12-071-2/+2
* configure: Use AC_SYS_LARGEFILE to enable large file supportMatt Turner2022-11-291-0/+3
* suppress four more warnings when 'warningLevel' is zeroBenno Schulenberg2022-07-113-7/+10
* suppress the "Could not resolve" warning when 'warningLevel' is zeroBenno Schulenberg2022-07-111-1/+5
* man page: remove out-of-date COPYRIGHT sectionAlan Coopersmith2022-04-021-4/+0
* gitlab CI: update to new templatesAlan Coopersmith2021-12-081-9/+67
* Build xz tarballs instead of bzip2Alan Coopersmith2021-12-061-1/+1
* Fix "upercase" typoAlan Coopersmith2021-11-281-1/+1
* xkbcomp 1.4.5xkbcomp-1.4.5Peter Hutterer2021-03-171-1/+1
* keycodes: compress the high keycode warningPeter Hutterer2021-01-211-6/+2
* keycodes: downgrade the >255 keycode warning to an infoPeter Hutterer2021-01-211-2/+2
* Downgrade the warning for missing symbols to infoPeter Hutterer2021-01-211-2/+1
* Replace WARN[1-9], ERROR[1-9], etc. with their unnumbered versionPeter Hutterer2021-01-2117-500/+464
* gitlab CI: add basic build testPeter Hutterer2021-01-211-0/+43
* Remove trailing whitespacesPeter Hutterer2021-01-2133-292/+292
* xkbcomp 1.4.4xkbcomp-1.4.4Peter Hutterer2020-11-051-3/+3
* Fix lockdevbtn to be XkbSA_LockDeviceBtn actionMiroslav Koškár2020-10-211-1/+1