libXpm: Changes to 'refs/tags/libXpm-3.5.8'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Oct 9 10:36:04 PDT 2009


Tag 'libXpm-3.5.8' created by Alan Coopersmith <alan.coopersmith at sun.com> at 2009-10-09 18:32 -0700

libXpm 3.5.8

Changes since libXpm-3.5.7:
Alan Coopersmith (6):
      Bug 14171: sxpm/Makefile.am:21: SED was already defined
      Add README with pointers to mailing list, bugzilla & git repos
      Update AC_DEFINE_DIR to latest version from Autoconf Archive
      Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive
      Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
      libXpm 3.5.8

Benjamin Close (1):
      Use libtools SED check rather than autoconf's SED check.

James Cloos (1):
      Replace static ChangeLog with dist-hook to generate from git log

Matthieu Herrb (1):
      nuke RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Janitor: ansification, make distcheck, .gitignore

Peter Breitenlohner (1):
      X.Org Bug 17944: avoid gcc warning for libXpm

---
 .gitignore       |   12 +
 ChangeLog        |  101 -------------
 Makefile.am      |   10 +
 README           |   25 +++
 acinclude.m4     |   47 +++---
 configure.ac     |   27 +--
 cxpm/.gitignore  |    5 
 cxpm/Makefile.am |    8 -
 cxpm/cxpm.c      |   15 -
 src/.gitignore   |    6 
 src/Attrib.c     |   42 ++---
 src/CrBufFrI.c   |   73 ++++-----
 src/CrBufFrP.c   |   13 -
 src/CrDatFrI.c   |   72 ++++-----
 src/CrDatFrP.c   |   12 -
 src/CrIFrBuf.c   |   27 +--
 src/CrIFrDat.c   |   27 +--
 src/CrIFrP.c     |   12 -
 src/CrPFrBuf.c   |   15 -
 src/CrPFrDat.c   |   15 -
 src/CrPFrI.c     |   10 -
 src/Image.c      |    6 
 src/Info.c       |   18 +-
 src/Makefile.am  |    2 
 src/RdFToBuf.c   |    6 
 src/RdFToDat.c   |    6 
 src/RdFToI.c     |   45 +++--
 src/RdFToP.c     |   15 -
 src/WrFFrBuf.c   |    6 
 src/WrFFrDat.c   |    6 
 src/WrFFrI.c     |   69 ++++-----
 src/WrFFrP.c     |   12 -
 src/create.c     |  417 ++++++++++++++++++++++++++-----------------------------
 src/data.c       |   34 ++--
 src/hashtab.c    |   29 +--
 src/misc.c       |   19 +-
 src/parse.c      |   62 ++++----
 src/rgb.c        |   58 +++----
 src/scan.c       |  134 ++++++++---------
 sxpm/.gitignore  |    5 
 sxpm/Makefile.am |    8 -
 sxpm/sxpm.c      |   55 +++----
 42 files changed, 733 insertions(+), 853 deletions(-)
---


More information about the xorg-commit mailing list