twm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 16 09:21:09 UTC 2019


 src/Makefile.am  |    4 ++--
 src/cursor.c     |    2 +-
 src/deftwmrc.sed |    2 +-
 src/events.c     |    8 ++++----
 src/gram.y       |   25 +++++++++++++------------
 src/menus.c      |    2 +-
 src/parse.c      |    4 ++--
 src/session.c    |   48 ++++++++++++++++++++++++------------------------
 src/twm.c        |   16 ++++++++--------
 src/util.c       |    4 ++--
 10 files changed, 58 insertions(+), 57 deletions(-)

New commits:
commit 9cf220752302be2ac965cfefdd0a0c29b3db19e2
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Tue Jul 16 05:04:37 2019 -0400

    fix const-warnings by making a copy of the data
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit a4659e5c49119bb3114ad18efffd945ec7bd5ba0
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Tue Jul 16 04:40:55 2019 -0400

    fix const-warnings in grammar using a non-const initializer
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 99bad1baa20fafb47aa07925b3960b003aa160df
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Tue Jul 16 04:34:18 2019 -0400

    constify deftwmrc[], to fix gcc-stricter warnings
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 43e36f1b95c40966c6e6e3ae4acd5c2974b1cc53
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Tue Jul 16 04:33:26 2019 -0400

    gcc-stricter warnings, no object change
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list