xf86-video-sisusb: Changes to 'refs/tags/xf86-video-sisusb-0.9.5'

Dave Airlie airlied at kemper.freedesktop.org
Mon Jul 2 05:29:02 PDT 2012


Tag 'xf86-video-sisusb-0.9.5' created by Dave Airlie <airlied at redhat.com> at 2012-07-02 13:24 -0700

xf86-video-sisusb-0.9.5

Changes since xf86-video-sisusb-0.9.4:
Alan Coopersmith (1):
      Convert sisusb.man from XORG_RAWCPP to using sed like other drivers

Dave Airlie (2):
      sisusb: add support for compat API.
      sisusb: bump to 0.9.5 release

Fernando Carrijo (1):
      Purge macros NEED_EVENTS and NEED_REPLIES

Gaetan Nadon (9):
      config: update AC_PREREQ statement to 2.60
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: remove unrequired AC_HEADER_STDC
      config: remove unrequired AC_SUBST([XORG_CFLAGS])
      config: complete AC_INIT m4 quoting
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
      config: add comments for main statements

Jeremy Huddleston (8):
      Add missing include for pciaccess.h
      Require libpciaccess
      Include xf86Pci.h for IOADDRESS
      Use malloc/free rather than xalloc/xfree
      Also use calloc rather than xcalloc
      Fix build failures with recent server changes to swapl and swaps
      Use unsigned long rather than deprecated IOADDRESS
      Build fix for -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast

Jesse Adkins (1):
      Purge cvs tags.

Thierry Vignaud (1):
      Fix compilation with -Werror=format-security (bug #31540)

---
 configure.ac         |   44 +++++++---------
 man/Makefile.am      |   34 ------------
 man/sisusb.man       |   20 -------
 src/Makefile.am      |    3 -
 src/compat-api.h     |   99 +++++++++++++++++++++++++++++++++++++
 src/sisusb.h         |   13 ++++
 src/sisusb_accel.c   |    2 
 src/sisusb_cursor.c  |    6 +-
 src/sisusb_dac.c     |   16 +++---
 src/sisusb_driver.c  |  135 +++++++++++++++++++++++++--------------------------
 src/sisusb_driver.h  |   16 +++---
 src/sisusb_init.c    |    6 +-
 src/sisusb_opt.c     |    2 
 src/sisusb_osdef.h   |   12 ++--
 src/sisusb_types.h   |    4 +
 src/sisusb_utility.c |   48 ++++++++----------
 src/sisusb_vga.c     |    2 
 src/sisusb_video.c   |   12 ++--
 18 files changed, 267 insertions(+), 207 deletions(-)
---


More information about the xorg-commit mailing list