Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-24 | unifdef __UNIXOS2__ | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2021-01-05 | Followup to previous commit to use isinfinite for darwin rather than arm64. | Jeremy Huddleston Sequoia | |
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> | |||
2020-11-28 | Minimal changes to build on Apple silicon (i.e., new Apple M1 Macs) | Gary Palter | |
2014-09-09 | Copious const cleanup | Alan Coopersmith | |
Removes 1554 gcc warnings of "discards ‘const’ qualifier" Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-12-04 | Fix builds of lisp/core.c with Solaris Studio compilers | Alan Coopersmith | |
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> | |||
2008-07-02 | Compile warning fixes. | Paulo Cesar Pereira de Andrade | |
Add parenthesis around a test where after macro expansion it looked like boolexpr==boolres==boolres. "Ansifiy" a function without arguments. | |||
2008-07-02 | Add a generic hash table interface to replace the other implementations. | Paulo Cesar Pereira de Andrade | |
2004-12-04 | Encoding of numerous files changed to UTF-8 | Markus Kuhn | |
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | |
2003-11-14 | Initial revision | Kaleb Keithley | |