Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-13 | Add README file with links to bugzilla & mailing list | Alan Coopersmith | |
2006-07-13 | Correct Sun license notice | Alan Coopersmith | |
2006-07-13 | Bug #6782: Fix *_MAN_* macros to support GNU/Hurd | Michael Banck | |
X.Org Bug #6782 <https://bugs.freedesktop.org/show_bug.cgi?id=6782> Patch #5519 <https://bugs.freedesktop.org/attachment.cgi?id=5519> | |||
2006-07-12 | Add XORG_WITH_LINT to add --with-lint flag for checking with lint, sparse, etc. | Alan Coopersmith | |
2006-04-21 | X.Org Bug #6654 <https://bugs.freedesktop.org/show_bug.cgi?id=6654> Patch | Alan Coopersmith | |
#5374 <https://bugs.freedesktop.org/attachment.cgi?id=5374> Fix *_MAN_* macros to support GNU/kFreeBSD (Robert Millan) | |||
2005-12-09 | Better macro to check whether any of malloc(0), realloc(ptr,0) or calloc(0)MODULAR_COPY | Kevin E Martin | |
return NULL since Xlib expects all three to return a valid pointer. | |||
2005-12-09 | Add support for building other formats from sgml docs. | Kevin E Martin | |
2005-12-03 | Add macro to detect when malloc(0) returns NULL for use in libraries. | Kevin E Martin | |
2005-11-28 | Bug #5167 <https://bugs.freedesktop.org/show_bug.cgi?id=5167> Linux prefers | Alan Coopersmith | |
*.1x man pages in man1 subdirectory. Also allow builders to override man page suffixes & directories to match their environments via configure-time environment variables. | |||
2005-10-03 | - For all drivers that have a <driver>.sgml file, add code in their build | Søren Sandmann Pedersen | |
system to build the README file at make dist time - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that will check if the required tools and files exist, and if so set a conditional. - util/modular/symlink.sh - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml - Add all the README.<driver> to the list of excluded files - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make it spew less warnings when the text file is built. | |||
2005-09-29 | Add -undef to RAWCPPFLAGS if cpp used for RAWCPP supports it | Alan Coopersmith | |
2005-09-24 | Add XORG_MANPAGE_SECTIONS() macro for handling the different man page | Alan Coopersmith | |
sections used on Linux vs. BSD vs. SysV | |||
2005-08-15 | Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add check | Alan Coopersmith | |
for whether or not RAWCPP needs -traditional instead of hardcoding it, so non-gcc cpp's can be used |