summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-13WriteXKMIndicators: dereference pointer after checking for NULL, not beforeHEADmasterAlan Coopersmith
2024-04-22Assume target platforms have strcasecmp nowAlan Coopersmith
2024-03-18Add XkbRF_FreeVarDefs() a destructor for XkbRF_VarDefsRec.Alexander Golubev
2023-11-08Add a meson build systemAlan Coopersmith
2023-10-08Fix -Wsign-compare warnings in xkbtext.c & xkmread.cAlan Coopersmith
2023-10-08XkbIndentText: Fix -Wsign-compare warningAlan Coopersmith
2023-10-08xkbtext.c: Add tbGetBufferString helper functionAlan Coopersmith
2023-10-08DefaultParser: avoid -Wimplicit-fallthrough warningsAlan Coopersmith
2023-10-08XkbWriteCFile: stop leaking header file ifdef nameAlan Coopersmith
2023-10-08XkbCFReportError: avoid -Wformat-nonliteral warningAlan Coopersmith
2023-10-08XkbChangeAtomDisplay: stop leaking atom nameAlan Coopersmith
2023-10-08_XkbInitAtoms: check for malloc() failureAlan Coopersmith
2023-10-08_XkbMakeAtom: remove check for impossible caseAlan Coopersmith
2023-03-25Set close-on-exec when opening filesAlan Coopersmith
2022-08-20Fix check for appending '|' character when applying rulesRan Benita
2022-06-05fix an off-by-one error in copying the name of a virtual modifierBenno Schulenberg
2020-09-02unifdef NOTYETPeter Hutterer
2020-06-19Escape non-printable characters correctlyPeter Hutterer
2019-03-29Convert check for strcasecmp to normal autoconf styleAlan Coopersmith
2019-03-29Use strndup if available to avoid -Wstringop-overflow warning from gcc 9Alan Coopersmith
2018-03-24correcting mathematical nonsenseMartin Burggraf
2016-01-01Fix mistyped argument of sizeofAndreas Wettstein
2016-01-01Add support for genKeyEvent flagAndreas Wettstein
2016-01-01Add missing support for NoLock and NoUnlock flagsAndreas Wettstein
2014-11-27Remove unnecessary check.Jörg Sonnenberger
2014-11-08Remove check to see if SEEK_SET is defined before using itAlan Coopersmith
2013-10-28Constify atom name argument to XkbInternAtomAlan Coopersmith
2013-10-28Convert sprintf calls to snprintfAlan Coopersmith
2013-10-28Don't dereference xkb pointer until after checking it for NULLAlan Coopersmith
2013-10-28unifdef -UXKB_IN_SERVERAlan Coopersmith
2013-10-20Convert to X.Org standard indentation styleAlan Coopersmith
2013-01-18Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith
2011-11-16Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-11-11Include strings.h for strcasecmpJeremy Huddleston
2011-09-16Strip trailing whitespaceAlan Coopersmith
2010-10-06Purge cvs tags.Jesse Adkins
2010-07-08Purge macro NEED_EVENTSFernando Carrijo
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
2009-05-08Semi-revert 33b839e16fe681ba915658f824ceb1b252084ea4Adam Jackson
2009-05-07Use flockfile if available.Adam Jackson
2009-05-07s/_XkbDupString/strdup/Adam Jackson
2009-01-29Janitor: distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade
2009-01-15Fix static buffer overflow in "xkbcomp -C :0"Kees Cook
2009-01-15Apply partial matches for option (#19563)Alexey Ten
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-04-12Fix offline operation.Daniel Stone
2006-04-10Really fix typos.Daniel Stone
2006-04-10Fix stupid typos. (Shang-Feng Yang)Daniel Stone
2006-04-09Coverity #265: Fix potential NULL dereference.Daniel Stone
2006-04-09Coverity #776, #777: Fix memory leaks.Daniel Stone