Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-03 | xkbcomp 1.1.1xkbcomp-1.1.1 | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-07-09 | Bump to 1.1.0.xkbcomp-1.1.0 | Peter Hutterer | |
2009-03-07 | Allow the default XKB config root to be set from configure | Dan Nicholson | |
The default was hardcoded in the Makefile as $(datadir)/share/X11/xkb. This could cause a problem if you are installing xkbcomp to an alternate location but want to continue using the system's XKB data. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> | |||
2009-01-21 | Correct make distcheck and most gcc and sparse warnings. | Paulo Cesar Pereira de Andrade | |
Remaining warnings are due to macros that check address or vectors on the stack and auto generated yacc code. Compiled with default flags and also as: % make CFLAGS=-DENTRY_TRACKING_ON -DDEBUG_ON -DASSERTIONS_ON to ensure the "simplification" of code like: foo.c: <hash>define DEBUG_VAR foo_VAR <hash>include "foo.h" ... foo.h: <hash>ifdef DEBUG_VAR_NOT_LOCAL extern <hash>endif int DEBUG_VAR; ... did not change the author's "intended" logic. | |||
2008-09-05 | Check for strdup & strcasecmp before assuming we need to provide our own | Alan Coopersmith | |
2008-05-09 | Bump to 1.0.5xkbcomp-1.0.5 | Daniel Stone | |
2008-03-06 | xkbcomp 1.0.4xkbcomp-1.0.4 | Adam Jackson | |
2006-11-08 | bump to 1.0.3xkbcomp-1.0.3 | Daniel Stone | |
2006-04-26 | Bump to 1.0.2xkbcomp-1_0_2XORG-7_1 | Adam Jackson | |
2005-12-21 | Update package version for X11R7 release.XORG-7_0_99_901XORG-7_0 | Kevin E Martin | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
2005-10-14 | Use sed to fill in variables in man page | Alan Coopersmith | |
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||
2005-07-22 | Use YACC to compile xkbparse.y. | Daniel Stone | |
2005-07-20 | Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global | Adam Jackson | |
configure cache, you cache it, and the cached value is probably wrong. | |||
2005-07-15 | Build system for xkbcomp | Søren Sandmann Pedersen | |