about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer overrunsgiraffedata2020-06-075-26/+59
* whitespacegiraffedata2020-06-071-36/+36
* whitespacegiraffedata2020-06-071-13/+13
* cleanupgiraffedata2020-03-151-18/+0
* whitespacegiraffedata2020-03-151-39/+39
* cleanupgiraffedata2020-03-151-5/+0
* Fix typos in comments and messages, whitespacegiraffedata2019-12-301-1/+1
* Fix typos in comments and messages, whitespacegiraffedata2019-12-2916-628/+638
* fix typo in commentgiraffedata2018-01-111-1/+1
* Upgrade to _XOPEN_SOURCE 500 to get M_PIgiraffedata2017-04-302-2/+2
* cleanupgiraffedata2017-04-222-40/+35
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-165-0/+6
* cleanupgiraffedata2016-05-036-143/+183
* remove now obsolete ansi.hgiraffedata2015-05-061-76/+0
* cleanup - remove non-ANSI compiler provisionsgiraffedata2015-05-0625-134/+115
* cleanup - silence compiler warninggiraffedata2015-03-031-1/+0
* 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