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

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Fri Mar 4 16:35:31 PST 2011


Tag 'libXt-1.1.0' created by Jeremy Huddleston <jeremyhu at apple.com> at 2011-03-05 00:34 -0800

libXt-1.1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)

iD8DBQBNcYUyjC1Anjf1NmMRAlzYAJ9hah3An/i2ImcabRRCu4PrePwvTgCcCI/e
PGwG/fPccIh5sjZAasHyq7A=
=ynEd
-----END PGP SIGNATURE-----

Changes since libXt-1.0.9:
Alan Coopersmith (11):
      Remove non-USE_SNPRINTF case from src/Error.c
      Remove ancient #if defined(macII) hack for A/UX from makestrs.c
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS now
      Convert some sprintf calls to snprintf
      Add XtAsprintf() as a new exported API
      Convert ResConfig.c to use XtAsprintf() instead of XtMalloc + sprintf
      Convert ALLOCATE_LOCAL + sprintf to XtAsprintf
      Remove unused #ifdef UNALIGNED version of Xt macros & functions
      GetResources: protect against underflow when type conversion fails
      Shell.c: TopLevelSetValues ignores iconic state if shell not yet realized

Gaetan Nadon (2):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: comment, minor upgrade, quote and layout configure.ac

Jeremy Huddleston (2):
      darwin: Don't use poll() when expected to run on darwin10 and prior
      configure: Bump version to 1.1.0 for release

walter harms (4):
      XtFree() can handle NULL , remove check
      src/Resource.c: Fix possible NULL access
      QueryEventMask: fix NULL check
      remove strcmp in src/ResConfig.c

---
 COPYING                  |    2 
 configure.ac             |  123 ++++++++++++++++++++++++++---------------------
 include/X11/Intrinsic.h  |    9 +++
 include/X11/IntrinsicI.h |   33 ------------
 man/Makefile.am          |    3 -
 man/XtAsprintf.man       |    1 
 man/XtMalloc.man         |   18 ++++++
 src/Alloc.c              |   41 +++++++++++++++
 src/Error.c              |   18 ------
 src/Initialize.c         |   25 +++------
 src/Keyboard.c           |   26 +++++----
 src/ResConfig.c          |   42 +++-------------
 src/Resources.c          |   95 +-----------------------------------
 src/Selection.c          |    2 
 src/Shell.c              |    9 ++-
 src/Varargs.c            |    5 -
 util/makestrs.c          |    3 -
 17 files changed, 192 insertions(+), 263 deletions(-)
---


More information about the xorg-commit mailing list