xlsfonts: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Feb 1 19:56:36 PST 2011


 configure.ac |    5 +----
 dsimple.c    |   33 ---------------------------------
 dsimple.h    |   10 +++-------
 xlsfonts.c   |    5 +++--
 4 files changed, 7 insertions(+), 46 deletions(-)

New commits:
commit 862292d9509856cfd311f9741db059b92a5fd78a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 28 20:06:16 2011 -0800

    Use _X_NORETURN from xproto 7.0.17 instead of local check
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Julien Cristau <jcristau at debian.org>

commit 431c1ed9e1b445e20a9c0413c3faeee566755b4d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 28 20:02:03 2011 -0800

    inline Realloc() at the one place it's called
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Julien Cristau <jcristau at debian.org>

commit d1dbba01539a89e1d56ca261e18ae2e31f075cfe
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 28 19:57:52 2011 -0800

    Remove unneeded Malloc function
    
    The only place it was called was in Realloc, if the initial pointer was
    NULL, but ANSI C89 already guarantees realloc(NULL, size) will be handled
    as malloc(size), so we don't need to handle that case ourselves.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Julien Cristau <jcristau at debian.org>



More information about the xorg-commit mailing list