constype: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 10 19:46:31 UTC 2023


 COPYING      |    4 +--
 configure.ac |    1 
 constype.c   |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 constype.man |   20 +++++++++++++--
 4 files changed, 95 insertions(+), 8 deletions(-)

New commits:
commit 2418aabf04e1af6278b2c47190573fae28fb5257
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 6 16:00:22 2023 -0800

    configure.ac: Remove obsolete AC_HEADER_STDC
    
    Nothing checks for the STDC_HEADERS flag this set, and
    all supported systems have C89 compatible headers now.
    
    Clears autoconf warnings of:
    
    configure.ac:41: warning: The macro `AC_HEADER_STDC' is obsolete.
    configure.ac:41: You should run autoupdate.
    ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
    configure.ac:41: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 56a054f35336d5de4aa9f77b7c533aceec9ab58e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 4 13:10:14 2023 -0800

    Make argument handling a little more standard
    
    - Allow device path after "-num" instead of requiring it before
    - Add "-help" & "-version" options (with undocumented -- variants
      accepted for those with GNU habits)
    - Issue error message for unknown arguments or extra device paths
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list