The following changes since commit 780754050bc9cb1489f92a2a890ab5665e3e6358:
Fix GLX_LIBS vs. DMX_LIBS order. (2010-12-07 09:24:16 -0800)
are available in the git repository at:
ssh://people.freedesktop.org/~alanc/xserver master
Alan Coopersmith (8):
Move inclusion of panoramiX headers to top of render.c
Sun's copyrights now belong to Oracle
Add asprintf() implementation for platforms without it
Convert existing Xprintf style calls to asprintf style
Convert hw/xfree86/parser code to use asprintf() calls
Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls
Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() calls
Convert cvt code to use XNFasprintf()
COPYING | 2 +-
composite/compalloc.c | 2 +-
composite/compext.c | 2 +-
composite/compinit.c | 2 +-
composite/compint.h | 2 +-
composite/compoverlay.c | 2 +-
composite/compwindow.c | 2 +-
config/hal.c | 13 +-
config/udev.c | 14 +-
configure.ac | 2 +-
dix/Xserver-dtrace.h.in | 2 +-
dix/Xserver.d | 2 +-
dix/devices.c | 17 ++-
dix/dispatch.c | 2 +-
dix/dixfonts.c | 4 +-
dix/events.c | 2 +-
dix/resource.c | 2 +-
fb/fbcmap_mi.c | 2 +-
hw/xfree86/common/xf86AutoConfig.c | 4 +-
hw/xfree86/common/xf86Config.c | 13 +-
hw/xfree86/common/xf86Configure.c | 33 ++---
hw/xfree86/common/xf86Helper.c | 15 +-
hw/xfree86/common/xf86Init.c | 3 +-
hw/xfree86/common/xf86Option.c | 5 +-
hw/xfree86/common/xf86ShowOpts.c | 10 +-
hw/xfree86/common/xf86pciBus.c | 4 +-
hw/xfree86/common/xf86sbusBus.c | 6 +-
hw/xfree86/dixmods/extmod/modinit.c | 5 +-
hw/xfree86/dri/dri.c | 7 +-
hw/xfree86/loader/loadmod.c | 18 +--
hw/xfree86/loader/sdksyms.sh | 1 +
hw/xfree86/modes/xf86Crtc.c | 8 +-
hw/xfree86/modes/xf86Modes.c | 4 +-
hw/xfree86/modes/xf86cvt.c | 10 +-
hw/xfree86/os-support/solaris/solaris-amd64.S | 2 +-
hw/xfree86/os-support/solaris/solaris-ia32.S | 2 +-
.../os-support/solaris/solaris-sparcv8plus.S | 2 +-
hw/xfree86/os-support/solaris/sun_VTsw.c | 2 +-
hw/xfree86/os-support/solaris/sun_agp.c | 2 +-
hw/xfree86/os-support/solaris/sun_apm.c | 2 +-
hw/xfree86/os-support/solaris/sun_bell.c | 2 +-
hw/xfree86/os-support/solaris/sun_vid.c | 2 +-
hw/xfree86/parser/Flags.c | 13 +-
hw/xfree86/parser/Makefile.am | 1 +
hw/xfree86/parser/Pointer.c | 16 +--
hw/xfree86/utils/cvt/Makefile.am | 7 +-
hw/xfree86/utils/cvt/cvt.c | 18 ++
hw/xfree86/utils/gtf/Makefile.am | 2 +-
hw/xfree86/vbe/vbeModes.c | 4 +-
hw/xwin/win.h | 7 +-
hw/xwin/windialogs.c | 5 +-
hw/xwin/winerror.c | 24 ++-
include/Makefile.am | 1 +
include/Xprintf.h | 69 ++++++++
include/dix-config.h.in | 3 +
include/os.h | 12 +-
mi/micmap.c | 2 +-
os/access.c | 2 +-
os/log.c | 12 +-
os/xprintf.c | 170 +++++++++++++++++---
render/render.c | 8 +-
xfixes/cursor.c | 2 +-
xfixes/xfixes.c | 2 +-
xfixes/xfixesint.h | 2 +-
xkb/ddxList.c | 43 +++--
xkb/ddxLoad.c | 19 ++-
66 files changed, 440 insertions(+), 242 deletions(-)
create mode 100644 include/Xprintf.h
--
-Alan Coopersmith- [email protected]
Oracle Solaris Platform Engineering: X Window System
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel