libxtrans: Changes to 'refs/tags/xtrans-1.2.7'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Mar 22 20:08:32 PDT 2012


Tag 'xtrans-1.2.7' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2012-03-23 04:08 -0700

xtrans-1.2.7

Changes since xtrans-1.2.6:
Adam Jackson (3):
      Don't special-case allocation for the X server
      Remove K&R token pasting macros
      Remove a decnet leftover

Alan Coopersmith (16):
      doc: Correct column count in transport configuration table
      Strip trailing whitespace
      Fix warnings about static functions declared but never defined
      Convert PRMSG macro to prmsg inline function
      Fix printf format string warnings
      Fix warning: ISO C90 forbids mixed declarations and code
      Fix unused variable warnings
      Mark __xtransname strings for debug messages as const char *
      Add _X_UNUSED attributes to silence unused parameter warnings
      Fix warning: unused variable 'tmpport' with various configurations
      Add const attributes to fix gcc -Wwrite-strings warnings
      Convert a bunch of sprintf calls to snprintf
      Finish conversion to standard C allocation functions
      Replace malloc(strlen)+strcpy with strdup
      Remove unnecessary casts on malloc, calloc & free calls
      xtrans 1.2.7

Alan Hourihane (1):
      Fix some resource & memory leaks in libxtrans.

Arvind Umrao (1):
      Removing SUN specific code, let solaris create .X11-pipe with sticky bit on

Gaetan Nadon (12):
      config: comment, minor upgrade, quote and layout configure.ac
      Documentation: add Docbook external references support
      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
      docs: remove <productnumber> which is not used by default
      docs: use the &fullrelvers; entity to set X11 release information
      docs: fix authors affiliation
      doc: support multi licensed copyright notice and license text
      specs: refactor copyright legal text for multi licensing
      specs: regroup <author> <editor> <othercredit> under authorgroup

Jeremy Huddleston (1):
      Silence warnings when building with clang

Matt Dew (2):
      Cleanup IDs and links in doc
      informaltable cleanup

Robert Bragg (1):
      Xtranssock.c: avoid buffer overrun in SocketReopen

---
 Xtrans.c        |  284 +++++++++++-------------
 Xtrans.h        |   70 +-----
 Xtransint.h     |  137 +++++++-----
 Xtranslcl.c     |  472 ++++++++++++++++++++---------------------
 Xtranssock.c    |  511 +++++++++++++++++++++-----------------------
 Xtranstli.c     |  637 +++++++++++++++++++++++++++-----------------------------
 Xtransutil.c    |  102 ++++----
 configure.ac    |   69 +++---
 doc/.gitignore  |    1 
 doc/Makefile.am |   61 -----
 doc/xtrans.xml  |  137 +++++-------
 docbook.am      |  105 +++++++++
 transport.c     |   22 +
 xtrans.m4       |   16 -
 14 files changed, 1305 insertions(+), 1319 deletions(-)
---


More information about the xorg-commit mailing list