about summary refs log tree commit diff
path: root/converter/pbm
Commit message (Expand)AuthorAgeFilesLines
* Fix passing null pointer to memcpygiraffedata2020-05-061-1/+14
* Fix incorrect output with -txt optiongiraffedata2020-05-061-22/+31
* whitespacegiraffedata2020-05-051-11/+11
* Accept 'static unsigned short' in an X10 XBMgiraffedata2020-04-271-5/+15
* whitespacegiraffedata2020-04-271-8/+8
* Fix typos in comments and messages, whitespacegiraffedata2019-12-302-7/+6
* Fix typos in comments and messages, whitespacegiraffedata2019-12-298-106/+108
* Remove RLE_CHECK_ALLOC and rle_alloc_error from URT library. This fixes a wi...giraffedata2019-08-091-6/+6
* cleanupgiraffedata2019-07-051-3/+3
* cleanupgiraffedata2019-07-051-120/+157
* Add -linewidthgiraffedata2019-07-051-96/+131
* whitespacegiraffedata2019-05-261-5/+5
* Fix for big-endian machinegiraffedata2019-05-261-6/+7
* Do backward compatibility names for merge build in the directories instead of...giraffedata2018-11-181-0/+6
* Fix 'make package' leaving out a bunch of recent legacy names with a merge buildgiraffedata2018-11-111-1/+1
* Make G3 tables separate object files intead of inclusions; fix duplicate symb...giraffedata2018-11-118-441/+491
* Fix bug from earlier this monthgiraffedata2018-10-301-1/+1
* Fix arithmetic overflowgiraffedata2018-10-061-7/+27
* cleanupgiraffedata2018-10-061-107/+146
* whitspacegiraffedata2018-10-021-3/+3
* cleanupgiraffedata2018-10-021-98/+113
* Fix handling of unexpected EOF in inputgiraffedata2018-02-171-3/+12
* Fix bug: invalid empty PBM image when G3 input in emptygiraffedata2018-02-171-4/+7
* whitespacegiraffedata2018-02-171-31/+31
* whitespacegiraffedata2018-01-081-19/+22
* Change from GPL v2 to GPL v2 or later per email from Jorrit Falke todaygiraffedata2017-08-011-1/+1
* Remove recently added undocumented -dump optiongiraffedata2017-06-051-23/+14
* Get Perl interpreter from the PATHgiraffedata2017-05-241-0/+24
* whitespacegiraffedata2017-04-261-2/+2
* tolerate fill bitsgiraffedata2017-04-261-2/+36
* New algorithm for pbmtog3, add -align8, -align16, don't use wordint anymoregiraffedata2017-04-203-308/+769
* Fix assertion failuregiraffedata2016-12-161-1/+1
* Fix compile failure from previous commitgiraffedata2016-12-161-1/+1
* improve comments, variable namesgiraffedata2016-12-161-20/+27
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-166-0/+6
* cleanupgiraffedata2016-07-271-3/+3
* Fix trivial memory leakgiraffedata2016-07-271-0/+1
* cleanupgiraffedata2016-05-021-6/+2
* cleanupgiraffedata2016-05-021-7/+2
* Add -versiongiraffedata2016-04-301-0/+13
* Cleanup and make -plain workgiraffedata2015-07-141-94/+290
* Add -stripeheight, -resolution=720, -formfeed, -raw; pad to 8 columns and who...giraffedata2015-07-141-103/+157
* cleanup: factor out runlength encodinggiraffedata2015-07-031-69/+15
* Declare BSD sourcegiraffedata2015-06-241-0/+1
* Fix bugs from previous cleanupgiraffedata2015-06-191-2/+3
* Add commentsgiraffedata2015-06-011-1/+29
* Fix buffer overrun, double freegiraffedata2015-06-014-21/+36
* cleanupgiraffedata2015-05-301-15/+20
* Fix bug: fails if you specify thinput file name argumentgiraffedata2015-05-301-1/+1
* cleanupgiraffedata2015-05-301-29/+29