- 18 Jun, 2022 1 commit
-
-
Alan Coopersmith authored
configure.ac:130: warning: AC_OUTPUT should be used without arguments. configure.ac:130: You should run autoupdate. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 16 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>
-
- 15 Jan, 2022 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>
-
- 16 Mar, 2019 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Dec, 2018 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>
-
- 24 Mar, 2018 1 commit
-
-
https://bugs.freedesktop.org/show_bug.cgi?id=105136 Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Jan, 2017 1 commit
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
- 12 Dec, 2015 1 commit
-
-
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>
-
- 05 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>
-
- 21 May, 2014 1 commit
-
-
Julien Cristau authored
Signed-off-by:
Julien Cristau <jcristau@debian.org>
-
- 24 Mar, 2014 1 commit
-
-
Replicates Alan Coopersmith's fix for xinit. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74031 Signed-off-by:
Julien Cristau <jcristau@debian.org>
-
- 18 Aug, 2013 1 commit
-
-
Julien Cristau authored
Fix build failure with -Werror=format-security: imake.c:1008:5: error: format not a string literal and no format arguments [-Werror=format-security] fprintf (inFile, command); ^ Signed-off-by:
Julien Cristau <jcristau@debian.org> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 23 Jul, 2013 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 06 Jun, 2013 1 commit
-
-
Eric S. Raymond authored
-
- 19 Jan, 2013 1 commit
-
-
Alan Coopersmith authored
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 05 Jan, 2013 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 28 Dec, 2012 1 commit
-
-
Alan Coopersmith authored
Simply removing the definition lets the path found by configure be used, seems to be the simplest way to handle the move from /usr/ccs/lib/cpp on Solaris 10 and older to /usr/lib/cpp on Solaris 11 & later. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 25 Aug, 2012 2 commits
-
-
Alan Coopersmith authored
Another instance of the can-return-in-rare-cases nature of LogFatal() raising red flags in static analysis. Resolves warning from Parfait 1.0.1: Error: File Leak File Leak: Leaked File inFile at line 1719 of imake.c in function 'cppit'. inFile initialized at line 1699 with fopen inFile leaks when inFile != NULL at line 1700 and fprintf(inFile, "%s\n", "/* imake - temporary file */") < 0 at line 1702. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Imake's LogFatal() checks if it's being re-entered and if so, returns, so we can't mark it NORETURN, leading to static analyzers believing it can return even in call paths it shouldn't. Resolves warning from Parfait 1.0.1: Error: File Invalid File not Initialized: The value inFile is not initialized as a file. at line 748 of imake.c in function 'CheckImakefileC'. inFile initialized at line 738 with fopen(masterc, "r"). inFile destroyed at line 745 with fclose(inFile). Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Mar, 2012 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 11 Feb, 2012 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Oct, 2011 5 commits
-
-
Alan Coopersmith authored
Now that the log functions take variable arguments, don't need to pass empty strings when there is no argument for the format string. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Allows use of printf attributes for checking format strings/arguments, gets rid of LogFatalI wrapper just used for casting int to char *. 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
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Jan, 2011 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 01 Nov, 2010 1 commit
-
-
"find: warning: you have specified the -depth option after a non-option argument -type, but options are not positional (-depth affects tests specified before it as well as those specified after it). Please specify options before other arguments." Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Matthieu Herrb <matthieu.herrb@laas.fr>
-
- 31 Oct, 2010 5 commits
-
-
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>
-
Alan Coopersmith authored
We no longer need to maintain compatibility with the monolith Imakefile -D flags in the sources. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
AC_PROG_CC, AC_PROG_SED, & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 06 May, 2010 3 commits
-
-
Yaakov Selkowitz authored
Signed-off-by:
Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Yaakov Selkowitz authored
The '-p' option to mkdir(1) is required by SUSv2/Unix98, so we should be able to rely on it on all systems we support. Some parts need to be left in place in order to not alter some of its ancient, shall we say, quirks. Signed-off-by:
Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Yaakov Selkowitz authored
Signed-off-by:
Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by:
Gaetan Nadon <gaetan.nadon@videotron.ca>
-