libXt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 16 22:43:28 UTC 2019


 specs/CH02.xml            |   44 ++++++++++++++-------------
 specs/CH03.xml            |    9 +++--
 specs/CH05.xml            |    4 +-
 specs/CH07.xml            |   11 ++++--
 specs/CH08.xml            |   14 ++++----
 specs/CH09.xml            |   28 +++++++++--------
 specs/CH10.xml            |   11 +++---
 specs/CH11.xml            |   51 ++++++++++++++++++-------------
 specs/acknowledgement.xml |    2 -
 specs/appC.xml            |   74 ++++++++++++++++++++++++----------------------
 10 files changed, 136 insertions(+), 112 deletions(-)

New commits:
commit 1dd873e7bf2239b338d2b8c35607139c0d3d6e84
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Mar 28 20:17:57 2019 -0400

    fix a typo

commit 2e9edb068ef2a20fc33f484ffaf69174a0a0945a
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Mar 28 19:55:53 2019 -0400

    change ambiguous String's to char* or const-char*, as well as adding the
    missing parameters to one prototype
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 6d19d615ce6b23f2b14340682851b5eba64e32ca
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Mar 28 19:43:25 2019 -0400

    The conversion to xml's funcdef dropped one or more parameters from several
    functions.  This commit restores those parameters to the function prototypes.
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit ae2808046eafcbbd5e96ce36b6735f2888bd2a19
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 27 21:24:42 2019 -0400

    correct prototype for XtInitialize; error in spec
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 01d9652e223ddbf0756a6f8a57db8f44f37fe03f
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 27 21:19:16 2019 -0400

    correct prototype for XtDisplay; error in spec
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 37a65d8a0b8021c8c09f173c57f0c75bb035d556
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 27 21:13:41 2019 -0400

    corrected prototype for XtAppSetFallbackResources; error in spec
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 01ddc661a67d4b578f34c612a900fc5ef760d8de
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 27 21:08:20 2019 -0400

    updated return-type for XtFindFile, also due to _CONST_X_STRING
    
    The previous commit also adds the standard "...", for variable-length parameter
    lists, which was omitted from the specification.

commit e357bd3b79216923820c0a024f95026fdd4a1cf3
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 27 21:04:44 2019 -0400

    modify function prototypes in spec to correspond to updates made in headers
    for the _CONST_X_STRING feature.

commit 27483d8a3252e2c2a451976d4a99622becd83fe8
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Wed Mar 27 20:07:55 2019 -0400

    update several function prototypes to use void-return or void-parameter,
    which were not in the original spec because it accommodated K&R C.



More information about the xorg-commit mailing list