summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libXpm 3.5.13libXpm-3.5.13Peter Hutterer2019-12-131-1/+1
* parse: simplify error paths in xpmParseColors()Benjamin Tissoires2019-12-061-26/+24
* parse: avoid memleak on error with STRLCAT/STRLCPYPeter Hutterer2019-12-061-20/+58
* Allow usage when fork() is not availableFabrice Fontaine2019-05-031-0/+1
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-193-26/+19
* After fdopen(), use fclose() instead of close() in error pathAlan Coopersmith2018-10-061-1/+1
* Windows build fixesDave Bodenstab2018-09-224-0/+19
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* 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