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

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Oct 29 16:05:32 PDT 2010


Tag 'libXdmcp-1.1.0' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2010-10-29 23:13 -0700

libXdmcp 1.1.0

Changes since libXdmcp-1.0.3:
Alan Coopersmith (9):
      Constify function prototypes
      XdmcpARRAY8Equal: Use memcmp instead of rolling our own
      unifdef Lynx
      Deal with lint warnings about implicit narrowing conversions
      Use stdint.h instead of limits.h for UINT*_MAX definitions
      Fix order of CPPFLAGS passed to lint/compile steps
      Replace comments pointing to non-public X Consortium defect reports
      Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS already call
      libXdmcp 1.1.0

Gaetan Nadon (11):
      Makefile.am: do not include autogen.sh in distribution #24183
      .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
      make: remove unrequired -I${top_builddir}/include
      config: remove the pkgconfig pc.in file from EXTRA_DIST
      config: update AC_PREREQ statement to 2.60
      config: require xorg-macros minimum of 1.10 for XORG_CHECK_SGML_DOCTOOLS

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

Matt Dew (1):
      specs: replace troff source with docbook-xml source

Mikhail Gusarov (3):
      Reshuffle functions to decrease amount of boilerplate
      Nuke RCS tags
      Get rid of Xalloc/Xrealloc/Xfree from X server or Xlib

---
 .gitignore          |   70 
 A8Eq.c              |   49 
 AA16.c              |   51 
 AA32.c              |   51 
 AA8.c               |   51 
 Alloc.c             |   79 -
 AofA8.c             |   51 
 Array.c             |  247 +++
 CA8.c               |   48 
 CmpKey.c            |   49 
 DA16.c              |   46 
 DA32.c              |   44 
 DA8.c               |   44 
 DAofA8.c            |   50 
 DecKey.c            |   49 
 Fill.c              |   14 
 Flush.c             |    9 
 GenKey.c            |   74 
 INSTALL             |  236 ---
 IncKey.c            |   49 
 Key.c               |  102 +
 Makefile.am         |   64 
 RA16.c              |   70 
 RA32.c              |   70 
 RA8.c               |   70 
 RAofA8.c            |   73 
 RC16.c              |   50 
 RC32.c              |   54 
 RC8.c               |   45 
 RHead.c             |   46 
 RR.c                |   42 
 RaA16.c             |   51 
 RaA32.c             |   51 
 RaA8.c              |   51 
 RaAoA8.c            |   51 
 Read.c              |  244 +++
 Unwrap.c            |    5 
 WA16.c              |   49 
 WA32.c              |   49 
 WA8.c               |   49 
 WAofA8.c            |   49 
 WC16.c              |   50 
 WC32.c              |   53 
 WC8.c               |   49 
 Whead.c             |   64 
 Wrap.c              |    5 
 Wrap.h              |    4 
 Wraphelp.c          |    5 
 Write.c             |  151 ++
 configure.ac        |   28 
 doc/.gitignore      |    5 
 doc/Makefile.am     |   64 
 doc/xdmcp.xml       | 3895 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/X11/Xdmcp.h |   27 
 54 files changed, 4812 insertions(+), 2284 deletions(-)
---


More information about the xorg-commit mailing list