summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-21man: document -help/-?, -em1, -emp, -emlPeter Hutterer
2013-04-09Use DEBUG, not DEBUG_ON to determine whether debugging is enabledPeter Hutterer
2013-01-22config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith
2013-01-16autogen.sh: Honor NOCONFIGURE=1Colin Walters
2013-01-16configure: Drop AM_MAINTAINER_MODEAdam Jackson
2013-01-04unifdef -U__UNIXOS2__Alan Coopersmith
2012-11-05Include Xwindows.h rather than windows.hRyan Pavlik
2012-11-01Reset scan state when opening a new fileDaniel Stone
2012-10-31Add parsing support for multiple keysyms per levelDaniel Stone
2012-03-22xkbcomp 1.2.4xkbcomp-1.2.4Alan Coopersmith
2011-12-28Delete redundant redeclarations of extern Atoms in symbols.cAlan Coopersmith
2011-12-28Make sure to leave room for trailing nil byte in yyGetNumberAlan Coopersmith
2011-12-06include resets group compatibility modifiers #43091Andreas Wettstein
2011-11-11Silence -Wparentheses-equalityJeremy Huddleston
2011-11-11Silence -Wshadow warningsJeremy Huddleston
2011-11-11Correct our zeroing out of the row in InitRowInfoJeremy Huddleston
2011-11-11Fix -Wformat warningsJeremy Huddleston
2011-11-11Add missing _X_NORETURN to uFatalErrorJeremy Huddleston
2011-11-11Include strings.h for strcasecmp and string.h for strdupJeremy Huddleston
2011-07-07Add .pc file for version exportPeter Hutterer
2011-06-22Print version number on -version.Peter Hutterer
2011-06-21Bump to 1.2.3xkbcomp-1.2.3Daniel Stone
2011-06-21Interp: Allow explicit Any/NoSymbol mappingsDaniel Stone
2011-06-21Constify LookupKeysym input argumentDaniel Stone
2011-06-21Bump to 1.2.2xkbcomp-1.2.2Daniel Stone
2011-06-21Interp: Ignore NoSymbol definitionsDaniel Stone
2011-06-21Interp: Don't make modifier lookup failure fatalDaniel Stone
2011-06-15config: move pre-processor flags to AM_CPPFLAGSGaetan Nadon
2011-06-15config: let Automake handle Yacc dist and cleaningGaetan Nadon
2011-06-08Replace repeated checks for gcc with _X_ATTRIBUTE_PRINTF from xprotoAlan Coopersmith
2011-04-04xkbcomp: Stop possible overflow in yyGetnumber. #31647Alistair Leslie-Hughes
2011-02-13Inline the oiText macro in the only place it's usedJulien Cristau
2011-02-11xkbcomp 1.2.1xkbcomp-1.2.1Peter Hutterer
2011-01-19config: move man pages into their own directoryGaetan Nadon
2011-01-13man: remove trailing spaces and tabsGaetan Nadon
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon
2011-01-04Remove out-of-date copies of README.config & README.enhancingAlan Coopersmith
2010-11-01config: replace AC_CHECK_FILE with test -f as it fails to cross-compileGaetan Nadon
2010-11-01man: Improve description of device selection optionDirk Wallenstein
2010-11-01Allow uploading a keymap to a single deviceDirk Wallenstein
2010-10-30xkbcomp 1.2.0xkbcomp-1.2.0Alan Coopersmith
2010-09-23config: Remove unnecessary calls from configure.acAlan Coopersmith
2010-09-23config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith
2010-09-23config: update AC_PREREQ statement to 2.60Gaetan Nadon
2010-07-12config: allow to build tarball when yacc is missingGaetan Nadon
2010-07-12limits.h is mandated by C89, no need to check for itDaniel Stone
2010-07-12Fix signedness issue with getc() return valueJulien Cristau
2010-07-09Fix parsing of 0x1a2b3c4d-style symbolsDaniel Stone
2010-06-15Fix gcc warningsDaniel Stone