summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-21Assume target platforms have strcasecmp, strncasecmp, & strdup nowAlan Coopersmith
2024-02-03xkbcomp 1.4.7xkbcomp-1.4.7Alan Coopersmith
2023-10-07GenerateListing: close outFile before returningAlan Coopersmith
2023-02-16configure: raise minimum autoconf requirement to 2.70Alan Coopersmith
2023-01-28xkbcomp.h: include config.h before any other headersAlan Coopersmith
2023-01-03Replace calloc(strlen())+strcpy() pairs with strdup() callsAlan Coopersmith
2023-01-03Mark more pointers as constAlan Coopersmith
2023-01-03Use unsigned ints when shifting to create bitmasksAlan Coopersmith
2023-01-03Stop building more unused functionsAlan Coopersmith
2023-01-03Only build debug infrastructure if DEBUG is definedAlan Coopersmith
2023-01-03Remove unused "no indent" (NOI) debug functionsAlan Coopersmith
2023-01-03Mark more functions and variables staticAlan Coopersmith
2023-01-03XkbAddDirectoryToPath: don't leak existing paths on realloc() failureAlan Coopersmith
2023-01-03FindKeypadVMod: check xkb is not NULL before dereference, not afterAlan Coopersmith
2023-01-03Remove #ifdef sgi sectionsAlan Coopersmith
2023-01-03Handle -Wstringop-truncation warning in HandleOverlayDef()Alan Coopersmith
2023-01-03Use asprintf() if the platform supports itAlan Coopersmith
2022-12-11Replace && with & for bitwise comparisonAlan Coopersmith
2022-12-11Fix 106 missing-field-initializers warnings in misc.cAlan Coopersmith
2022-12-11Replace malloc()+bzero() pairs with calloc() callsAlan Coopersmith
2022-12-11Remove unnecessary casts from bzero() callsAlan Coopersmith
2022-12-11Remove unnecessary casts from memcpy() callsAlan Coopersmith
2022-12-11Replace Opaque with direct usage of void *Alan Coopersmith
2022-12-11Remove unnecessary checks for NULL pointers before calling free()Alan Coopersmith
2022-12-11Replace uFree() with direct free() callsAlan Coopersmith
2022-12-11Replace uTypedRecalloc() with direct recallocarray() callsAlan Coopersmith
2022-12-11Replace uTypedRealloc() with direct reallocarray() callsAlan Coopersmith
2022-12-11Replace uCalloc() and uTypedCalloc() with direct calloc() callsAlan Coopersmith
2022-12-11Replace uAlloc() and uTypedAlloc() with direct malloc() callsAlan Coopersmith
2022-12-11Delete unused uTmpAlloc/uTmpFree wrappers around alloca()Alan Coopersmith
2022-12-11Use C99 struct initializersAlan Coopersmith
2022-12-11Variable scope reductionsAlan Coopersmith
2022-12-10Remove register keyword from variable declarationsAlan Coopersmith
2022-12-10Eliminate 20 -Wimplicit-fallthrough warningsAlan Coopersmith
2022-12-10gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2022-12-10Avoid possibly dereferencing null pointerLeandro Nini
2022-12-07xkbcomp 1.4.6xkbcomp-1.4.6Alan Coopersmith
2022-11-29configure: Use AC_SYS_LARGEFILE to enable large file supportMatt Turner
2022-07-11suppress four more warnings when 'warningLevel' is zeroBenno Schulenberg
2022-07-11suppress the "Could not resolve" warning when 'warningLevel' is zeroBenno Schulenberg
2022-04-02man page: remove out-of-date COPYRIGHT sectionAlan Coopersmith
2021-12-08gitlab CI: update to new templatesAlan Coopersmith
2021-12-06Build xz tarballs instead of bzip2Alan Coopersmith
2021-11-28Fix "upercase" typoAlan Coopersmith
2021-03-17xkbcomp 1.4.5xkbcomp-1.4.5Peter Hutterer
2021-01-21keycodes: compress the high keycode warningPeter Hutterer
2021-01-21keycodes: downgrade the >255 keycode warning to an infoPeter Hutterer
2021-01-21Downgrade the warning for missing symbols to infoPeter Hutterer
2021-01-21Replace WARN[1-9], ERROR[1-9], etc. with their unnumbered versionPeter Hutterer
2021-01-21gitlab CI: add basic build testPeter Hutterer