summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set close-on-exec when opening filesHEADmasterAlan Coopersmith2023-03-251-4/+9
* Fix check for appending '|' character when applying rulesRan Benita2022-08-201-1/+1
* fix an off-by-one error in copying the name of a virtual modifierBenno Schulenberg2022-06-051-1/+1
* unifdef NOTYETPeter Hutterer2020-09-022-25/+0
* Escape non-printable characters correctlyPeter Hutterer2020-06-191-1/+1
* Convert check for strcasecmp to normal autoconf styleAlan Coopersmith2019-03-292-2/+2
* Use strndup if available to avoid -Wstringop-overflow warning from gcc 9Alan Coopersmith2019-03-291-3/+9
* correcting mathematical nonsenseMartin Burggraf2018-03-241-3/+11
* Fix mistyped argument of sizeofAndreas Wettstein2016-01-011-3/+3
* Add support for genKeyEvent flagAndreas Wettstein2016-01-011-0/+2
* Add missing support for NoLock and NoUnlock flagsAndreas Wettstein2016-01-011-2/+46
* Remove unnecessary check.Jörg Sonnenberger2014-11-271-1/+1
* Remove check to see if SEEK_SET is defined before using itAlan Coopersmith2014-11-081-4/+0
* Constify atom name argument to XkbInternAtomAlan Coopersmith2013-10-281-2/+2
* Convert sprintf calls to snprintfAlan Coopersmith2013-10-283-114/+128
* Don't dereference xkb pointer until after checking it for NULLAlan Coopersmith2013-10-281-8/+8
* unifdef -UXKB_IN_SERVERAlan Coopersmith2013-10-287-120/+0
* Convert to X.Org standard indentation styleAlan Coopersmith2013-10-2014-7630/+8130
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morphAlan Coopersmith2013-01-181-4/+2
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-11-167-18/+20
* Include strings.h for strcasecmpJeremy Huddleston2011-11-111-0/+1
* Strip trailing whitespaceAlan Coopersmith2011-09-1612-168/+168
* Purge cvs tags.Jesse Adkins2010-10-0614-28/+0
* Purge macro NEED_EVENTSFernando Carrijo2010-07-086-6/+0
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-061-1/+1
* Semi-revert 33b839e16fe681ba915658f824ceb1b252084ea4Adam Jackson2009-05-084-33/+39
* Use flockfile if available.Adam Jackson2009-05-071-0/+10
* s/_XkbDupString/strdup/Adam Jackson2009-05-074-50/+34
* Janitor: distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade2009-01-295-11/+12
* Fix static buffer overflow in "xkbcomp -C :0"Kees Cook2009-01-151-5/+21
* Apply partial matches for option (#19563)Alexey Ten2009-01-151-0/+1
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-131-0/+0
* Fix offline operation.Daniel Stone2006-04-122-4/+4
* Really fix typos.Daniel Stone2006-04-102-4/+4
* Fix stupid typos. (Shang-Feng Yang)Daniel Stone2006-04-102-4/+4
* Coverity #265: Fix potential NULL dereference.Daniel Stone2006-04-091-1/+1
* Coverity #776, #777: Fix memory leaks.Daniel Stone2006-04-092-7/+12
* Coverity #787, 788: Fix memory leaks.Daniel Stone2006-04-071-5/+5
* Coverity #979, #980, #981: Avoid potential NULL dereferences.Daniel Stone2006-04-071-6/+6
* Coverity #982: Fix potential NULL dereference.Daniel Stone2006-04-071-4/+7
* Fix signed vs unsigned char hilarity. (Bill Crawford)Daniel Stone2006-04-071-7/+9
* Bug #3819: Fix serious botching of _XkbStrCaseCmp commit.XORG-7_0_99_901Daniel Stone2006-03-274-45/+67
* Bug #3819: Change open-coded _XkbStrCaseCmp to strcmp + tolower.Daniel Stone2006-03-254-78/+46
* Bump to 1.0.2.libxkbfile-1_0_2Adam Jackson2006-02-281-1/+1
* Bug #5216: Allow options to appear with other components.Daniel Stone2006-02-281-7/+0
* magic lives in src, so add it to EXTRA_DIST there insteadKevin E Martin2005-10-031-0/+2
* Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson2005-08-031-2/+2
* Set soversion to 1.0.0 using -version-number.Daniel Stone2005-07-161-3/+1
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-092-1/+7
* Fix more include paths; add dix-config.h to XKB code.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14Daniel Stone2005-07-037-45/+38