xfs: Changes to 'refs/tags/xfs-1.1.2'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Feb 28 23:01:23 PST 2012


Tag 'xfs-1.1.2' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2012-02-29 06:33 -0800

xfs 1.1.2

Changes since xfs-1.1.1:
Alan Coopersmith (15):
      Make config.cpp rule compatible with Solaris make
      resync font-path checking with xserver's configure.ac
      Remove dependency on libFS, the client-side library
      Fix gcc -Wwrite-strings warnings for initialization with string literals
      Add _X_ATTRIBUTE_PRINTF to error reporting functions
      Fix warnings about mismatched printf arg types
      Add _X_NORETURN to declarations of functions that exit
      Don't pass a static string to TRANS(GetReopenInfo)
      Constify string argument to MakeAtom
      Make CONFIG_ERR_* values be strings instead of indexes in ConfigErrors array
      Fix printf format errors found by gcc now that it can check
      Move os/config.h into os/config.c
      Use config.h for autoconf output now that there's no conflict
      Call malloc, not xalloc
      xfs 1.1.2

Gaetan Nadon (6):
      config: HTML file generation: use the installed copy of xorg.css
      doc: use common makefile for developers documentation
      config: fix distcheck for config.cpp
      devbook.am: maintenance update from docbook.am
      docs: use the &fullrelvers; entity to set X11 release information
      xfs-design: add missing legal text for Copyright holder

Martin Jansa (1):
      config: look for fontpath.d only if --with-default-font-path wasn't specified #31290

---
 .gitignore          |    3 --
 Makefile.am         |    1 
 config/Makefile.am  |    4 +-
 configure.ac        |   44 ++++++++++++++++++------------
 devbook.am          |   55 ++++++++++++++++++++++++++++++++++++++
 difs/atom.c         |    4 +-
 difs/cache.c        |    4 +-
 difs/charinfo.c     |    2 -
 difs/difsutils.c    |   12 ++++----
 difs/dispatch.c     |    2 -
 difs/events.c       |    2 -
 difs/extensions.c   |    2 -
 difs/fontinfo.c     |    2 -
 difs/fonts.c        |    2 -
 difs/globals.c      |    2 -
 difs/initfonts.c    |    2 -
 difs/main.c         |    2 -
 difs/resource.c     |    6 ++--
 difs/swaprep.c      |    2 -
 difs/swapreq.c      |    2 -
 difs/tables.c       |    2 -
 doc/Makefile.am     |   62 ++----------------------------------------
 doc/xfs-design.xml  |   21 +++++++++++++-
 include/difs.h      |    2 -
 include/difsutils.h |    2 -
 include/os.h        |   11 ++++---
 include/servermd.h  |    2 -
 os/access.c         |    2 -
 os/config.c         |   75 +++++++++++++++++++++++++++-------------------------
 os/config.h         |   66 ---------------------------------------------
 os/configstr.h      |    2 -
 os/connection.c     |    2 -
 os/daemon.c         |    2 -
 os/error.c          |   12 ++++----
 os/io.c             |    2 -
 os/osglue.c         |    8 ++---
 os/osinit.c         |    2 -
 os/utils.c          |    6 ++--
 os/waitfor.c        |    2 -
 os/xfstrans.c       |    6 ++--
 40 files changed, 204 insertions(+), 240 deletions(-)
---


More information about the xorg-commit mailing list