libICE: Changes to 'refs/tags/libICE-1.0.8'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Mar 2 20:06:39 PST 2012


Tag 'libICE-1.0.8' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2012-03-03 04:00 -0800

libICE 1.0.8

Changes since libICE-1.0.7:
Alan Coopersmith (18):
      config: Remove unnecessary calls from configure.ac
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      Convert src/process.c from malloc + sprintf to asprintf
      Use correct string pointer in asprintf() fallback
      Add AC_USE_SYSTEM_EXTENSIONS to make asprintf() visible in GNU libc
      Resync fallback asprintf with updated version put into xrdb
      Fix reads outside array bounds in error handlers
      IceWritePad: Zero fill pad bytes used when buffer is full
      Strip trailing whitespace
      Fix gcc -Wwrite-strings warnings in _IceDefaultErrorHandler
      Fix gcc -Wwrite-strings warnings in _IceError* functions
      constify arguments to IceGetAuthFileEntry
      Fix gcc -Wwrite-strings warnings in AuthNames handling
      Fix gcc -Wwrite-strings warnings in process.c
      Remove ancient workaround for System V/386 Release 4.2 compiler bug
      Constify protocol, vendor & release string args to IceRegisterForProtocol*
      Plug minor memory leak in unusual path through ProcessConnectionSetup
      libICE 1.0.8

Gaetan Nadon (19):
      config: HTML file generation: use the installed copy of xorg.css
      config: remove unrequired AC_HEADER_STDC
      config: comment, minor upgrade, quote and layout configure.ac
      config: splitting ICE and XTRANS compiler options is not required
      Docbook: change the book id to match the xml file basename
      Documentation: add Docbook external references support
      doc: xorg-sgml-doctools package at version 1.7 is required
      Install target dbs alongside generated documents
      Install xml versions of specs even if HAVE_XMLTO is false
      docbook.am: global maintenance update - entities, images and olinking
      docbook.am: embed css styles inside the HTML HEAD element
      ICElib doc: remove empty revision list and specify the doc version number
      ice.xml: fix orphan affiliation
      ice.xml: version number is 1.1, not 1.0
      specs: use the &fullrelvers; entity to set X11 release information
      specs: remove orphan <corpname>
      specs: use DocBook suggested markup for Copyrights
      specs: remove <productnumber> which is not used by default
      As of 1997, X Window System is a trademark of The Open Group.

Matt Dew (3):
      add id attributes to funcsynopsis to allow other docs to olink to them
      Cleanup IDs and links in doc
      informaltable cleanup

Paulo Zanoni (2):
      Use docbookx.dtd version 4.3 for all docs
      Remove useless line from a table in specs/ice.xml

---
 README                    |    2 
 configure.ac              |   66 +---
 doc/.gitignore            |    3 
 doc/ICElib.xml            |  723 ++++++++++++++++++++++------------------------
 doc/Makefile.am           |   63 ----
 docbook.am                |  105 ++++++
 include/X11/ICE/ICEconn.h |    2 
 include/X11/ICE/ICElib.h  |   12 
 include/X11/ICE/ICEmsg.h  |    6 
 include/X11/ICE/ICEutil.h |    6 
 specs/.gitignore          |    3 
 specs/Makefile.am         |   63 ----
 specs/ice.xml             |  632 ++++++++++++++++++++--------------------
 src/ICElibint.h           |   38 +-
 src/Makefile.am           |    3 
 src/authutil.c            |   16 -
 src/connect.c             |   10 
 src/error.c               |   63 ++--
 src/getauth.c             |   42 +-
 src/globals.h             |    2 
 src/iceauth.c             |    2 
 src/listen.c              |    4 
 src/listenwk.c            |    4 
 src/misc.c                |    2 
 src/process.c             |  195 +++++++-----
 src/protosetup.c          |    6 
 src/register.c            |   20 -
 src/replywait.c           |    4 
 src/shutdown.c            |    2 
 src/watch.c               |    2 
 30 files changed, 1066 insertions(+), 1035 deletions(-)
---


More information about the xorg-commit mailing list