about summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Ignore -plain when program generates PAMgiraffedata2013-06-251-3/+18
* Don't look at pam.plainformat when format is PAM (avoids problem with Valgrind)giraffedata2013-06-231-8/+6
* Improve commentgiraffedata2013-06-231-0/+3
* Improve commentgiraffedata2013-06-231-2/+6
* cleanupgiraffedata2013-06-234-36/+37
* Use <stdbool.h> instead of locally defined boolgiraffedata2013-06-201-24/+38
* Reverse accidental commitgiraffedata2013-06-191-4/+0
* cleanupgiraffedata2013-06-193-4/+8
* cleanupgiraffedata2013-06-191-1/+1
* Fix pam.opacity_plane set by pnm_readpaminit and pnm_writepaminitgiraffedata2013-06-191-1/+1
* Fix use of unset variable - entries in the colornames table don't get set whe...giraffedata2013-06-011-27/+76
* Fix unaligned memory access on Sparcgiraffedata2013-05-024-34/+65
* cleanupgiraffedata2013-04-141-8/+8
* Add commentgiraffedata2013-04-141-0/+2
* Fix bug: REALLOCARRAY tries to free null pointer when block wasn't previously...giraffedata2013-04-141-1/+1
* Fix revision 1839giraffedata2013-02-231-1/+1
* Use _splitpath; _splitpath_s isn't really availablegiraffedata2013-02-151-15/+12
* Stop Valgrind from complaining about memory accessed before setgiraffedata2012-12-251-19/+26
* Fix wrong string comparison: looks at only first 4 bytes of tuple type, makin...giraffedata2012-12-141-6/+6
* add commentsgiraffedata2012-12-141-1/+6
* Add some copyright noticesgiraffedata2012-11-288-25/+44
* Improve commentsgiraffedata2012-11-182-5/+14
* Don't do overlapping strcpy()giraffedata2012-11-161-10/+13
* Change _XOPEN_SOURCE from 500 to 600 for Mac OSXgiraffedata2012-09-086-6/+6
* performance improvement: new hash functiongiraffedata2012-07-181-1/+2
* pm_make_tmpfile_fd: fix improper handling when unable to get memory to constr...giraffedata2012-02-131-1/+1
* Fix bug: pm_asprintf() always fails on a system that doesn't have vasprintf()giraffedata2012-02-131-1/+0
* Use _pipe() for pipe() on Windows/Mingwgiraffedata2012-02-131-2/+2
* Make it build on Windows with Mingwgiraffedata2012-02-131-2/+2
* redo conditional compilation of Windows stuff to use MSVCRT, based on _WIN32,...giraffedata2012-02-124-8/+10
* 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-111-1/+1
* Add _BSD_SOURCEgiraffedata2012-02-111-0/+1
* Compute program name correctly on Windowsgiraffedata2012-02-111-8/+31
* Add pm_strdupgiraffedata2012-02-112-0/+13
* fix data declaration - compiler warninggiraffedata2011-11-171-1/+1
* Rest of commit from yesterday - fix buildgiraffedata2011-10-141-0/+1
* Add pm_solvelineareq()giraffedata2011-10-143-0/+231
* Use libc asprintf where availablegiraffedata2011-10-141-7/+25
* typos in commentsgiraffedata2011-10-032-4/+4
* Fix failure to check for failed memory allocationgiraffedata2011-08-271-0/+4
* new hash functiongiraffedata2011-08-231-2/+2
* Add missing pm_config.hgiraffedata2011-08-228-1/+11
* New ash functiongiraffedata2011-08-221-4/+11
* Fix allocation depth bug from commit a week agogiraffedata2011-08-111-2/+6
* Fix struct pam length/size error from recent commitgiraffedata2011-08-041-1/+5
* pamcomp: retain opacity information from underlying imagegiraffedata2011-08-042-7/+228
* cleanupgiraffedata2011-05-011-1/+1