libXt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 16 19:40:04 UTC 2019


 include/X11/CreateI.h    |    4 -
 include/X11/InitialI.h   |   10 ++--
 include/X11/Intrinsic.h  |   26 +++++------
 include/X11/ShellP.h     |   18 +++----
 include/X11/TranslateI.h |    2 
 src/Alloc.c              |    2 
 src/Composite.c          |   10 ++--
 src/Converters.c         |    4 -
 src/Create.c             |    4 -
 src/Display.c            |   28 ++++++------
 src/Error.c              |    6 +-
 src/Initialize.c         |   20 ++++----
 src/Intrinsic.c          |   28 ++++++------
 src/Shell.c              |  108 +++++++++++++++++++++++------------------------
 src/TMparse.c            |   25 ++++++----
 src/TMprint.c            |   16 +++---
 src/TMstate.c            |    4 -
 src/VarCreate.c          |    8 +--
 18 files changed, 165 insertions(+), 158 deletions(-)

New commits:
commit e5a1e228e7ab7332d46db9278fa7af85ae889e70
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 20 21:18:22 2019 -0400

    change return-type to avoid const-mismatches
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit e98352cebda8de6a715f6c5f35e549dc8cd55b8b
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 20 21:16:25 2019 -0400

    fix const-mismatches in Tmstate.c
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 973ebb581a2cd92349728e36ada108a2d8c68bc8
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 20 21:13:17 2019 -0400

    fix const-mismatches in TMprint.c
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 7aa775b5a238e16bc752fe78327a4a6c73369305
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 20 21:10:06 2019 -0400

    fix const-mismatches in TMparse.c
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit ec3e02c88a72462100254723f96589e30cee2e8f
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 20 20:55:18 2019 -0400

    fix shadowing warning for widgetClass parameter; no binary-change
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 5037c01093c6a56728cab3096107d80052132dd3
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 20 20:51:06 2019 -0400

    fix gcc warnings in Display.c
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit e19a99a733b3f1ed1b7120ef8355e2a449639242
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 20 19:07:52 2019 -0400

    resolve const-mismatches in Shell.c
    
    some of those fixes use casts which elicit stricter warnings, but that's a
    tradeoff needed to work with Xt's assumption that certain strings are
    allocated (or const) in the calling application.
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit ffeb733db1384c6ffde199747fd84efe2e8d7499
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 20 05:17:11 2019 -0400

    resolve const-mismatches in internal functions of Intrinsic.c
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit e53726577e18f37186d7996dc85dc82de9532d22
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 20 05:07:21 2019 -0400

    Allow all of the "argv" strings to be writable, since those arrays may
    be updated during initialization.
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 13ed4421006c3bc7743233a401ce80f849dd889b
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Tue Mar 19 21:20:03 2019 -0400

    This is a minimal change which compiles when predefining _CONST_X_STRING,
    by changing some function parameters and struct-members to _XtString
    (always "char*") from String (which may be "const char *").  There are
    still many compiler warnings; subsequent commits will reduce those.
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list