libxtrans: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Feb 6 16:46:28 PST 2009


 Xtransint.h  |   20 ++++----------------
 Xtransutil.c |   11 +++++++++--
 transport.c  |    2 +-
 3 files changed, 14 insertions(+), 19 deletions(-)

New commits:
commit 389e01fb51ba2d708015e27d8fc17c88a0e55802
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Fri Feb 6 11:31:06 2009 -0800

    Constify string argument to is_numeric
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit cca91ddaae2121f42b2d5c08867bb93df8f9de13
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Fri Feb 6 11:27:02 2009 -0800

    Fix libICE build after code motion in d192bac409...
    
    The #ifdef ICE_t case in Xtransutil.c depended on some #includes that
    are done in files that transport.c previously included before Xtransutil.c
    but are now after Xtransutil.c is included.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit d192bac409fe5ef99fa9fb9b5a0d5f656f0f1412
Author: Tomas Carnecky <tom at dbservice.com>
Date:   Wed Feb 4 15:26:18 2009 +0100

    Fix "XXX declared 'static' but not defined"
    
    The functions are declared static in Xtransint.h but are defined
    in Xtransutil.c. So when someone (xserver/os/connection.c)
    incuded Xtransint.h, gcc would throw the warning.
    I removed the declarations from the header and rearranged includes
    in transport.c so that Xtransutil.c is included just after
    Xtransint.h. This way the functions are still defined for the
    files that need them (Xtranssock.c, Xtranstli.c).
    
    Signed-off-by: Tomas Carnecky <tom at dbservice.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 77784ae71b6af1ec270198cfdd5f2eab1fe4a0c0
Author: Tomas Carnecky <tom at dbservice.com>
Date:   Wed Feb 4 15:22:28 2009 +0100

    Fix "warning: format not a string literal and no format arguments"
    
    Signed-off-by: Tomas Carnecky <tom at dbservice.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>



More information about the xorg-commit mailing list