libXau: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 2 19:02:07 UTC 2024


 AuDispose.c         |    2 ++
 AuRead.c            |    4 ++++
 configure.ac        |    2 +-
 include/X11/Xauth.h |    4 ++--
 man/meson.build     |    5 +++--
 meson.build         |    5 +++--
 6 files changed, 15 insertions(+), 7 deletions(-)

New commits:
commit c7b0ac2c894bbeebc337867388a8b338692550b8
Author: Thierry LARONDE <tlaronde at kergis.com>
Date:   Thu Feb 1 20:43:38 2024 +0100

    Autest.c includes Xauth.h that depends on other headers.
    
    Xauth.h includes headers provided by xproto. So add for test
    also the dependency.

commit a5d1f88c3a74a099030ffbbb30ad3fd361fdd1af
Author: Thierry LARONDE <tlaronde at kergis.com>
Date:   Thu Feb 1 20:42:02 2024 +0100

    Allow to use POSIX.2 compliant sed(1)
    
    POSIX.2 sed(1) doesn't allow file to be anywhere else than, if given,
    last. Allow to use whatever compliant sed(1) is there, not only GNU
    sed(1).

commit 4866e00d737a1ece81c519ea867cfe16a0ae36b4
Author: Thierry LARONDE <tlaronde at kergis.com>
Date:   Thu Feb 1 20:40:25 2024 +0100

    Also test for explicit_memset(3) support
    
    explicit_bzero(3) is not provided by every system, and some provide
    explicit_memset(3) that is in the process of being standardized
    (furthermore, POSIX deprecates bzero(3) since memset(3) can do
    same or more).

commit caa2d8e29adf43bb77fc00d718f7a0db4c2c35b1
Author: Thierry LARONDE <tlaronde at kergis.com>
Date:   Thu Feb 1 20:37:42 2024 +0100

    Gcc < 11 doesn't allow opt. deallocator arg for __attribute((malloc))



More information about the xorg-commit mailing list