about summary refs log tree commit diff
path: root/converter/ppm
Commit message (Expand)AuthorAgeFilesLines
* Fix TRUE, FALSE redefinedgiraffedata2015-01-011-3/+2
* Fix bug from 2 days agogiraffedata2014-12-181-1/+1
* Add some validation of format stringgiraffedata2014-12-151-48/+337
* fix typo in commentgiraffedata2014-12-011-3/+3
* cleanupgiraffedata2014-12-011-7/+10
* improve commentgiraffedata2014-12-011-1/+1
* cleanup; catch some buffer overruns; fail when #( isn't followed by close parengiraffedata2014-11-301-433/+778
* cleanupgiraffedata2014-11-301-7/+7
* Fix %g for platform without vasprintf (but scores of %f still exist)giraffedata2014-11-221-16/+30
* Replace use of Pnmscale with use of Pamscalegiraffedata2014-11-212-17/+17
* cleanupgiraffedata2014-11-121-119/+128
* Declare _XOPEN_SOURCE >= 500 to make strdup definedgiraffedata2014-08-243-0/+3
* Change == to POSIX standard =giraffedata2014-08-241-1/+1
* cleanupgiraffedata2014-08-111-52/+63
* Fix unconditional segfaultgiraffedata2014-08-111-3/+3
* cleanupgiraffedata2014-08-111-2/+4
* Remove ambiguous, incorrect use of 'support'giraffedata2014-06-261-3/+3
* improve commentgiraffedata2014-06-261-1/+1
* Add Windows icon capability, centralize make rule for link of programsgiraffedata2014-04-131-21/+41
* Fix missing .exe on copies of programs under old namesgiraffedata2014-03-011-1/+1
* consistently use upper case Y in boolean make file variablesgiraffedata2014-02-241-1/+1
* Fix incorrect determination of whether build uses MSVCRTgiraffedata2014-02-241-1/+1
* Correct grammar in comments and messagesgiraffedata2013-07-253-5/+5
* cleanupgiraffedata2013-07-241-894/+929
* cleanup - declare qsort comparison routines as suchgiraffedata2013-07-241-1/+4
* cleanupgiraffedata2013-06-201-59/+78
* cleanupgiraffedata2013-06-201-59/+82
* cleanupgiraffedata2013-06-191-100/+129
* cleanupgiraffedata2013-06-192-2/+1
* cleanupgiraffedata2013-06-196-48/+52
* cleanupgiraffedata2013-06-191-1/+1
* cleanupgiraffedata2013-06-021-3/+4
* check for inconsistencies between specified width and height and size of inputgiraffedata2013-06-021-0/+3
* check for inconsistencies between specified width and height and size of inputgiraffedata2013-06-021-75/+180
* Recommend Pamcut instead of Pnmcutgiraffedata2013-06-021-1/+1
* Fix bug: does not read the color dictionary with 'mustopen' when user explici...giraffedata2013-06-011-1/+3
* Fix bug: truncates AND mask with odd image widthsgiraffedata2013-04-101-7/+2
* cleanupgiraffedata2013-04-061-390/+423
* Use Windows version of GetHostName instead of POSIX for Mingwgiraffedata2013-02-191-1/+1
* cleanupgiraffedata2013-02-154-88/+97
* cleanupgiraffedata2013-02-151-8/+0
* resolve conflict between jpeg library definition of 'boolean' and Ppmtompeg d...giraffedata2013-02-157-33/+33
* Fix 64 bit signed long problemgiraffedata2012-12-161-1/+1
* Cleanup, go row-at-a-time, deal better with empty input filegiraffedata2012-12-051-155/+134
* go row-by-row, recognize some errorsgiraffedata2012-11-241-108/+71
* Use hash table for color map and go row by row, greatly simplifying codegiraffedata2012-09-221-476/+510
* Fix bug from a few minutes agogiraffedata2012-09-211-6/+14
* Fix bogus color number too large failuregiraffedata2012-09-211-59/+104
* Rename getline() to avoid collision with libcgiraffedata2012-07-201-18/+18
* Fix use of uninitialized comment_p member of struct pamgiraffedata2012-07-081-1/+1