Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add const qualifiers to silence gcc -Wwrite-strings warnings | Alan Coopersmith | 2012-05-23 | 3 | -7/+7 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | Fix XpEventToWire arguments to match what libXext expects | Alan Coopersmith | 2012-05-23 | 1 | -4/+3 |
| | | | | | | | Not that it appears to have ever been used, but this shuts up several gcc warnings. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | Stop trying to use NULL for Status values | Alan Coopersmith | 2012-05-23 | 1 | -3/+3 |
| | | | | | | | | | | Fixes gcc errors in 64-bit builds: XpNotifyPdm.c: In function 'XpGetPdmStartParams': XpNotifyPdm.c:234:10: error: cast from pointer to integer of different size XpNotifyPdm.c:271:10: error: cast from pointer to integer of different size XpNotifyPdm.c:286:10: error: cast from pointer to integer of different size Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | Strip trailing whitespace | Alan Coopersmith | 2011-09-16 | 53 | -1014/+1014 |
| | | | | | | | Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | libXp 1.0.1libXp-1.0.1 | Alan Coopersmith | 2011-01-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | Remove old INSTALL file stub so we use the one from xorg-macros | Alan Coopersmith | 2011-01-12 | 1 | -8/+0 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | This is not a GNU project, so declare it foreign | Alan Coopersmith | 2011-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | config: Remove unnecessary calls from configure.ac | Alan Coopersmith | 2011-01-11 | 1 | -3/+0 |
| | | | | | | | AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Alan Coopersmith | 2011-01-11 | 1 | -7/+12 |
| | | | | | | | | | Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Replace deprecated arguments to AC_OUTPUT with AC_CONFIG_FILES Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | config: upgrade to util-macros 1.8 for additional man page support | Alan Coopersmith | 2011-01-11 | 2 | -12/+5 |
| | | | | | | | | | | | | | Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | config: Update to XORG_DEFAULT_OPTIONS from xorg-macros 1.3 | Alan Coopersmith | 2011-01-11 | 2 | -11/+7 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | config: update AC_PREREQ statement to 2.60 | Gaetan Nadon | 2011-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | Sun's copyrights belong to Oracle now | Alan Coopersmith | 2010-11-21 | 52 | -52/+52 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | Fill in COPYING with licenses from source files | Alan Coopersmith | 2010-01-14 | 2 | -20/+56 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | ||||
* | Purge CVS/RCS id tags | Alan Coopersmith | 2010-01-14 | 51 | -67/+0 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | ||||
* | Update Sun license notices to current X.Org standard form | Alan Coopersmith | 2010-01-14 | 1 | -22/+19 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | ||||
* | Add README with pointers to mailing list, bugzilla & git repos | Alan Coopersmith | 2009-02-02 | 1 | -0/+25 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | ||||
* | Janitor: make distcheck, compiler warnings, .gitignore. | Paulo Cesar Pereira de Andrade | 2009-01-30 | 12 | -49/+52 |
| | |||||
* | build fix on systems with getpwuid_r() | Matthieu Herrb | 2008-06-21 | 1 | -0/+3 |
| | |||||
* | nuke RCS Ids | Matthieu Herrb | 2008-03-09 | 4 | -6/+0 |
| | |||||
* | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | 2007-12-06 | 2 | -78/+10 |
| | |||||
* | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | 2007-09-03 | 1 | -0/+1 |
| | |||||
* | renamed: .cvsignore -> .gitignore | Alan Coopersmith | 2006-07-13 | 3 | -0/+0 |
| | |||||
* | Update package version number for final X11R7 release candidate.libXp-1.0.0XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904 | Kevin E Martin | 2005-12-15 | 2 | -1/+6 |
| | |||||
* | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | 2005-12-06 | 2 | -3/+8 |
| | |||||
* | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | 2005-12-03 | 2 | -1/+6 |
| | |||||
* | Add check and cflags for malloc(0) returning NULL. | Kevin E Martin | 2005-12-03 | 3 | -1/+8 |
| | |||||
* | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | 2005-11-28 | 1 | -1/+1 |
| | | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | ||||
* | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | 2005-11-19 | 3 | -3/+13 |
| | | | | | application build-time dependencies, and update package deps to work with separate build roots. | ||||
* | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | 2005-10-19 | 2 | -1/+6 |
| | |||||
* | Change XCOMM to \&# to allow both cpp & sed to translate correctly.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901 | Alan Coopersmith | 2005-10-18 | 1 | -5/+5 |
| | | | | | Use XDMPIDDIR instead of XDMDIR when showing location of xdm-pid file in man page. | ||||
* | Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | 2005-10-18 | 1 | -1/+1 |
| | | | | work better with BSD make | ||||
* | Add generated man pages to .cvsignores | Alan Coopersmith | 2005-10-13 | 1 | -0/+1 |
| | |||||
* | Fix filenames in Makefile.am | Alan Coopersmith | 2005-10-13 | 1 | -34/+34 |
| | |||||
* | Use sed to fill in variables in man pages | Alan Coopersmith | 2005-10-13 | 3 | -2/+57 |
| | |||||
* | Use troff macros to prevent cpp eating C comments & #defines that are | Alan Coopersmith | 2005-10-13 | 1 | -3/+3 |
| | | | | supposed to appear in man page output. | ||||
* | Use troff macros to prevent cpp eating C comments & #defines that are | Alan Coopersmith | 2005-10-12 | 6 | -24/+24 |
| | | | | supposed to appear in man page output. | ||||
* | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | 2005-07-29 | 1 | -1/+3 |
| | | | | | | | | | | | - 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 | ||||
* | Fix .so version number. Change to -version-number form for libtool to | Keith Packard | 2005-07-14 | 2 | -9/+13 |
| | | | | | ensure version numbers are consistent with monolithic tree on all platforms. | ||||
* | Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory | Keith Packard | 2005-07-09 | 5 | -1/+39 |
| | |||||
* | Use XPointer instead of caddr_t as info->data is declared as XPointerXORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14 | Keith Packard | 2005-07-01 | 1 | -1/+1 |
| | |||||
* | - Remove fontenc from Xfont | Søren Sandmann Pedersen | 2005-06-27 | 1 | -2/+2 |
| | | | | | | | | | - Add a dependency from Xfont on libfontenc - Add build system for lib/fontenc - xc/lib/font: Change #include "fontenc.h" to #include <X11/fonts/fontenc.h> in some places. - Remove dpsinfo and dpsexec from the app section of symlink.sh - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS | ||||
* | fix typo | Alexander Gottwald | 2005-05-26 | 1 | -1/+1 |
| | |||||
* | Add libXau to required modules | Alexander Gottwald | 2005-05-24 | 2 | -1/+6 |
| | |||||
* | Add libXext to required modules Fix CFLAGS & LIBS to pass through correctly | Alan Coopersmith | 2005-05-22 | 3 | -4/+13 |
| | |||||
* | revert last change, didn't do right thing at all, sorry for the noise | Adam Jackson | 2005-05-19 | 1 | -1/+1 |
| | |||||
* | Require automake 1.7 in AM_INIT_AUTOMAKE | Adam Jackson | 2005-05-19 | 1 | -1/+1 |
| | |||||
* | Add Xp build system | Søren Sandmann Pedersen | 2005-05-18 | 12 | -0/+215 |
| | |||||
* | - Conditionally include config.h in xc/lib/XpXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10 | Søren Sandmann Pedersen | 2005-05-18 | 16 | -0/+48 |
| | |||||
* | xc/doc/man/Imakefilesco_port_updatelg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAP | Alan Coopersmith | 2004-05-22 | 34 | -0/+3779 |
| | | | | Contribute Solaris man pages for libXp |