about summary refs log tree commit diff
path: root/converter/pbm
Commit message (Expand)AuthorAgeFilesLines
...
* Fix -protocol: change OPT_UINT to OPT_STRINGgiraffedata2015-05-301-1/+1
* Fix buffer overrungiraffedata2015-05-301-2/+12
* Fix overrungiraffedata2015-05-301-0/+5
* Fix buffer overrun, garbage first row outputgiraffedata2015-05-301-3/+3
* cleanupgiraffedata2015-05-271-32/+81
* Fix buffer overrun with long file namegiraffedata2015-05-241-1/+4
* Fix buffer overrun with long file namegiraffedata2015-05-241-3/+9
* Fix buffer overrungiraffedata2015-05-241-1/+1
* cleanupgiraffedata2015-05-201-84/+140
* cleanupgiraffedata2015-05-201-91/+71
* cleanupgiraffedata2015-05-201-1/+1
* cleanupgiraffedata2015-05-201-42/+21
* cleanupgiraffedata2015-05-201-62/+22
* cleanupgiraffedata2015-05-201-70/+65
* cleanup, fix buffer overrun from 5 weeks ago mastergiraffedata2015-05-191-1/+1
* cleanupgiraffedata2015-05-191-54/+18
* cleanupgiraffedata2015-05-191-24/+23
* cleanupgiraffedata2015-05-191-218/+207
* cleanupgiraffedata2015-05-191-34/+16
* fix error messagegiraffedata2015-05-181-2/+2
* Fix bug: segfault with zero width imagegiraffedata2015-05-171-9/+28
* cleanupgiraffedata2015-05-171-11/+13
* Add and use pbm_cleanrowend_packedgiraffedata2015-05-164-24/+5
* Fix bogus assertion and comment from a few hours agogiraffedata2015-05-131-3/+4
* Fix incorrect output with oversize input imagegiraffedata2015-05-131-0/+12
* cleanupgiraffedata2015-04-262-216/+249
* Use packed PBM facilities and shhopt command line processing. Add -norlegiraffedata2015-04-263-363/+750
* cleanupgiraffedata2015-04-111-74/+160
* cleanupgiraffedata2015-04-111-3/+3
* cleanupgiraffedata2015-04-111-51/+56
* Fix redefined TRUE, FALSE compile failuregiraffedata2015-01-011-2/+1
* Declare _XOPEN_SOURCE >= 500 to make strdup definedgiraffedata2014-08-241-0/+1
* Quiet some GCC -Wformat-security compiler warningsgiraffedata2014-05-201-4/+4
* Add Windows icon capability, centralize make rule for link of programsgiraffedata2014-04-131-8/+9
* Fix missing .exe on copies of programs under old namesgiraffedata2014-03-011-1/+1
* Check for errors, total cleanupgiraffedata2013-12-261-87/+91
* Fix for all-white page and for too-long raster linesgiraffedata2013-12-131-46/+82
* cleanupgiraffedata2013-06-192-2/+2
* Move icontopbm->sunicontopnm symlink from converter/pbm to converter/pnm, bec...giraffedata2013-02-161-3/+0
* Fix 64 bit signed long problem, eliminate superfluous cmuwm.h filegiraffedata2012-12-163-21/+15
* New test framework, lots of testsgiraffedata2012-11-241-23/+0
* fix incorrect output, memory leakgiraffedata2012-11-181-2/+3
* typos in commentsgiraffedata2011-10-031-1/+1
* Fix compiler warninggiraffedata2011-05-031-1/+1
* cleanupgiraffedata2011-02-131-7/+11
* fix error message, clean upgiraffedata2011-02-131-9/+18
* Install backward compatibility symlink for pbmtoicongiraffedata2011-01-301-0/+3
* Rename pbmtoicon to pbmtosunicongiraffedata2011-01-302-2/+2
* Rename icontopbm to sunicontopnmgiraffedata2010-10-232-172/+9
* Use packed bits, work with 32 bit items, work with Depth=8giraffedata2010-10-231-108/+120