- 07 Dec, 2021 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 09 Aug, 2021 1 commit
-
-
Matthieu Herrb authored
Signed-off-by:
Matthieu Herrb <matthieu.herrb@laas.fr>
-
- 26 Jun, 2021 3 commits
-
-
Walter Harms authored
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@bfs.de>
-
Walter Harms authored
Signed-off-by:
Walter Harms <wharms@bfs.de>
-
Walter Harms authored
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...@inventati.org> Reviewed-by:
Walter Harms <wharms@bfs.de> Signed-off-by:
Walter Harms <wharms@bfs.de>
-
- 07 Jun, 2020 1 commit
-
-
Tobias Stoeckmann authored
If a binary file which starts with 0x00 is edited, xrdb performs an off-by-one read outside of its buffer. The fix is simple: Do not try to append an empty string to buffer, which would be a no-op anyway. Proof of Concept (compile with -fsanitize=address): $ dd if=/dev/zero bs=1 count=1 of=poc.txt $ xrdb -edit poc.txt Signed-off-by:
Tobias Stoeckmann <tobias@stoeckmann.org>
-
- 19 Feb, 2019 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 22 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 17 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 25 Mar, 2018 1 commit
-
-
Alan Coopersmith authored
https://bugs.freedesktop.org/show_bug.cgi?id=98300 Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 10 Mar, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Jan, 2017 3 commits
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Syncs the invocation of configure with the one from the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 05 Sep, 2015 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Matthieu Herrb <matthieu@herrb.eu>
-
- 24 Apr, 2015 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Nov, 2014 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 04 Jun, 2014 8 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Flagged by clang: xrdb.c:92:9: warning: macro is not used [-Wunused-macros] ^ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Gets rid of these warnings: configure.ac:54: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... configure.ac:54: the top level configure.ac:61: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... configure.ac:61: the top level Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Sep, 2013 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 23 Jul, 2013 1 commit
-
-
Alan Coopersmith authored
Also adds missing entry for -help flag to usage message. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-By:
Matt Dew <marcoz@osource.org>
-
- 20 Jul, 2013 2 commits
-
-
Alan Coopersmith authored
Restores ability to use m4 (broken in xrdb-1.0.8 by commit 11702157) Fixes https://bugs.freedesktop.org/show_bug.cgi?id=34546 Reviewed-by: <wharms@bfs.de> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
GNU cpp is predefining a number of symbols, depending on the host and target architecture. This can produce some unexpected results: for example, the expansion of CLIENTHOST if the host name is i386.my.domain. The attached patch creates a new -undef option to xrdb that is passed to cpp. Acked-by:
Gaetan Nadon <memsize@videotron.ca> Signed-off-by:
Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 07 Jul, 2013 5 commits
-
-
Alan Coopersmith authored
Renamed "buffer" to "b" and "dpy" to "display" to match common patterns in other functions in xrdb.c Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 06 Jul, 2013 1 commit
-
-
Alan Coopersmith authored
Should never happen, but has been reported as happening at least once: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488535 Instead prints warning messages to stderr to help diagnose where the bad visual information is coming from. (Tested by temporarily commenting out names in the ClassName array.) Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 30 Jun, 2013 1 commit
-
-
Alan Coopersmith authored
Reported by John Feuerstein at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649187 Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 04 Jan, 2013 2 commits
-
-
Egbert Eich authored
The preprocessor used for xrdb may require a command line option to produce the desired output. For the GNU cpp this could be 'traditional-cpp' which may not be valid for other preprocessors. Therefore support the specification of preprocessors along with required command line arguments when using the '--with-cpp' configure option. Example: ./configure --with-cpp="/usr/bin/cpp --traditional-cpp, /usr/lib/cpp". v2: Followed a suggestion by Julien Cristau <jcristau@debian.org> to allocate memory for the dup string dynamically instead of using a static buffer. Signed-off-by:
Egbert Eich <eich@freedesktop.org>
-
Egbert Eich authored
The CPP macro may contain a list of preprocessors to chose from. In the usage message describing the -cpp command line option print the preprocessor that would actually be chosen. Signed-off-by:
Egbert Eich <eich@freedesktop.org> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-