Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-25 | darwin: Include strings.h | Jeremy Huddleston Sequoia | |
https://trac.macports.org/ticket/47813 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> | |||
2014-07-06 | Bug #80528: make it build on AIX | Michael Haubenwallner | |
https://bugs.freedesktop.org/show_bug.cgi?id=80528 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-11-21 | Cygwin/X: Include <strings.h> early to avoid compile errors | Yaakov Selkowitz | |
http://lists.x.org/archives/xorg-devel/2011-November/027117.html Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2009-06-15 | Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-06-15 | Drop support for SunOS 4 and Solaris releases older than 2.5 (1995) | Alan Coopersmith | |
Includes changing remaining sun ifdef's to check for standard-conformant / non-namespace-polluting #ifdef __sun instead of older #ifdef sun. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-06-14 | Use indentation to provide a map through the twisty maze of ifdefs, all alike | Alan Coopersmith | |
git diff -w shows no changes other than whitespace in this patch Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-06-14 | Removing dangling #else block from X_NOT_STDC_ENV removal | Alan Coopersmith | |
Fixes mass damage caused by ced38e880b54f2aae31a5354aecb4235a129f0a4 moving the includes for unistd.h, fcntl.h, etc. from the else for X_NOT_STDC_ENV into the #else for #ifndef _XOS_H_, which made them go away for everyone. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-06-12 | __STDC__ is always defined in C89. | Adam Jackson | |
2009-06-12 | Remove a bunch of garbage for unsupported platforms. | Adam Jackson | |
2009-06-12 | Remove all trace of X_NOT_STDC_ENV (#6527) | Adam Jackson | |
Seriously C89 already you guys. | |||
2009-06-12 | Death to RCS tags. | Adam Jackson | |
2009-03-05 | Remove #ifdef macII code left over from ancient A/UX 3.0 support | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2008-02-10 | Fixed #ifdef checks that were using i386 to use __i386__ | Jeremy Huddleston | |
""" It's simply obsolete, sloppy, compiler namespace pollution. The compiler is not allowed to predefine symbols that might conflict with ordinary identifiers. For backwards compatibility gcc currently predefines i386 when compiling for x86 32-bit (but not 64-bit), but that will go away. It is also not defined if you specify -ansi when invoking the compiler, because then it is seriously standards compliant. Other compilers shouldn't define it either. Correct code shouldn't rely on it being defined. However __i386__ is safe and proper. """ | |||
2006-04-20 | On Solaris, #include <sys/isa_defs.h> to be sure _LP64 is defined in 64-bit | Alan Coopersmith | |
builds. Fix some comment typos. | |||
2005-11-08 | See ChangeLog entry 2005-11-07 for details. | Kean Johnson | |
2005-07-23 | Remove all _XOPEN_SOURCE definitions from Xos.h, as Xpoll.h.in now deals | Daniel Stone | |
with this by using which of fds_bits or __fds_bits we have. | |||
2005-07-14 | Don't define _XOPEN_SOURCE on SVR4, because it will REMOVE required | Alan Coopersmith | |
definitions. | |||
2005-07-13 | Make some minor source adjustments so that we don not need to use | Keith Packard | |
-D_XOPEN_SOURCE -D_BSD_SOURCE everywhere as this will leak out of the modular environment and into application build processes, potentially foulling up their compiles. | |||
2005-01-03 | gcc 4 doesn't like predeffines line 'linux' any more. To muffle the | Egbert Eich | |
compiler replace them with __linux__ (Bugzilla #2207). | |||
2004-11-15 | Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added | Alexander Gottwald | |
mingw (Win32) port | |||
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDs | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004 | Egbert Eich | |
2003-12-19 | XFree86 4.3.99.902 (RC 2) | Kaleb Keithley | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks | Kaleb Keithley | |
2003-11-14 | XFree86 4.3.0.1 | Kaleb Keithley | |
2003-11-14 | R6.6 is the Xorg base-line | Kaleb Keithley | |