about summary refs log tree commit diff
path: root/converter/ppm
Commit message (Expand)AuthorAgeFilesLines
...
* Fix use of uninitialized comment_p member of struct pamgiraffedata2012-07-081-1/+1
* cleanupgiraffedata2012-07-081-15/+19
* Fix array bounds violation due to coercing signed to unsignedgiraffedata2012-07-081-13/+13
* fix commentsgiraffedata2012-07-081-5/+8
* fix bug from previous cleanupgiraffedata2012-07-081-1/+1
* cleanupgiraffedata2012-07-081-19/+41
* cleanupgiraffedata2012-07-041-19/+18
* cleanupgiraffedata2012-07-041-7/+7
* cleanupgiraffedata2012-03-081-57/+78
* Add Ppmtospugiraffedata2012-03-082-1/+566
* cleanupgiraffedata2012-03-081-5/+5
* 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
* cleanupgiraffedata2011-12-071-50/+106
* typos in commentsgiraffedata2011-10-0322-26/+26
* cleanupgiraffedata2011-06-111-66/+71
* Fix more bugs with non-palette image due to special value of -1 for cmapsize ...giraffedata2011-04-061-4/+4
* Fix bug: crash on non-palette imagegiraffedata2011-03-311-2/+2
* Add commentgiraffedata2011-03-191-0/+9
* cleanupgiraffedata2011-03-191-90/+90
* cleanupgiraffedata2011-03-191-162/+161
* Add ppmtoapplevolgiraffedata2011-01-062-1/+96
* Don't crash on ILBM that has a transparent color index, but no color mapgiraffedata2010-11-011-6/+11
* cleanupgiraffedata2010-11-011-117/+146
* Rename sleepN to pm_sleepgiraffedata2010-09-292-2/+2
* Rename nstring.h functions with pm_ prefixgiraffedata2010-09-2915-173/+174
* Eliminate use of obsolete pm_llocarray()giraffedata2010-09-291-2/+2
* Rename optParseOptions3 to pm_optParseOptions3, etcgiraffedata2010-09-2815-20/+20
* typo in commentgiraffedata2010-09-211-1/+1
* Convert to modern optParseOptions3giraffedata2010-09-212-47/+53
* Fix free of non-allocated memorygiraffedata2010-09-181-8/+2
* cleanupgiraffedata2010-08-071-428/+413
* Don't expect snprintf to existgiraffedata2010-08-071-29/+29
* Fix compiler warningsgiraffedata2010-04-103-6/+6
* Add Ppmtoasciigiraffedata2010-04-092-1/+237
* cleanupgiraffedata2010-04-091-68/+70
* Eliminate C++-style commentsgiraffedata2010-03-271-1/+1
* Fix arithmetic overflow with image dimensions represented by 16 bit integersgiraffedata2010-03-021-0/+10
* cleanupgiraffedata2010-02-021-1/+1
* fix wild pointers with large color indexgiraffedata2009-12-291-77/+131
* Work with non-backward-compatible JPEG library version 7giraffedata2009-07-311-13/+12
* Fix unset variablesgiraffedata2009-04-251-0/+4
* Rename getline() to avoid libc collisiongiraffedata2009-04-251-4/+4
* Remove pm_c_util.h from sshopt.hgiraffedata2009-04-0414-0/+19
* Update test for change in libnetpbm wherein when you read a PBM as PPM, maxva...giraffedata2009-03-241-2/+2
* cleanupgiraffedata2009-03-242-49/+95
* Fix buffer overrun, cleanupgiraffedata2009-01-241-72/+100
* Fix crash with -fullres and all-text imagegiraffedata2009-01-031-196/+323