summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-04-22Assume target platforms have strcasecmp nowHEADmasterAlan Coopersmith2-22/+1
2024-03-18Add XkbRF_FreeVarDefs() a destructor for XkbRF_VarDefsRec.Alexander Golubev1-1/+27
2023-11-08Add a meson build systemAlan Coopersmith2-1/+47
2023-10-08Fix -Wsign-compare warnings in xkbtext.c & xkmread.cAlan Coopersmith2-9/+8
2023-10-08XkbIndentText: Fix -Wsign-compare warningAlan Coopersmith1-1/+1
2023-10-08xkbtext.c: Add tbGetBufferString helper functionAlan Coopersmith1-20/+21
2023-10-08DefaultParser: avoid -Wimplicit-fallthrough warningsAlan Coopersmith1-32/+34
2023-10-08XkbWriteCFile: stop leaking header file ifdef nameAlan Coopersmith1-3/+4
2023-10-08XkbCFReportError: avoid -Wformat-nonliteral warningAlan Coopersmith1-15/+15
2023-10-08XkbChangeAtomDisplay: stop leaking atom nameAlan Coopersmith1-5/+6
2023-10-08_XkbInitAtoms: check for malloc() failureAlan Coopersmith1-6/+4
2023-10-08_XkbMakeAtom: remove check for impossible caseAlan Coopersmith1-2/+1
2023-03-25Set close-on-exec when opening filesAlan Coopersmith1-4/+9
2022-08-20Fix check for appending '|' character when applying rulesRan Benita1-1/+1
2022-06-05fix an off-by-one error in copying the name of a virtual modifierBenno Schulenberg1-1/+1
2020-09-02unifdef NOTYETPeter Hutterer2-25/+0
2020-06-19Escape non-printable characters correctlyPeter Hutterer1-1/+1
2019-03-29Convert check for strcasecmp to normal autoconf styleAlan Coopersmith2-2/+2
2019-03-29Use strndup if available to avoid -Wstringop-overflow warning from gcc 9Alan Coopersmith1-3/+9
2018-03-24correcting mathematical nonsenseMartin Burggraf1-3/+11
2016-01-01Fix mistyped argument of sizeofAndreas Wettstein1-3/+3
2016-01-01Add support for genKeyEvent flagAndreas Wettstein1-0/+2
2016-01-01Add missing support for NoLock and NoUnlock flagsAndreas Wettstein1-2/+46
2014-11-27Remove unnecessary check.Jörg Sonnenberger1-1/+1
2014-11-08Remove check to see if SEEK_SET is defined before using itAlan Coopersmith1-4/+0
2013-10-28Constify atom name argument to XkbInternAtomAlan Coopersmith1-2/+2
2013-10-28Convert sprintf calls to snprintfAlan Coopersmith3-114/+128
2013-10-28Don't dereference xkb pointer until after checking it for NULLAlan Coopersmith1-8/+8
2013-10-28unifdef -UXKB_IN_SERVERAlan Coopersmith7-120/+0
2013-10-20Convert to X.Org standard indentation styleAlan Coopersmith14-7630/+8130
2013-01-18Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith1-4/+2
2011-11-16Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith7-18/+20
2011-11-11Include strings.h for strcasecmpJeremy Huddleston1-0/+1
2011-09-16Strip trailing whitespaceAlan Coopersmith12-168/+168
2010-10-06Purge cvs tags.Jesse Adkins14-28/+0
2010-07-08Purge macro NEED_EVENTSFernando Carrijo6-6/+0
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith1-1/+1
2009-05-08Semi-revert 33b839e16fe681ba915658f824ceb1b252084ea4Adam Jackson4-33/+39
2009-05-07Use flockfile if available.Adam Jackson1-0/+10
2009-05-07s/_XkbDupString/strdup/Adam Jackson4-50/+34
2009-01-29Janitor: distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade5-11/+12
2009-01-15Fix static buffer overflow in "xkbcomp -C :0"Kees Cook1-5/+21
2009-01-15Apply partial matches for option (#19563)Alexey Ten1-0/+1
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+0
2006-04-12Fix offline operation.Daniel Stone2-4/+4
2006-04-10Really fix typos.Daniel Stone2-4/+4
2006-04-10Fix stupid typos. (Shang-Feng Yang)Daniel Stone2-4/+4
2006-04-09Coverity #265: Fix potential NULL dereference.Daniel Stone1-1/+1
2006-04-09Coverity #776, #777: Fix memory leaks.Daniel Stone2-7/+12
2006-04-07Coverity #787, 788: Fix memory leaks.Daniel Stone1-5/+5