about summary refs log tree commit diff
path: root/converter/other
Commit message (Expand)AuthorAgeFilesLines
* Remove #define NDEBUG - that's supposed to be a compile-time optiongiraffedata2017-02-091-2/+0
* cleanupgiraffedata2017-02-091-3/+3
* Remove pointer man pages, Manweb installationgiraffedata2017-01-151-1/+1
* Fix arithmetic overflowgiraffedata2017-01-151-53/+72
* cleanupgiraffedata2017-01-151-7/+11
* Fix bug: ignores failure of libxml2 function - one cause of failure is runnin...giraffedata2017-01-111-4/+17
* cleanupgiraffedata2017-01-111-4/+11
* cleanupgiraffedata2017-01-081-7/+12
* cleanupgiraffedata2017-01-081-128/+170
* Add some assertions demonstrating why cols*rows does not overflowgiraffedata2017-01-071-0/+10
* Remove pointless, possiby wrong assertion from a few minutes agogiraffedata2017-01-071-2/+0
* Add assertion demonstrating lack of arithmetic overflowgiraffedata2017-01-071-0/+2
* cleanupgiraffedata2017-01-071-9/+9
* Add PKG_CONFIG config variablegiraffedata2016-11-281-6/+6
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-1629-0/+29
* Add commentgiraffedata2016-09-261-0/+4
* Add missing #include <sys/wait.h>giraffedata2016-09-011-0/+1
* Don't do attempt unaligned memory access on machine that can't do thatgiraffedata2016-08-131-7/+2
* Use frexp instead of native architecture-specific floating point encoding/dec...giraffedata2016-06-171-156/+144
* Remove non-ASCII characters from commentsgiraffedata2016-06-17100-190/+190
* Fix bug from revision 2770 on 16.05.09giraffedata2016-06-171-15/+10
* Fix handling of V4 and V5 Windows BMP - didn't work at allgiraffedata2016-05-091-70/+149
* cleanupgiraffedata2016-05-081-4/+3
* cleanupgiraffedata2016-05-081-1/+1
* Deal properly with failed Pamflip processgiraffedata2016-05-061-3/+11
* cleanup - don't use shell to run Pngtopamgiraffedata2016-05-051-3/+3
* cleanup - don't use shell to run Pnmtopnggiraffedata2016-05-051-9/+9
* Fix whitespace in messagegiraffedata2016-05-051-1/+1
* cleanup. (Looks like it fixes a bad bug, but the bug actually appears to be n...giraffedata2016-05-041-6/+6
* fix array bounds violation; incorrect calculationgiraffedata2016-05-031-1/+1
* cleanupgiraffedata2016-05-035-569/+524
* cleanupgiraffedata2016-05-031-2/+0
* cleanupgiraffedata2016-05-031-2/+2
* cleanupgiraffedata2016-05-031-6/+6
* cleanupgiraffedata2016-05-034-1480/+1618
* cleanupgiraffedata2016-05-031-3/+0
* cleanupgiraffedata2016-05-031-73/+80
* cleanupgiraffedata2016-05-031-2/+1
* cleanupgiraffedata2016-05-031-9/+4
* Fix .exe in backward compatibility symlinksgiraffedata2016-04-301-1/+1
* cleanup - invoke pamtopnm instead of pnmtopnmgiraffedata2016-04-301-1/+1
* Add -version, change temporary file handlinggiraffedata2016-04-242-7/+20
* Fix bug: always thinks -level=N is -level=1giraffedata2015-11-251-1/+1
* Use --mime-type on newer File; recognize 'Netpbm PAM' non-mime output of Filegiraffedata2015-10-311-8/+29
* Improve messagegiraffedata2015-08-081-5/+10
* Fix -min, -max: type needs to be float, not double because it is accessed via...giraffedata2015-08-021-2/+2
* cleanupgiraffedata2015-08-021-4/+4
* cleanupgiraffedata2015-07-291-8/+9
* Use library RLE facility. Fixes bug in which failure of malloc is ignoredgiraffedata2015-07-291-200/+77
* Fix buffer overrungiraffedata2015-07-291-2/+2