summaryrefslogtreecommitdiff
path: root/src/Quarks.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-09Remove more unnecessary casts from Xmalloc/calloc callsAlan Coopersmith1-5/+4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-03-03unifdef WORD64Alan Coopersmith1-4/+0
WORD64 seems to have only been defined in <X11/Xmd.h> when building for CRAY, to handle int being a 64-bit value (ILP64, not LP64) and having 64-bit alignment requirements. It hadn't been fully supported even before autotooling, as can be seen by removed code such as: #ifdef WORD64 _XkbWriteCopyData32 Not Implemented Yet for sizeof(int)==8 #endif (mostly performed with unifdef, followed by some manual cleanup of the remaining code) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-18Replace Xmalloc+bzero pairs with Xcalloc callsAlan Coopersmith1-2/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith1-2/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith1-5/+5
2007-05-01Switched function definitions from K&R to ANSI style.Magnus Kessler1-3/+2
2005-05-13- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in ↵XORG-6_8_99_7Søren Sandmann Pedersen1-0/+3
<X11/...> - For Xcomposite and Xdamage, don't link the build system out of the xc tree - Link the public X11 headers into their own directory - Add links to XKeysymDB and XErrorDB - Add links to all the Xlib man pages - Add links to the lcUniConv subdirectory - Conditionally include config.h in Xlib source
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-31/+14
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley1-0/+431