about summary refs log tree commit diff
path: root/converter/ppm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use 200 instead of 250 as cuttof for 2-byte length field, like Picttoppm has ...giraffedata2009-01-031-2/+2
* improve diagnostics, add comments, cleanupgiraffedata2009-01-021-9/+70
* fix bug from a few minutes agogiraffedata2009-01-021-2/+2
* improve messagesgiraffedata2009-01-021-12/+21
* Don't fail if 'fontdir' file doesn't exist.giraffedata2009-01-011-2/+19
* Fix bug: appends extraneous color map; fails if input has nonegiraffedata2009-01-011-126/+150
* Fix bug: uses red channel for all three channelsgiraffedata2009-01-011-2/+2
* cleanupgiraffedata2008-12-171-291/+279
* cleanupgiraffedata2008-12-151-125/+134
* Remove superfluous huff.hgiraffedata2008-12-061-34/+0
* Move LDFLAGS latergiraffedata2008-12-031-4/+4
* cleanupgiraffedata2008-12-031-185/+166
* Add -mapfile optiongiraffedata2008-10-291-103/+238
* cleanupgiraffedata2008-10-291-89/+103
* Rename Makefile.config to config.mkgiraffedata2008-10-053-3/+3
* Rename Makefile.common to common.mkgiraffedata2008-10-053-3/+3
* cleanupgiraffedata2008-08-251-146/+131
* Use pm_openr() instead of fopen()giraffedata2008-08-251-3/+1
* Use pm_openr() instead of fopen()giraffedata2008-08-251-34/+30
* cleanupgiraffedata2008-08-103-151/+136
* cleanupgiraffedata2008-07-123-21/+23
* Fix. Doesn't work at allgiraffedata2008-06-011-1/+4
* Fix standard input invocationgiraffedata2008-05-281-1/+1
* cleanupgiraffedata2008-03-261-39/+43
* Fix array bounds violation, missing right parenthesis on impostor replacement...giraffedata2008-02-021-170/+243
* remove silly sleep()giraffedata2008-01-101-3/+1
* Use sleepN() instead of sleep(), so it works on Windowsgiraffedata2008-01-013-4/+5
* Make declarations, definitions matchgiraffedata2008-01-011-4/+3
* Remove unnecessary <sys/times.h>giraffedata2008-01-011-1/+0
* Make declaration match definitiongiraffedata2008-01-011-1/+1
* Don't include netinet/in.h when it doesn't existgiraffedata2008-01-011-0/+2
* Make prototype match functiongiraffedata2008-01-011-1/+1
* remove unneeded sys/utsname (code that needed it has been split out to gethos...giraffedata2008-01-011-1/+0
* Make function match prototypegiraffedata2008-01-011-1/+2
* Fix clock()/times() alternationgiraffedata2008-01-011-4/+4