xrdb: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 26 21:48:32 UTC 2021


 man/xrdb.man |    4 ++++
 xrdb.c       |   29 ++++++++++++++++++++++++++---
 2 files changed, 30 insertions(+), 3 deletions(-)

New commits:
commit 4d3c11bee8c81abbc033a4731648a88db14508e1
Author: Walter Harms <wharms at bfs.de>
Date:   Sat Jun 26 23:11:25 2021 +0200

    fix assignment discards ‘const’ qualifier
    
    xrdb.c: In function ‘main’:
    xrdb.c:1071:52: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                         cmd_defines[num_cmd_defines++] = "-undef";
    
    Signed-off-by: Walter Harms <wharms at bfs.de>

commit 7d69c7f52b83a9b732325a16603b22e6c2f15d93
Author: Walter Harms <wharms at bfs.de>
Date:   Sat Jun 26 23:06:23 2021 +0200

    XFree() can handle NULL arg
    
    Signed-off-by: Walter Harms <wharms at bfs.de>

commit 2c57bc85c4cea7a159985a446e1f5f61a4c0f139
Author: Walter Harms <wharms at bfs.de>
Date:   Sat Jun 26 22:55:46 2021 +0200

    Add actual querying capabilities
    
    The world is littered with broken grep commands because `xrdb -query`
    can only dump the database and doesn't implement this simple search
    feature. This patch adds a new `-get` option to search and print the
    content of a single property by name.
    
    Signed-off-by: Michele Guerini Rocco <rnhm... at inventati.org>
    Reviewed-by:  Walter Harms <wharms at bfs.de>
    Signed-off-by: Walter Harms <wharms at bfs.de>



More information about the xorg-commit mailing list