about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg
Commit message (Expand)AuthorAgeFilesLines
* Declare _XOPEN_SOURCE >= 500 to make strdup definedgiraffedata2014-08-243-0/+3
* improve commentgiraffedata2014-06-261-1/+1
* Add Windows icon capability, centralize make rule for link of programsgiraffedata2014-04-131-21/+41
* 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-252-2/+2
* cleanupgiraffedata2013-06-192-2/+1
* cleanupgiraffedata2013-06-196-48/+52
* cleanupgiraffedata2013-06-191-1/+1
* 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
* typos in commentsgiraffedata2011-10-0314-16/+16
* Rename sleepN to pm_sleepgiraffedata2010-09-292-2/+2
* Rename nstring.h functions with pm_ prefixgiraffedata2010-09-299-116/+116
* Fix free of non-allocated memorygiraffedata2010-09-181-8/+2
* Don't expect snprintf to existgiraffedata2010-08-071-29/+29
* Fix compiler warningsgiraffedata2010-04-102-5/+5
* Eliminate C++-style commentsgiraffedata2010-03-271-1/+1
* Work with non-backward-compatible JPEG library version 7giraffedata2009-07-311-13/+12
* Remove superfluous huff.hgiraffedata2008-12-061-34/+0
* Move LDFLAGS latergiraffedata2008-12-031-4/+4
* cleanupgiraffedata2008-12-031-185/+166
* Rename Makefile.config to config.mkgiraffedata2008-10-051-1/+1
* Rename Makefile.common to common.mkgiraffedata2008-10-051-1/+1
* cleanupgiraffedata2008-08-103-151/+136
* 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
* cleanupgiraffedata2008-01-011-6/+2
* Eliminate C++ commentsgiraffedata2008-01-011-47/+49
* Update from Microsoftgiraffedata2007-12-191-269/+322
* Add Windows version of gethostnamegiraffedata2007-12-192-4/+359
* remove hardcoded paths for rm, cppgiraffedata2007-12-091-25/+20
* Replace macros with inline functionsgiraffedata2007-08-261-55/+55
* Convert rest of STREQ to streqgiraffedata2007-08-121-2/+2
* cleanupgiraffedata2006-10-222-50/+70
* Fix basic bugs in Ppmtompeggiraffedata2006-10-222-2/+1
* cleanupgiraffedata2006-10-021-0/+1
* Add missing pm_config.hgiraffedata2006-10-011-0/+1
* cleanup, accomodate Irix compiler literal prototype comparisongiraffedata2006-10-0120-704/+702
* Fix include ordergiraffedata2006-09-161-2/+3