about summary refs log tree commit diff
path: root/converter/ppm
Commit message (Expand)AuthorAgeFilesLines
...
* whitespacegiraffedata2018-10-061-54/+54
* whitespacegiraffedata2018-10-061-1/+1
* whitespacegiraffedata2018-10-061-7/+7
* Fix arithmetic overflowgiraffedata2018-10-061-11/+20
* cleanupgiraffedata2018-10-061-73/+94
* whitespacegiraffedata2018-10-061-21/+26
* Fix variable used before setgiraffedata2018-04-281-0/+2
* cleanupgiraffedata2018-04-281-302/+321
* whitespacegiraffedata2018-04-281-102/+102
* Use pm_strnlen instead of strnlen because MacOS X before 10.7 does not have itgiraffedata2018-01-201-1/+1
* fix typo in commentgiraffedata2018-01-111-1/+1
* cleanupgiraffedata2017-10-241-1/+1
* Fix handling of non-NUL-terminated strings in input filegiraffedata2017-10-241-60/+102
* Fix bug: -lib and -dir always say slide not found. Broken by cleanup rev 1946giraffedata2017-10-211-15/+15
* Fix bug: doesn't recognize AutoCAD slide file because of botched cleanupgiraffedata2017-10-211-1/+1
* whitespacegiraffedata2017-10-211-35/+35
* cleanupgiraffedata2017-06-101-15/+31
* cleanupgiraffedata2017-06-101-3/+5
* 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-1612-0/+13
* Fix bug from revision 2768 on 16.05.08giraffedata2016-06-171-0/+2
* cleanupgiraffedata2016-05-121-84/+82
* Adapt to change in bmp.h a few days agogiraffedata2016-05-121-9/+29
* revert last changegiraffedata2016-05-121-4/+2
* Adapt to new bmp.h from a few days agogiraffedata2016-05-121-2/+4
* cleanupgiraffedata2016-05-081-2/+8
* cleanupgiraffedata2016-05-081-41/+46
* make compatible with new shhoptgiraffedata2016-05-031-0/+1
* cleanupgiraffedata2016-05-036-143/+183
* cleanupgiraffedata2016-05-021-32/+0
* cleanupgiraffedata2016-05-021-9/+0
* Update web linkgiraffedata2016-04-291-11/+11
* Don't try to compile code that uses parse_printf_format on a system that does...giraffedata2015-10-131-0/+2
* cleanupgiraffedata2015-10-131-2/+2
* cleanup: factor out runlength encodinggiraffedata2015-07-032-97/+28
* Fix failure with -hamforce and -nocompressiongiraffedata2015-06-281-1/+1
* cleanupgiraffedata2015-06-051-186/+235
* Remove dead RLE code (dead because of a bug - removing from manual instead of...giraffedata2015-06-051-125/+20
* cleanupgiraffedata2015-05-271-2/+16
* Fix buffer overrun with long file namegiraffedata2015-05-241-10/+39
* Add and use pbm_cleanrowend_packedgiraffedata2015-05-161-6/+2
* Fix warning on 32 bit compilegiraffedata2015-05-101-1/+1
* remove now obsolete ansi.hgiraffedata2015-05-061-76/+0
* cleanup - remove non-ANSI compiler provisionsgiraffedata2015-05-0625-134/+115
* Fix buffer overflowgiraffedata2015-04-231-76/+121
* Fix bug from previous commitgiraffedata2015-04-171-2/+3
* Set undefined palette valuesgiraffedata2015-04-091-0/+16
* Fix recent bug from subtracting two unsigned ints; round properlygiraffedata2015-04-051-5/+9
* cleanup - silence compiler warninggiraffedata2015-03-031-1/+0