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

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Feb 21 22:02:26 PST 2012


Tag 'xscope-1.3.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2012-02-22 05:59 -0800

xscope 1.3.1

Changes since xscope-1.3:
Alan Coopersmith (22):
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      Remove unused variable server_client from print_lbx.c
      Add Intel copyright to COPYING for glx additions in xscope 1.3
      Clean up existing malloc calls
      Stop wrapping malloc & free
      Call realloc() instead of open coding it
      Use calloc() instead of malloc(); bzero();
      Use strdup instead of malloc(strlen+1); strcpy();
      Ensure ScopeHost global is initialized when built with USE_XTRANS
      Make CS dynamically allocated
      Make ReplyQ dynamically allocated
      Allocate buffers dynamically as needed instead of as part of fdinfo struct
      Make FDinfo dynamically allocated
      Remove StaticMaxFD now that all uses now allocate dynamically
      File descriptors should be stored in ints not shorts
      Store ClientNumber as int instead of converting back & forth to long
      Add const attributes to clear gcc -Wwrite-strings warnings
      Remove extra definition of ScopeEnabled from x11.h
      Fix builds of scope.c with Solaris Studio compilers
      Mark panic() as _X_NORETURN
      Check the right return value for malloc failure
      xscope 1.3.1

Gaetan Nadon (1):
      config: move man pages into their own directory

---
 COPYING         |    1 
 Makefile.am     |   16 ----
 audio.c         |    4 -
 common.c        |   50 +++-----------
 configure.ac    |   20 +++--
 decode11.c      |   17 ++--
 extensions.c    |   14 ++-
 fd.c            |   17 +---
 fd.h            |    9 --
 man/Makefile.am |   12 +++
 man/xscope.man  |  197 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 print_lbx.c     |    2 
 print_render.c  |    4 -
 proto.h         |   11 +--
 prtype.c        |    2 
 scope.c         |   45 +++++++++---
 scope.h         |    6 -
 server.c        |   14 +--
 table11.c       |   15 ++--
 x11.h           |    4 -
 xscope.man      |  197 --------------------------------------------------------
 21 files changed, 330 insertions(+), 327 deletions(-)
---


More information about the xorg-commit mailing list