summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use fread() instead of getc()Daniel Stone2010-06-151-44/+76
* Lazy keysym parsing (avoid XStringToKeysym)Daniel Stone2010-06-155-37/+25
* config: add check for yacc to insure it is installed #27973Gaetan Nadon2010-06-021-0/+2
* config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2010-02-112-2/+1
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-261-1/+2
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-284-2/+5
* Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-10-271-7/+5
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-10-261-2/+0
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-13/+66
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
* xkbcomp 1.1.1xkbcomp-1.1.1Peter Hutterer2009-10-031-1/+1
* xkbcomp: Remove output file if closing fails.Rami Ylimaki2009-08-061-2/+10
* Bump to 1.1.0.xkbcomp-1.1.0Peter Hutterer2009-07-091-1/+1
* Use temporary buffer for generating Uxxx names to avoid overflowAlan Coopersmith2009-05-111-3/+8
* Allow the default XKB config root to be set from configureDan Nicholson2009-03-072-1/+8
* Correct a remaining of a wrong change to make some DEBUG_VAR's static.Paulo Cesar Pereira de Andrade2009-01-221-1/+1
* Correct make distcheck and most gcc and sparse warnings.Paulo Cesar Pereira de Andrade2009-01-2120-31/+42
* Check for NULL strings before calling strdup.Peter Hutterer2008-09-111-1/+1
* sprintf -> snprintf conversionsAlan Coopersmith2008-09-057-73/+75
* Remove #if 0'd typedef that appears nowhere else.Alan Coopersmith2008-09-051-10/+0
* Remove X_NOT_POSIX #ifdefsAlan Coopersmith2008-09-051-27/+12
* Check for strdup & strcasecmp before assuming we need to provide our ownAlan Coopersmith2008-09-052-0/+3
* Don't overwrite previously assigned type indices with useless ones.Peter Hutterer2008-08-221-2/+9
* Remove unused merge parameter from HandleKeyNameVar.Peter Hutterer2008-08-211-2/+2
* Don't pass useless handlers around in HandleIncludeKeycodes.Peter Hutterer2008-08-211-12/+9
* More comments.Peter Hutterer2008-08-216-18/+211
* Remove useless longestPath variable.Peter Hutterer2008-08-181-4/+0
* Silence valgrind warnings.Peter Hutterer2008-08-183-3/+3
* Add some explanatory commentsPeter Hutterer2008-08-185-12/+103
* If we're not using XkbDesc, don't require it as a parameter.Peter Hutterer2008-08-121-9/+15
* Indent fixes.Peter Hutterer2008-08-1229-12464/+14648
* Add a few explanatory comments.Peter Hutterer2008-08-121-1/+6
* Remove RCS tags.Peter Hutterer2008-08-1236-73/+0
* Minimal man page addition for new -i option.Matthieu Herrb2008-05-121-0/+3
* Bump to 1.0.5xkbcomp-1.0.5Daniel Stone2008-05-091-1/+1
* Don't scan paths which make NO SENSE WHATSOEVER TO SCANDaniel Stone2008-04-171-11/+1
* xkbcomp: Take a device ID argumentDaniel Stone2008-04-171-1/+10
* xkbcomp 1.0.4xkbcomp-1.0.4Adam Jackson2008-03-061-2/+1
* Bug #7645: Fix a conditional that always evaluates to FALSE.Adam Jackson2008-02-291-2/+1