libXt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 6 22:11:43 UTC 2019


 include/X11/IntrinsicI.h |   16 ++++++++++++----
 src/Callback.c           |    2 +-
 src/Convert.c            |   19 ++++++++++---------
 src/Event.c              |   16 ++++++++--------
 src/Intrinsic.c          |    2 +-
 src/NextEvent.c          |    2 +-
 src/PassivGrab.c         |   16 ++++++++--------
 src/Resources.c          |    4 ++--
 src/Selection.c          |    7 ++++---
 src/TMkey.c              |    2 +-
 src/TMparse.c            |   10 +++++-----
 src/TMprint.c            |    4 ++--
 src/TMstate.c            |   14 +++++++-------
 src/VarGet.c             |    6 +++---
 src/Varargs.c            |    2 +-
 15 files changed, 66 insertions(+), 56 deletions(-)

New commits:
commit bb511a50f14c69deaf67ef411aeb6eea03eca975
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Mon May 6 16:49:32 2019 -0400

    add casts to fix compiler warnings
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 86d7036808a6958f5937a81044262afe2658e6ec
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Mon May 6 16:38:46 2019 -0400

    eliminate an unnecessary cast which gave a gcc warning and add a null-pointer check
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit a9c54d128ac65a8fa065ef28cd51c42981949c60
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Mon May 6 16:09:04 2019 -0400

    if Xalloca.h is corrected to use size_t param, one change is still needed in
    libXt to fix compiler warnings - done here.

commit 9112c3c104f0b3ec45ae776279e276034bc7dcc5
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Mon May 6 05:16:24 2019 -0400

    fixes for gcc warnings, no object-change
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 37dce673d841e7df75091a3b31828431e71bd78f
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Mon May 6 04:08:42 2019 -0400

    XtAppProcessEvent expects XtInputMask parameter, which is unsigned-long
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 8905b82df8a6dc1668d8e817924fb7b8cd574bdc
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sun May 5 21:06:35 2019 -0400

    use "const void *" rather than "char *" for memcmp, etc
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit fb1d51d4da8f303e92c8b30e4503dc7f9c01b3a8
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sun May 5 20:49:13 2019 -0400

    fix 5 more simple gcc warnings
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 5ee9a5d2de4e50552e50247e745f92b61f9784c0
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sun May 5 20:16:31 2019 -0400

    fix gcc warnings when assigning into a bit-field by first masking the value
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list