libICE: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Nov 11 20:01:12 PST 2011


 doc/ICElib.xml            |    6 ++---
 include/X11/ICE/ICEutil.h |    6 ++---
 src/ICElibint.h           |   36 +++++++++++++++++------------------
 src/authutil.c            |    6 ++---
 src/error.c               |   45 ++++++++++++++++++++++----------------------
 src/getauth.c             |   40 +++++++++++++++++++--------------------
 src/globals.h             |    2 -
 src/process.c             |   47 +++++++++++++++++++---------------------------
 src/protosetup.c          |    2 -
 9 files changed, 92 insertions(+), 98 deletions(-)

New commits:
commit 59c1555dff34804c78c7e7443ad13f27300927eb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Nov 9 22:07:34 2011 -0800

    Remove ancient workaround for System V/386 Release 4.2 compiler bug
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Matthieu Herrb <matthieu.herrb at laas.fr>
    Reviewed-by: walter <wharms at bfs.de>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit bec4e9c9089fa4cc5a50fc513a3544cf6fd59bf1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Nov 9 22:06:36 2011 -0800

    Fix gcc -Wwrite-strings warnings in process.c
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit ffa659dd6dd1fb8847bfdcc5e1e2be353b6395b6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Nov 9 21:37:48 2011 -0800

    Fix gcc -Wwrite-strings warnings in AuthNames handling
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit 902a52ea9d7b6e6f56f7023009859072854a0fc7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Nov 9 21:55:17 2011 -0800

    constify arguments to IceGetAuthFileEntry
    
    Needed to clear gcc -Wwrite-strings warnings in callers
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit 9ff1f97e46903f8f83363f07cf021989bfa6a9f0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Nov 9 21:43:59 2011 -0800

    Fix gcc -Wwrite-strings warnings in _IceError* functions
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit e8a16534a9406d5096d9c0ea515d979c7c15e084
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Nov 9 21:23:33 2011 -0800

    Fix gcc -Wwrite-strings warnings in _IceDefaultErrorHandler
    
    Had to split char *str into two variables, const char *str for the
    string literals just being passed to fprintf etal.  and char *estr
    for use by EXTRACT_STRING for the results of malloc calls that get
    written to and then freed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list