xkbcomp: Changes to 'refs/tags/xkbcomp-1.1.0'

Peter Hutterer whot at kemper.freedesktop.org
Wed Jul 8 15:58:53 PDT 2009


Tag 'xkbcomp-1.1.0' created by Peter Hutterer <peter.hutterer at who-t.net> at 2009-07-08 23:55 -0700

xkbcomp 1.1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkpVI9IACgkQ4jt+cLRn8L8bNQCdEa+OnjAFqhBX5z6qMHYwvhBo
oPkAniUsNXIdGwp/pdL/bdLcIeK5Tf3H
=I/op
-----END PGP SIGNATURE-----

Changes since xkbcomp-1.0.5:
Alan Coopersmith (5):
      Check for strdup & strcasecmp before assuming we need to provide our own
      Remove X_NOT_POSIX #ifdefs
      Remove #if 0'd typedef that appears nowhere else.
      sprintf -> snprintf conversions
      Use temporary buffer for generating Uxxx names to avoid overflow

Dan Nicholson (1):
      Allow the default XKB config root to be set from configure

Matthieu Herrb (1):
      Minimal man page addition for new -i option.

Paulo Cesar Pereira de Andrade (2):
      Correct make distcheck and most gcc and sparse warnings.
      Correct a remaining of a wrong change to make some DEBUG_VAR's static.

Peter Hutterer (13):
      Remove RCS tags.
      Add a few explanatory comments.
      Indent fixes.
      If we're not using XkbDesc, don't require it as a parameter.
      Add some explanatory comments
      Silence valgrind warnings.
      Remove useless longestPath variable.
      More comments.
      Don't pass useless handlers around in HandleIncludeKeycodes.
      Remove unused merge parameter from HandleKeyNameVar.
      Don't overwrite previously assigned type indices with useless ones.
      Check for NULL strings before calling strdup.
      Bump to 1.1.0.

---
 .gitignore       |    3 
 Makefile.am      |    4 
 README           |    1 
 README.config    |    1 
 README.enhancing |    1 
 action.c         | 2196 +++++++++++---------
 action.h         |   47 
 alias.c          |  386 +--
 alias.h          |   51 
 compat.c         | 1318 ++++++------
 compat.h         |    1 
 configure.ac     |   19 
 expr.c           | 1753 ++++++++--------
 expr.h           |  279 +-
 geometry.c       | 5907 +++++++++++++++++++++++++++++--------------------------
 indicators.c     |  848 ++++---
 indicators.h     |   85 
 keycodes.c       | 1323 ++++++------
 keycodes.h       |   16 
 keymap.c         |  247 +-
 keytypes.c       | 1906 +++++++++--------
 listing.c        |  547 ++---
 misc.c           |  795 ++++---
 misc.h           |  171 -
 parseutils.c     | 1068 +++++----
 parseutils.h     |  330 +--
 symbols.c        | 3542 ++++++++++++++++++--------------
 tokens.h         |    6 
 utils.c          |  335 +--
 utils.h          |  221 --
 vmod.c           |  322 +-
 vmod.h           |   85 
 xkbcomp.c        | 1802 +++++++++-------
 xkbcomp.h        |  430 ++--
 xkbcomp.man      |    9 
 xkbparse.y       |    8 
 xkbpath.c        |  486 ++--
 xkbpath.h        |   66 
 xkbscan.c        |  971 +++++----
 39 files changed, 14999 insertions(+), 12587 deletions(-)
---


More information about the xorg-commit mailing list