- 03 Apr, 2022 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 02 Apr, 2022 1 commit
-
-
Alan Coopersmith authored
The information previously listed here didn't match what is present in the source code or the COPYING file, and the X(7) man page doesn't list any license information as this had claimed. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 04 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>
-
- 05 Jan, 2021 1 commit
-
-
Jeremy Huddleston Sequoia authored
It's deprecated on Intel as well as of macOS 10.9. This also restores behavior on other platforms that define __arm64__. Signed-off-by:
Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-
- 29 Nov, 2020 1 commit
-
-
Gary Palter authored
-
- 11 Sep, 2019 1 commit
-
-
Niclas Zeising authored
Fix a segfault when the tags file isn't found. xedit tries to construct a path to the tags file (by defailt ${HOME}/tags), using amongst other things basename(3). However, basename is called with an immutable string which causes segfaults on FreeBSD, since basename(3) uses the provided buffer to store it's result. Change the code to duplicate the string with strdup() and call basename on the duplicated string instead.
-
- 22 Nov, 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>
-
- 21 Feb, 2015 1 commit
-
-
Matt Turner authored
-
- 08 Nov, 2014 1 commit
-
-
see Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=486470 Reviewed-by:
Matthieu Herrb <matthieu@herrb.eu> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 10 Sep, 2014 4 commits
-
-
Alan Coopersmith authored
Stops automake from issuing a ton of warnings about how this will be the default soon. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Removes 1554 gcc warnings of "discards ‘const’ qualifier" Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Sorry SVR1-SVR3. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 03 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>
-
- 03 May, 2014 1 commit
-
-
Alan Coopersmith authored
'\" t is needed to work with Solaris man/nroff commands Other changes fix issues found on all platforms Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 17 Dec, 2013 1 commit
-
-
Gaetan Nadon authored
Assume signal handlers return void, as C89 requires Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 06 Jul, 2013 1 commit
-
-
Signed-off-by:
Stéphane Aulery <lkppo@free.fr> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 13 Jan, 2013 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
commit c110109f replaced it with getenv.c & setenv.c Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 23 Aug, 2012 1 commit
-
-
Eric S. Raymond authored
These changes help structural lifting to DocBook. Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
- 12 Jul, 2012 1 commit
-
-
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 01 Jun, 2012 4 commits
-
-
Signed-off-by:
pcpa <paulo.cesar.pereira.de.andrade@gmail.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
In some special conditions it previously could omit a slash, and instead of creating foo/bar/baz would create foo/barbaz. Signed-off-by:
pcpa <paulo.cesar.pereira.de.andrade@gmail.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Signed-off-by:
pcpa <paulo.cesar.pereira.de.andrade@gmail.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
This commit updates realpath.c from http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/realpath.c?rev=1.14;content-type=text/plain and lisp/env.c from http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/getenv.c?rev=1.10;content-type=text/plain and http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/setenv.c?rev=1.13;content-type=text/plain The update reason is to replace files under "4 clause BSD", that is considered problematic or require special documentation notation or conditions when redistributing free software. Signed-off-by:
pcpa <paulo.cesar.pereira.de.andrade@gmail.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 04 Dec, 2011 1 commit
-
-
Alan Coopersmith authored
Required in order to build with Studio cc now that xorg-macros is setting -errwarn=E_FUNC_HAS_NO_RETURN_STMT since a bug in the Solaris system headers causes the noreturn attribute to not be correctly applied to the exit() prototype in <stdlib.h> when building with Studio instead of gcc. Otherwise compiler exits with error: "lisp/core.c", line 4329: Function has no return statement : Lisp_Quit Uses Studio-specific pragma instead of adding another exit() prototype with a noreturn attribute to avoid causing gcc to warn about having a redundant prototype for the exit() function. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 25 Sep, 2011 1 commit
-
-
Jeremy Huddleston Sequoia authored
https://bugs.freedesktop.org/show_bug.cgi?id=7237 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.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 2 commits
-
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Using s/[ \t]*$// Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 12 Jan, 2011 2 commits
-
-
Gaetan Nadon authored
This silences an Autoconf warning
-
Gaetan Nadon authored
This silences an Automake warning. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 30 Oct, 2010 3 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 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>
-