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

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Oct 30 10:01:12 PDT 2010


Tag 'xkbcomp-1.2.0' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2010-10-30 18:00 -0700

xkbcomp 1.2.0

Changes since xkbcomp-1.1.1:
Alan Coopersmith (3):
      config: upgrade to util-macros 1.8 for additional man page support
      config: Remove unnecessary calls from configure.ac
      xkbcomp 1.2.0

Daniel Stone (7):
      Lazy keysym parsing (avoid XStringToKeysym)
      Use fread() instead of getc()
      Fix compilation with DEBUG
      Don't malloc() and free() most scanned symbols
      Fix gcc warnings
      Fix parsing of 0x1a2b3c4d-style symbols
      limits.h is mandated by C89, no need to check for it

Gaetan Nadon (9):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      config: move CWARNFLAGS from configure.ac to Makefile.am
      config: add check for yacc to insure it is installed #27973
      config: allow to build tarball when yacc is missing
      config: update AC_PREREQ statement to 2.60

Jeremy Huddleston (1):
      This is not a GNU project, so declare it foreign.

Julien Cristau (1):
      Fix signedness issue with getc() return value

---
 .gitignore   |   79 +++++++++++++++++++++++++++-----
 Makefile.am  |   36 ++++----------
 configure.ac |   27 ++++-------
 keycodes.c   |   16 ++----
 parseutils.c |   20 ++++++--
 parseutils.h |    6 +-
 symbols.c    |    9 ++-
 xkbcomp.c    |    2 
 xkbcomp.h    |    2 
 xkbparse.y   |   53 +++++++---------------
 xkbscan.c    |  142 ++++++++++++++++++++++++++++++++++-------------------------
 11 files changed, 223 insertions(+), 169 deletions(-)
---


More information about the xorg-commit mailing list