about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-1647-0/+48
* 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
* cleanupgiraffedata2016-07-271-3/+3
* Fix trivial memory leakgiraffedata2016-07-271-0/+1
* 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 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
* Fix handling of V4 and V5 Windows BMP - didn't work at allgiraffedata2016-05-092-84/+224
* cleanupgiraffedata2016-05-083-17/+56
* cleanupgiraffedata2016-05-083-43/+48
* 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
* make compatible with new shhoptgiraffedata2016-05-031-0/+1
* cleanupgiraffedata2016-05-031-3/+0
* cleanupgiraffedata2016-05-031-73/+80
* cleanupgiraffedata2016-05-031-2/+1
* cleanupgiraffedata2016-05-031-9/+4
* cleanupgiraffedata2016-05-036-143/+183
* cleanupgiraffedata2016-05-021-32/+0
* cleanupgiraffedata2016-05-021-9/+0
* cleanupgiraffedata2016-05-021-1/+0
* cleanupgiraffedata2016-05-021-6/+2
* cleanupgiraffedata2016-05-021-7/+2
* Fix .exe in backward compatibility symlinksgiraffedata2016-04-301-1/+1
* cleanup - invoke pamtopnm instead of pnmtopnmgiraffedata2016-04-301-1/+1
* Add -versiongiraffedata2016-04-301-0/+13
* Update web linkgiraffedata2016-04-291-11/+11
* 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
* 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
* 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