xscope: Changes to 'refs/tags/xscope-1.3'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Oct 30 18:30:02 PDT 2010


Tag 'xscope-1.3' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2010-10-31 02:28 -0700

xscope 1.3

Changes since xscope-1.2:
Alan Coopersmith (7):
      Update Sun license notices to current X.Org standard form
      config: upgrade to util-macros 1.8 for additional man page support
      config: Use AC_DEFINE instead of -D flag for setting USE_XTRANS
      config: Remove unnecessary calls from configure.ac
      Makefile.am: Add glxscope.h to xscope_SOURCES so distcheck works
      Sun's copyrights now belong to Oracle
      xscope 1.3

Gaetan Nadon (5):
      .gitignore: use common defaults with custom section # 24239
      INSTALL, NEWS, README and AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      Use strncpy rather than strlcpy as it is not available on Linux
      config: update AC_PREREQ statement to 2.60

Jeremy Huddleston (4):
      Allow a configure option to build without xtrans (--disable-xtrans)
      Eliminate a few compiler warnings for style and signedness.
      Fallback on other transports.
      Allow quitting via EOF (^D) on the command line

Kristian Høgsberg (1):
      Add basic support for GLX extension

---
 .gitignore      |   75 +++++-
 COPYING         |   42 +--
 Makefile.am     |   76 ++----
 common.c        |   42 +--
 configure.ac    |   96 ++++----
 decode11.c      |   42 +--
 decode_glx.c    |  239 +++++++++++++++++++++
 decode_render.c |   38 +--
 extensions.c    |   41 +--
 extensions.h    |   39 +--
 fd.c            |   59 ++---
 fd.h            |   44 +--
 glxscope.h      |   74 ++++++
 print11.c       |   42 +--
 print_glx.c     |  636 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 print_render.c  |   38 +--
 prtype.c        |   42 +--
 scope.c         |   57 ++---
 scope.h         |   42 +--
 server.c        |   42 +--
 table11.c       |   44 +--
 x11.h           |   47 ++--
 22 files changed, 1403 insertions(+), 494 deletions(-)
---


More information about the xorg-commit mailing list