about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Replace Bash Ppmquantall with Perl Pnmquantallgiraffedata2012-03-056-167/+208
* Fix incorrect output when PNG has 16 bits per pixel. Broken by 1529giraffedata2012-02-252-2/+4
* pm_make_tmpfile_fd: fix improper handling when unable to get memory to constr...giraffedata2012-02-132-1/+5
* Fix bug: pm_asprintf() always fails on a system that doesn't have vasprintf()giraffedata2012-02-131-1/+0
* Add missing include of rle_config.hgiraffedata2012-02-131-0/+1
* Use _pipe() for pipe() on Windows/Mingwgiraffedata2012-02-136-6/+11
* Fix bug from a few minutes agogiraffedata2012-02-131-1/+1
* Use rand() and srand() instead of random() and srandom() because the latter a...giraffedata2012-02-132-8/+6
* Make it build on Windows with Mingwgiraffedata2012-02-133-3/+5
* redo conditional compilation of Windows stuff to use MSVCRT, based on _WIN32,...giraffedata2012-02-1213-20/+53
* cleanupgiraffedata2012-02-1220-438/+424
* cleanupgiraffedata2012-02-129-5597/+5647
* cleanupgiraffedata2012-02-1210-67/+11
* cleanupgiraffedata2012-02-121-3/+3
* Use Pkgconfig for libxml2 if availablegiraffedata2012-02-112-6/+17
* Set binary mode on files with Mingwgiraffedata2012-02-112-3/+4
* cleanupgiraffedata2012-02-111-47/+44
* Fix compile bugs from a few minutes agogiraffedata2012-02-112-4/+3
* Fix open flags for Windows mkstempx()giraffedata2012-02-112-1/+48
* Fix mkstempx() consistent failuregiraffedata2012-02-112-1/+4
* Add _BSD_SOURCEgiraffedata2012-02-111-0/+1
* Compute program name correctly on Windowsgiraffedata2012-02-112-8/+33
* Add pm_strdupgiraffedata2012-02-112-0/+13
* update HISTORYgiraffedata2012-01-141-0/+8
* Fix array bounds violationsgiraffedata2012-01-141-4/+12
* Fix bug from a few minutes agogiraffedata2012-01-121-1/+3
* cleanupgiraffedata2012-01-121-3/+3
* prevent integer overflow in difference variancegiraffedata2012-01-121-4/+6
* cleanupgiraffedata2012-01-121-3/+3
* fix commentgiraffedata2012-01-091-11/+11
* Fix bug from earlier today, clean up, and make it work for zero characters pe...giraffedata2011-12-311-37/+50
* cleanupgiraffedata2011-12-311-120/+183
* cleanupgiraffedata2011-12-311-81/+108
* cleanupgiraffedata2011-12-301-12/+12
* Prepare to develop 10.58giraffedata2011-12-302-1/+3
* Make it Version 10.57giraffedata2011-12-302-3/+3
* cleanupgiraffedata2011-12-301-52/+79
* Allow for rounding errorgiraffedata2011-12-101-1/+0
* Fix always black output with resamplinggiraffedata2011-12-102-20/+27
* cleanupgiraffedata2011-12-071-50/+106
* Don't use <alloca.h>. alloca() is declared by <stdlib.h>giraffedata2011-11-302-1/+2
* fix data declaration - compiler warninggiraffedata2011-11-171-1/+1
* Fix array bounds checking for tIME chunkgiraffedata2011-11-162-7/+16
* Fix wrong output for -multiplygiraffedata2011-11-082-1/+3
* Rest of commit from yesterday - fix buildgiraffedata2011-10-143-1/+5
* Add pm_solvelineareq()giraffedata2011-10-143-0/+231
* Use libc asprintf where availablegiraffedata2011-10-141-7/+25
* Add -midvalue, -middlegiraffedata2011-10-141-41/+268
* Fix compile failure from prior commitgiraffedata2011-10-131-1/+1
* Fix '-pixels must be greater than zero' bug introduced last monthgiraffedata2011-10-101-1/+1