summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* libXpm 3.5.12libXpm-3.5.12Matthieu Herrb2016-12-121-1/+1
* Handle size_t in file/buffer lengthTobias Stoeckmann2016-12-122-1/+5
* Avoid OOB write when handling malicious XPM files.Tobias Stoeckmann2016-12-121-9/+25
* Gracefully handle EOF while parsing files.Tobias Stoeckmann2016-12-121-8/+32
* Fix out out boundary read on unknown colorsTobias Stoeckmann2016-12-121-1/+2
* Fix abs() usage.Jörg Sonnenberger2014-03-191-4/+4
* libXpm 3.5.11libXpm-3.5.11Alan Coopersmith2013-09-071-1/+1
* Fix typo in COPYING (matches src/amigax.h)Alan Coopersmith2013-09-071-1/+1
* Add noreturn attributes suggested by gccAlan Coopersmith2013-08-022-6/+4
* doclifter can't handle more than one dash in a name line.Eric S. Raymond2013-06-191-1/+1
* Fix libXpm build with NO_ZPIPEClaudio Bley2013-05-311-1/+2
* Added 'const' attribute to all filename arguments in the APIChristophe CURIS2013-05-319-20/+20
* Added 'const' qualifier to the filename argument to internal functionsChristophe CURIS2013-05-312-4/+4
* Close fd if fdopen() or xpmPipeThrough() fails in OpenWriteFile()Alan Coopersmith2013-04-231-1/+3
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* Define NO_ZPIPE when building for MinGWJon TURNEY2012-10-271-0/+9
* libXpm 3.5.10libXpm-3.5.10Alan Coopersmith2012-03-071-1/+1
* closeness_cmp: maintain constness when casting pointersAlan Coopersmith2011-11-181-1/+1
* sxpm: make ErrorMessage take const char * arg to fix -Wwrite-strings warningsAlan Coopersmith2011-11-181-2/+2
* Include missing headersJeremy Huddleston2011-11-111-0/+2
* Fix gcc -Wwrite-strings warnings that don't require public API changesAlan Coopersmith2011-11-105-18/+23
* Assume C89 and just use const, not local Const macroAlan Coopersmith2011-11-103-11/+5
* Link sxpm against -lX11Julien Cristau2011-09-241-1/+1
* Strip trailing whitespaceAlan Coopersmith2011-09-1623-180/+180
* man: add missing title header (.TH) __xorgversion__Gaetan Nadon2011-03-052-2/+2
* config: move man pages into their own directoryGaetan Nadon2011-03-057-50/+55
* config: minor layout change in configure.acGaetan Nadon2011-02-021-5/+4
* libXpm 3.5.9libXpm-3.5.9Alan Coopersmith2010-10-291-1/+1
* config: remove obsolete FILES file from the Imakefile daysGaetan Nadon2010-10-252-69/+1
* doc: move doc files to the newly created doc dir.Gaetan Nadon2010-10-249-11/+11
* config: provide a Makefile for the include directoryGaetan Nadon2010-10-244-4/+3
* libXpm make: remove redundant -I.Gaetan Nadon2010-10-241-1/+1
* sxpm make: no need to use a per target LDADDGaetan Nadon2010-10-241-1/+1
* sxpm make: remove redundant $(XMP_LIBS) linker flagsGaetan Nadon2010-10-241-1/+1
* src make: remove -I$(top_builddir)/includeGaetan Nadon2010-10-241-2/+1
* config: fix warnings, m4 quoting and layoutGaetan Nadon2010-10-141-10/+14
* config: AC_OUTPUT with parms is deprecated, use AC_CONFIG_FILESGaetan Nadon2010-10-141-5/+6
* config: AC_HELP_STRING is deprecated, use AS_HELP_STRINGGaetan Nadon2010-10-141-2/+2
* config: remove unrequired AC_SUBST(XPM_CFLAGS)Gaetan Nadon2010-10-141-2/+0
* config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon2010-10-141-1/+0
* config: remove unrequired AC_HEADER_STDCGaetan Nadon2010-10-141-3/+0
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2010-10-141-2/+1
* sxpm: use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONSGaetan Nadon2010-10-141-18/+2
* cxpm: use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONSGaetan Nadon2010-10-141-18/+2
* config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon2010-10-141-2/+0
* config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2010-10-141-3/+3
* Missing end comment in libXpm/src/parse.cColin Harrison2010-10-071-0/+1