summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: Add missing AC_CONFIG_SRCDIRbaserock/morphAlan Coopersmith2013-01-221-2/+5
* autogen.sh: Honor NOCONFIGURE=1Colin Walters2013-01-161-2/+3
* configure: Drop AM_MAINTAINER_MODEAdam Jackson2013-01-161-1/+0
* unifdef -U__UNIXOS2__Alan Coopersmith2013-01-042-6/+0
* Include Xwindows.h rather than windows.hRyan Pavlik2012-11-051-1/+1
* Reset scan state when opening a new fileDaniel Stone2012-11-014-5/+12
* Add parsing support for multiple keysyms per levelDaniel Stone2012-10-311-1/+9
* xkbcomp 1.2.4xkbcomp-1.2.4Alan Coopersmith2012-03-221-1/+1
* Delete redundant redeclarations of extern Atoms in symbols.cAlan Coopersmith2011-12-281-4/+0
* Make sure to leave room for trailing nil byte in yyGetNumberAlan Coopersmith2011-12-281-3/+3
* include resets group compatibility modifiers #43091Andreas Wettstein2011-12-061-2/+4
* Silence -Wparentheses-equalityJeremy Huddleston2011-11-111-1/+1
* Silence -Wshadow warningsJeremy Huddleston2011-11-113-15/+15
* Correct our zeroing out of the row in InitRowInfoJeremy Huddleston2011-11-111-1/+1
* Fix -Wformat warningsJeremy Huddleston2011-11-112-3/+3
* Add missing _X_NORETURN to uFatalErrorJeremy Huddleston2011-11-112-2/+2
* Include strings.h for strcasecmp and string.h for strdupJeremy Huddleston2011-11-111-0/+2
* Add .pc file for version exportPeter Hutterer2011-07-073-2/+18
* Print version number on -version.Peter Hutterer2011-06-222-1/+9
* Bump to 1.2.3xkbcomp-1.2.3Daniel Stone2011-06-211-1/+1
* Interp: Allow explicit Any/NoSymbol mappingsDaniel Stone2011-06-215-7/+11
* Constify LookupKeysym input argumentDaniel Stone2011-06-212-2/+2
* Bump to 1.2.2xkbcomp-1.2.2Daniel Stone2011-06-211-1/+1
* Interp: Ignore NoSymbol definitionsDaniel Stone2011-06-211-0/+7
* Interp: Don't make modifier lookup failure fatalDaniel Stone2011-06-211-1/+1
* config: move pre-processor flags to AM_CPPFLAGSGaetan Nadon2011-06-151-1/+2
* config: let Automake handle Yacc dist and cleaningGaetan Nadon2011-06-151-3/+0
* Replace repeated checks for gcc with _X_ATTRIBUTE_PRINTF from xprotoAlan Coopersmith2011-06-081-54/+9
* xkbcomp: Stop possible overflow in yyGetnumber. #31647Alistair Leslie-Hughes2011-04-041-3/+6
* Inline the oiText macro in the only place it's usedJulien Cristau2011-02-131-2/+2
* xkbcomp 1.2.1xkbcomp-1.2.1Peter Hutterer2011-02-111-1/+1
* config: move man pages into their own directoryGaetan Nadon2011-01-194-17/+17
* man: remove trailing spaces and tabsGaetan Nadon2011-01-131-7/+7
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2011-01-121-1/+1
* config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon2011-01-121-1/+1
* Remove out-of-date copies of README.config & README.enhancingAlan Coopersmith2011-01-044-714/+3
* config: replace AC_CHECK_FILE with test -f as it fails to cross-compileGaetan Nadon2010-11-011-3/+6
* man: Improve description of device selection optionDirk Wallenstein2010-11-011-1/+2
* Allow uploading a keymap to a single deviceDirk Wallenstein2010-11-011-0/+2
* xkbcomp 1.2.0xkbcomp-1.2.0Alan Coopersmith2010-10-301-1/+2
* config: Remove unnecessary calls from configure.acAlan Coopersmith2010-09-231-4/+0
* config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2010-09-232-23/+5
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-09-231-1/+1
* config: allow to build tarball when yacc is missingGaetan Nadon2010-07-121-1/+2
* limits.h is mandated by C89, no need to check for itDaniel Stone2010-07-122-3/+0
* Fix signedness issue with getc() return valueJulien Cristau2010-07-121-2/+2
* Fix parsing of 0x1a2b3c4d-style symbolsDaniel Stone2010-07-093-1/+14
* Fix gcc warningsDaniel Stone2010-06-151-9/+7
* Don't malloc() and free() most scanned symbolsDaniel Stone2010-06-153-38/+26
* Fix compilation with DEBUGDaniel Stone2010-06-152-0/+4