bitmap: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Jan 15 10:32:17 PST 2011


 BitEdit.c    |   21 ++++++++++-----------
 Bitmap.c     |    3 +--
 bmtoa.c      |   11 ++---------
 configure.ac |   10 ++++++----
 4 files changed, 19 insertions(+), 26 deletions(-)

New commits:
commit b3f10a08922f568b7cbc791354cf0d4267cd88c1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 15 10:19:20 2011 -0800

    Use autoconf standard HAVE_MKSTEMP define instead of old imake HAS_MKSTEMP
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ff81a4e4e894915bb6b8aece8314ca1a854140a4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 15 10:16:17 2011 -0800

    config: Add missing AC_CONFIG_SRCDIR
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2afe9a69417cbd25fc5379faf22eba1a8e94b348
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 14 14:05:14 2011 -0800

    Use fputs instead of fprintf with no format arg to print usage message.
    
    Clear gcc warning of:
    BitEdit.c:986: warning: format not a string literal and no format arguments
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit fcfa5f0dee6549994d8c4640fb61612d33369e74
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 14 14:00:30 2011 -0800

    Call snprintf() directly instead of XmuSnprintf()
    
    All platforms still supported by X.Org have long had snprintf()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e3ecaf24ea4187516a1a0679783278e34e56499f
Author: Trevor Woerner <twoerner at gmail.com>
Date:   Sat Jan 8 20:15:50 2011 -0500

    Remove unused, leaky scanline.
    
    The pointer, scanline, doesn't appear to be used anymore, and is
    leaking memory.
    
    Signed-off-by: Trevor Woerner <twoerner at gmail.com>
    Reviewed-by: Adam Jackson <ajax at redhat.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list