summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libXpm 3.5.8libXpm-3.5.8Alan Coopersmith2009-10-091-1/+1
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-084-16/+13
* Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf ArchiveAlan Coopersmith2009-10-082-9/+10
* Update AC_DEFINE_DIR to latest version from Autoconf ArchiveAlan Coopersmith2009-05-191-17/+15
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-02-021-0/+25
* Janitor: ansification, make distcheck, .gitignorePaulo Cesar Pereira de Andrade2009-01-3036-710/+665
* X.Org Bug 17944: avoid gcc warning for libXpmPeter Breitenlohner2008-10-201-1/+1
* nuke RCS IdsMatthieu Herrb2008-03-091-2/+0
* Use libtools SED check rather than autoconf's SED check.Benjamin Close2008-01-311-1/+1
* Bug 14171: sxpm/Makefile.am:21: SED was already definedAlan Coopersmith2008-01-243-4/+1
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-101/+10
* Version bump: 3.5.7libXpm-3.5.7Alan Coopersmith2007-08-221-1/+1
* Replace strcpy with strncpy to match previous code blockAlan Coopersmith2007-08-221-1/+2
* Use srcdir in paths passed to xgettext when making .po filesAlan Coopersmith2007-08-062-4/+4
* Replace index/rindex with C89 standard strchr/strrchrAlan Coopersmith2007-08-063-8/+8
* X.Org Bug #11863: Build libXpm on MS Windows (with MinGW)Jason Rumney2007-08-063-1/+24
* Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4Alan Coopersmith2007-07-251-1/+33
* Use AM_CFLAGS & AM_CPPFLAGS to replace per-program and obsolete macrosAlan Coopersmith2007-06-273-6/+6
* Sun bug 4486226: Xpm is not internationalizedAlan Coopersmith2007-06-276-26/+152
* Add *~ to .gitignore to skip over emacs/patch droppingsAlan Coopersmith2006-11-211-0/+1
* Bump to 3.5.6libXpm-3.5.6Adam Jackson2006-10-131-1/+1
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-134-0/+0
* Always initialize atomTable to NULL, so xpmHashTableFree() doesn't try toAlan Coopersmith2006-06-032-0/+6
* Coverity #1432: Returned without freeing storage "hints_cmt" (in error caseAlan Coopersmith2006-06-022-3/+7
* Coverity #1415: Returned without freeing storage "hints_cmt" (in error caseAlan Coopersmith2006-06-022-3/+9
* Bump to 3.5.5libXpm-3_5_5XORG-7_1Adam Jackson2006-04-272-1/+6
* doublecheck that a pointer is not NULL before dereferencing it. (CoverityXORG-7_0_99_901Matthieu Herrb2006-03-182-1/+7
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-063-5/+11
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-282-2/+2
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-193-3/+13
* Use sed to substitute variables in man pagesAlan Coopersmith2005-11-134-5/+76
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-092-1/+6
* Add --enable-stat-zfile (on by default) to replace Imake's ZFILEDEF =Alan Coopersmith2005-10-292-0/+18
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
* Add missing files to EXTRA_DISTKevin E Martin2005-10-055-17/+35
* Last argument of variable parameter list needs to be casted to a pointerXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Matthieu Herrb2005-10-031-1/+1
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
* fix build outside of $(srcdir)Matthieu Herrb2005-07-171-1/+1
* Accept autoconf HAVE_STRLCPY as alias for HAS_STRLCATXORG-6_8_99_900XORG-6_8_99_16Alan Coopersmith2005-07-161-1/+1
* Check for strlcat() for use in parse.cAlan Coopersmith2005-07-161-0/+3
* Set soversion to 4.11.0 with -version-number.Daniel Stone2005-07-161-1/+1
* Add .cvsignore filesKeith Packard2005-07-095-0/+45
* Use $(top_srcdir)/src instead of $(top_builddir)/src in INCLUDESAlexander Gottwald2005-06-092-1/+6
* Add $(top_builddir)/include to INCLUDESSøren Sandmann Pedersen2005-05-192-0/+6
* - Add build system for lib/XpmXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Søren Sandmann Pedersen2005-05-1943-0/+496
* Thu May 19 10:36:54 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2005-05-191-8/+8
* Avoid inifite loops. From Chris Gilbert in bug #1920.sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1sco_port_updateMatthieu Herrb2005-02-212-5/+8
* Fix incomplete merge.Matthieu Herrb2004-12-111-11/+2