libXt: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Jan 27 22:09:58 PST 2011


 COPYING                 |    2 +-
 configure.ac            |    2 +-
 include/X11/Intrinsic.h |    9 +++++++++
 man/Makefile.am         |    3 ++-
 man/XtAsprintf.man      |    1 +
 man/XtMalloc.man        |   18 ++++++++++++++++++
 src/Alloc.c             |   41 ++++++++++++++++++++++++++++++++++++++++-
 src/Initialize.c        |   25 ++++++++++---------------
 src/ResConfig.c         |   40 +++++++++-------------------------------
 9 files changed, 91 insertions(+), 50 deletions(-)

New commits:
commit 84e512a94295387bd0625ce619fc8bd381395c71
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Dec 22 10:49:42 2010 -0800

    Convert ALLOCATE_LOCAL + sprintf to XtAsprintf
    
    Now that we don't need to separately strlen the format string, put it
    directly into the function call to clear gcc warnings of:
    Initialize.c:397: warning: format not a string literal, argument types not checked
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c80650fddec8596ef7278e37aa12ce2076c54e93
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Dec 9 23:36:31 2010 -0800

    Convert ResConfig.c to use XtAsprintf() instead of XtMalloc + sprintf
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ac07da253415ccb8b6322feedf7969967357050e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 12 23:09:29 2011 -0800

    Add XtAsprintf() as a new exported API
    
    Like asprintf() but using XtMalloc() to tie into the Xt memory allocation
    and error handling subsystems.
    
    Bumps libXt version to 1.0.99.1 so that modules can set their pkg-config
    dependency to libXt >= 1.0.99.1 to require XtAsprintf().
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list