libXaw: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 8 23:13:50 UTC 2023


 .git-blame-ignore-revs |   18 ++++++++++++++++++
 configure.ac           |    3 ++-
 man/Makefile.am        |    2 +-
 src/Label.c            |   12 ++++++------
 src/Tip.c              |   16 ++++++++--------
 5 files changed, 35 insertions(+), 16 deletions(-)

New commits:
commit ebf701e9752a2c85f2fcfcce32b97f47d2546f47
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 4 10:44:45 2023 -0800

    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    
    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
    so it's time to rely on it.
    
    Clears autoconf warnings:
    
    configure.ac:13: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
    configure.ac:13: You should run autoupdate.
    aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
    configure.ac:13: the top level
    
    libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
    libtoolize: and rerunning libtoolize and aclocal.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f7246b984c287b64eb73ee0c303f1b61ee51caf2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Feb 28 14:12:09 2023 -0800

    Replace calls to index() with strchr()
    
    Use C standard API instead of old BSD equivalent
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 02d6fcb26ee1c77c26d98372898d0e48542da5cb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Feb 28 11:50:15 2023 -0800

    Add .git-blame-ignore-revs to hide whitespace commits from git blame
    
    To use this in your local repo clone, you will need to either run
    `git blame --ignore-revs-file .git-blame-ignore-revs`
    or set it permanently with
    `git config blame.ignoreRevsFile .git-blame-ignore-revs`
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c37efe7e63ce7be18238590b25042a8d7184f86c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 25 09:21:46 2023 -0800

    Remove "All rights reserved" from Oracle copyright notices
    
    Oracle no longer includes this term in our copyright & license notices.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list