libxtrans: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Aug 29 16:25:18 PDT 2014


 Xtrans.c       |   34 +++++++++++-----------
 Xtrans.h       |   20 ++++++------
 Xtransint.h    |   34 +++++++++++-----------
 Xtranslcl.c    |   74 +++++++++++++++++++++++++----------------------
 Xtranssock.c   |   35 ++++++++++++----------
 doc/xtrans.xml |   88 ++++++++++++++++++++++++++++-----------------------------
 6 files changed, 148 insertions(+), 137 deletions(-)

New commits:
commit 17491de45c352c833442cccf17a9bd65909889db
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 23 12:28:14 2014 -0700

    Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) args
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 305d20f2ee888d1c890f902da978176b8ec58a8d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 23 12:10:48 2014 -0700

    Add const qualifiers to TRANS(MakeAll*ServerListeners) port args
    
    Required also changing receive_listening_fds to specify port as const,
    which we can do now that TRANS(ReopenCOTSServer) takes it as const.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ba70d48951fb925fb3082d81afb08c330333aa51
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 23 11:33:57 2014 -0700

    Add const qualifiers to TRANS(Connect) args
    
    Also required constifying UnixHostReallyLocal, since SocketUNIXConnect
    passes the host arg through to it.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 63b65a20706def951dd25e531949b7bc556419eb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 23 10:17:57 2014 -0700

    Add const qualifiers to TRANS(CreateListener) port args
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fd90a4e00321b22c96565cfa354b8b0efa376979
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 23 10:07:22 2014 -0700

    Add const qualifiers to TRANS(Reopen...) port args
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a56ec9d720a7964bada837790e9c1f6ceef97861
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 23 09:58:05 2014 -0700

    Add const qualifiers to TRANS(Open...) address args
    
    Required also adding const to static TRANS(ParseAddress) function which
    they pass the address arg to for parsing.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 30b3fd74a27c80993e81dfcb33e33520ae8684fb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 23 12:46:44 2014 -0700

    Update docs to note that TransName is now const char *
    
    Missed when the code was updated in commit eb9a8904fbef61a57ff0.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list