bitmap: Changes to 'refs/tags/bitmap-1.0.6'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Mar 8 21:41:15 PST 2012


Tag 'bitmap-1.0.6' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2012-03-09 05:41 -0800

bitmap-1.0.6

Changes since bitmap-1.0.5:
Alan Coopersmith (12):
      Call snprintf() directly instead of XmuSnprintf()
      Use fputs instead of fprintf with no format arg to print usage message.
      config: Add missing AC_CONFIG_SRCDIR
      Use autoconf standard HAVE_MKSTEMP define instead of old imake HAS_MKSTEMP
      atobm only depends on xproto, not x11
      Add const to char * in BWRequest typedef
      Constify filename string handling
      Strip trailing whitespace
      Constify strings in bmtoa
      Constify strings in atobm
      Use lrint() from math library if available
      bitmap 1.0.6

Gaetan Nadon (5):
      config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: use correct section number when referring to X

Trevor Woerner (1):
      Remove unused, leaky scanline.

---
 BitEdit.c                  |  255 +++++++++---------
 Bitmap.c                   |  613 ++++++++++++++++++++++-----------------------
 Bitmap.h                   |   18 -
 BitmapP.h                  |   16 -
 CutPaste.c                 |   40 +-
 Dialog.c                   |   52 +--
 Graphics.c                 |  478 +++++++++++++++++------------------
 Handlers.c                 |  302 +++++++++++-----------
 Makefile.am                |   10 
 ReqMach.c                  |   68 ++--
 Requests.h                 |   10 
 app-defaults/Bitmap        |    6 
 app-defaults/Bitmap-nocase |    6 
 atobm.c                    |   36 +-
 bmtoa.c                    |   39 +-
 configure.ac               |   36 +-
 man/bitmap.man             |    2 
 17 files changed, 1000 insertions(+), 987 deletions(-)
---


More information about the xorg-commit mailing list