xmh: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 30 01:51:36 UTC 2024


 bbox.c       |   19 +++++-------
 bbox.h       |   12 +++----
 command.c    |   29 ++++++++----------
 configure.ac |    5 ++-
 externs.h    |   56 +++++++++++++++++------------------
 folder.c     |   68 ++++++++++++++++++++++++-------------------
 globals.h    |    8 ++---
 init.c       |   10 ++----
 menu.c       |    4 +-
 miscfuncs.c  |   41 ++++++++++++++++----------
 mlist.c      |    5 +--
 msg.c        |   55 +++++++++++++++++-----------------
 pick.c       |   36 +++++++++-------------
 popup.c      |   12 +++----
 screen.c     |    9 ++---
 toc.c        |   93 ++++++++++++++++++++++++++---------------------------------
 toc.h        |    8 ++---
 tocfuncs.c   |   13 ++++----
 tocutil.c    |   51 +++++++++++++-------------------
 tocutil.h    |    2 -
 util.c       |   68 ++++++++++++++++++++++---------------------
 viewfuncs.c  |    2 -
 xmh.h        |    9 +++--
 23 files changed, 307 insertions(+), 308 deletions(-)

New commits:
commit b03ef1199698f13dc9b349d5e94e2ff6c91ce012
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 16:11:04 2024 -0800

    Simplify fallback code for systems without S_ISDIR
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 692b6a728e08ff4e936728b904d7b13bc4d301ed
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 16:05:43 2024 -0800

    Convert allocation calls to XtMallocArray or XtReallocArray where appropriate
    
    Raises minimum libXt requirement to 1.3.0 for these calls
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8b22282c564763bb3fb6baf5aae7b341dfbb33db
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 15:35:09 2024 -0800

    Handle -Wformat-security warnings from the DEBUG macro
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b7d18901774b955e000610b4138e93ed528613f7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 15:20:46 2024 -0800

    Plug memory leaks in error paths of ScanDir()
    
    Found by -Wanalyzer-malloc-leak warning from gcc 13.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a92147737501dc07996d7211a7b56f2b3f9cf3f6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 14:32:09 2024 -0800

    Clear 4 of 6 -Wstringop-truncation warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 834a388e533abb3f7e926bff7d37fa480f2eda70
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 14:14:53 2024 -0800

    Fix 4 of 4 -Wformat-truncation warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit aef5af610ef4847140f957b1c62f9178e06965f1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 14:04:41 2024 -0800

    Mark Punt as _X_NORETURN
    
    Clears gcc warning:
    util.c: In function ‘Punt’:
    util.c:51:6: warning: function might be candidate for attribute ‘noreturn’
     [-Wsuggest-attribute=noreturn]
       51 | void Punt(const char *str)
          |      ^~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2525547dfd5fae9d820232af1ea1d3f517c399d4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 14:01:05 2024 -0800

    Further reduce the number of -Wdiscarded-qualifiers warnings from 276 to 76
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ab0228c679932b4f5439e9304db8c6a1b8f50909
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 11:26:54 2024 -0800

    Use _CONST_X_STRING to make libXt declare String as const char *
    
    Drops number of -Wdiscarded-qualifiers warnings from 489 to 276
    from gcc 13.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 1d8fbc4184089beaded2fc1d7bf8bbd23d3e923a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 11:19:34 2024 -0800

    Replace sprintf calls with snprintf or XtAsprintf
    
    Raises minimum libXt requirement to 1.1.0 for XtAsprintf
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 283787c9fbeef6cb7c452847a52ecc7f14b6af4a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 09:54:40 2024 -0800

    configure: Use AC_SYS_LARGEFILE to enable large file support
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ef7b330df43bca2d595386824ff266f73cc45731
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 09:52:46 2024 -0800

    Modernize lseek() calls
    
    Use off_t for second argument, symbolic constant for third.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list