- 09 Jan, 2022 1 commit
-
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 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>
-
- 28 Nov, 2021 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>
-
- 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>
-
- 07 May, 2015 1 commit
-
-
Jon Turney authored
Signed-off-by:
Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
David Macek <david.macek.0@gmail.com>
-
- 04 Jun, 2014 2 commits
-
-
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>
-
- 18 Aug, 2013 1 commit
-
-
Matthieu Herrb authored
Signed-off-by:
Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 09 Aug, 2013 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 20 Jul, 2013 5 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
gcc suggested it: xset.c: In function ‘usage’: xset.c:1577:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wmissing-format-attribute] But adding it unveiled many complaints about extra trailing NULL args from before usage took a variable number of arguments: xset.c:186:3: warning: too many arguments for format [-Wformat-extra-args] xset.c:193:2: warning: too many arguments for format [-Wformat-extra-args] xset.c:362:3: warning: too many arguments for format [-Wformat-extra-args] xset.c:370:3: warning: too many arguments for format [-Wformat-extra-args] xset.c:376:3: warning: too many arguments for format [-Wformat-extra-args] xset.c:382:3: warning: too many arguments for format [-Wformat-extra-args] xset.c:388:3: warning: too many arguments for format [-Wformat-extra-args] xset.c:402:7: warning: too many arguments for format [-Wformat-extra-args] xset.c:425:7: warning: too many arguments for format [-Wformat-extra-args] xset.c:542:4: warning: too many arguments for format [-Wformat-extra-args] xset.c:735:3: warning: too many arguments for format [-Wformat-extra-args] so those were deleted. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 21 Feb, 2013 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 Jan, 2013 1 commit
-
-
Alan Coopersmith authored
Unix 98 requires usleep() so assume most supported non-Win32 platforms have it and don't need old workarounds any more. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 05 Nov, 2012 1 commit
-
-
Jon Turney authored
Remove unneeded include of windows.h on WIN32, along with an attempt at the needed wrapping, which is all done properly by Xwindows.h (This include was also under a DPMSExtension define, for some strange reason) Signed-off-by:
Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by:
Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
-
- 29 Jul, 2011 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 19 Jul, 2011 3 commits
-
-
Alan Coopersmith authored
Attempted to workaround nanosleep() being only in POSIX realtime extensions library, but both usleep() & nanosleep() are in libc now, so not useful anymore, nor was it ever officially supported. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Alan Coopersmith authored
Requires xproto >= 7.0.17 Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Alan Coopersmith authored
Changes from "xset: unknown option force" to "xset: missing argument to dpms force" Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 28 Jan, 2011 1 commit
-
-
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 19 Jan, 2011 1 commit
-
-
Gaetan Nadon authored
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 13 Jan, 2011 1 commit
-
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 12 Jan, 2011 3 commits
-
-
Gaetan Nadon authored
This silences an Automake warning. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
This macro is called by PKG_CHECK_MODULES Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
This macro is called by PKG_CHECK_MODULES Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 11 Nov, 2010 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 10 Nov, 2010 5 commits
-
-
Alan Coopersmith authored
Generated via: perl -i -p -e 's{\s+$}{\n}' * Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Regroup AC statements under the Autoconf initialization section. Regroup AM sttaements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by:
Gaetan Nadon <memsize@videotron.ca> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-