Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-06 | Makefile.am: make ChangeLog hook safer | Daniel Stone | |
Make ChangeLog hook as safe as possible. | |||
2006-11-30 | bump to 1.1.3util-macros-1.1.3 | Daniel Stone | |
2006-11-30 | xorgversion: automatic PACKAGE_VERSION_* (bug #8590) | Andres Salomon | |
Automatically define PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} when XORG_RELEASE_VERSION is called. | |||
2006-11-08 | bump to 1.1.2util-macros-1.1.2configure.ac | Daniel Stone | |
2006-11-03 | Introduce separate configure switches for each output format. | Eamon Walsh | |
2006-11-02 | Fix handling of defs.ent to allow arbitrary install prefixes. | Eamon Walsh | |
2006-10-29 | Add support for building docbook docs | David Nusinow | |
2006-10-15 | Make building pdf's configurable, though only disabled when it is explicitly ↵ | David Nusinow | |
set to no | |||
2006-08-27 | make ChangeLog hook distcheck-safeutil-macros-1.1.1 | Daniel Stone | |
2006-08-27 | xorg-macros: remove GNU-userland special case; bump to 1.1.1 | Daniel Stone | |
Remove special-casing of man page suffices for GNU-userland systems (Linux, Hurd, GNU/kFreeBSD). Bump to version 1.1.1. | |||
2006-07-20 | Version bump to 1.1.0util-macros-1.1.0 | Alan Coopersmith | |
2006-07-18 | Ignore xorg-macros.m4 (built by configure) and make dist/distcheck files | Alan Coopersmith | |
2006-07-13 | Add XORG_LINT_LIBRARY for building lint library data files | Alan Coopersmith | |
2006-07-13 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | |
2006-07-13 | Add pointer to git repository to README | Alan Coopersmith | |
2006-07-13 | Add XORG_MACROS_VERSION macro to check minimum version of xorg-macros.m4 | Alan Coopersmith | |
- Move xorg-macros.m4 to xorg-macros.m4.in so @VERSION@ can be substituted from the version listed in configure.ac - Add comments to each macro listing what version it was first added in | |||
2006-07-13 | Add README file with links to bugzilla & mailing list | Alan Coopersmith | |
2006-07-13 | Fill in COPYING file with licenses from other files | 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-07-12 | Create .gitignore | Alan Coopersmith | |
2006-05-19 | Bump to 1.0.2util-macros-1_0_2XORG-7_1 | Adam Jackson | |
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-21 | Update package version for X11R7 release.XORG-7_0_99_901XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
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 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | 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-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
2005-10-17 | Add missing comma in AC_HELP_STRING call. | Kristian Høgsberg | |
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 | |||
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version |