summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libXpm 3.5.8libXpm-3.5.8Alan Coopersmith2009-10-091-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-084-16/+13
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* 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
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: ansification, make distcheck, .gitignorePaulo Cesar Pereira de Andrade2009-01-3036-710/+665
| | | | | | The ansification code is minor edit of the patch (by me) at https://bugs.freedesktop.org/show_bug.cgi?id=14727 as it would not apply cleanly anymore.
* X.Org Bug 17944: avoid gcc warning for libXpmPeter Breitenlohner2008-10-201-1/+1
| | | | | | | <http://bugs.freedesktop.org/show_bug.cgi?id=17944> Avoid the gcc warning cxpm/cxpm.c:102: warning: no previous prototype for 'ErrorMessage'
* nuke RCS IdsMatthieu Herrb2008-03-091-2/+0
|
* Use libtools SED check rather than autoconf's SED check.Benjamin Close2008-01-311-1/+1
| | | | | | | AC_PROG_SED required autoconf 2.60, libtool's should work regardless. This keeps us supporting 2.57 of autoconf Found by: Tinderbox (1.4.1 compile)
* Bug 14171: sxpm/Makefile.am:21: SED was already definedAlan Coopersmith2008-01-243-4/+1
| | | | <http://bugs.freedesktop.org/show_bug.cgi?id=14171>
* 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
| | | | | | | | | | | * src/XpmI.h [FOR_MSW]: Include simx.h instead of real X headers. * src/simx.h (_XFUNCPROTOBEGIN, _XFUNCPROTOEND, NO_ZPIPE): Define. (XAllocColor): Fix arg list in prototype. (bzero, close, fdopen, index, rindex, open, strdup, O_RDONLY): Map to W32 equivalents. * src/RdFToI.c [FOR_MSW]: Include fcntl.h.
* 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
| | | | Clears some warnings from automake-1.10
* Sun bug 4486226: Xpm is not internationalizedAlan Coopersmith2007-06-276-26/+152
| | | | | | <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4486226> Use gettext() to allow translated messages in sxpm & cxpm (cherry picked from bcda4f17ab3fa9f0572f876dbeb09b45fbc23f3d commit)
* 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
| | | | | free a random value from the stack if xpmHashTableInit returns an error.
* Coverity #1432: Returned without freeing storage "hints_cmt" (in error caseAlan Coopersmith2006-06-022-3/+7
| | | | when xpmHashTableInit failed)
* Coverity #1415: Returned without freeing storage "hints_cmt" (in error caseAlan Coopersmith2006-06-022-3/+9
| | | | when xpmHashTableInit failed)
* 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
| | | | CID 121).
* 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 to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-193-3/+13
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* 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
| | | | | -DSTAT_ZFILE to enable automatically searching for file.xpm.Z & file.xpm.gz when file.xpm is requested.
* 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
| | | | Fix man page installation
* 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
| | | | type.
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-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 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
| | | | | - Add Xpm to symlink.sh - Conditionally include config.h in xc/extras/Xpm
* Thu May 19 10:36:54 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2005-05-191-8/+8
| | | | | Add "../lib" to INCLUDES. Replace #include "../lib/foo" with #include "foo".
* 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
|