about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous code for systems with no strdupgiraffedata2014-08-243-23/+0
* Declare _XOPEN_SOURCE >= 500 to make strdup definedgiraffedata2014-08-249-1/+10
* Change == to POSIX standard =giraffedata2014-08-241-1/+1
* cleanupgiraffedata2014-08-111-52/+63
* Fix unconditional segfaultgiraffedata2014-08-111-3/+3
* cleanupgiraffedata2014-08-111-2/+4
* Split Pgmcrater into Pamcrater and Pamshadedreliefgiraffedata2014-07-261-14/+16
* Remove ambiguous, incorrect use of 'support'giraffedata2014-06-2618-49/+48
* improve commentgiraffedata2014-06-261-1/+1
* Remove debug tracegiraffedata2014-06-241-3/+0
* Update to JBIG-KIT 2.1giraffedata2014-06-2211-1543/+2291
* Move libjbig into its own directorygiraffedata2014-06-229-19/+58
* cleanupgiraffedata2014-06-162-2/+4
* Make null value properly indicate 'in system search path' for JBIGHDR_DIR and...giraffedata2014-06-162-5/+9
* Fix recent bug: pmmtops omitted from buildgiraffedata2014-06-091-1/+1
* Quiet some GCC -Wformat-security compiler warningsgiraffedata2014-05-204-9/+9
* Fix bug: no output if input is RLE compressed; Allow input from pipe; Handle ...giraffedata2014-04-251-37/+51
* cleanupgiraffedata2014-04-251-238/+274
* cleanupgiraffedata2014-04-251-1/+1
* cleanupgiraffedata2014-04-171-61/+66
* Add -output, make Standard Output work normally, thanks to a temporary filegiraffedata2014-04-171-119/+260
* Fix incorrect use of strncpygiraffedata2014-04-131-3/+3
* Fix resolutiongiraffedata2014-04-132-3/+17
* cleanupgiraffedata2014-04-133-560/+643
* Add Windows icon capability, centralize make rule for link of programsgiraffedata2014-04-1310-174/+137
* remove obsolete filegiraffedata2014-03-041-101/+0
* Fix missing .exe on copies of programs under old namesgiraffedata2014-03-013-11/+11
* consistently use upper case Y in boolean make file variablesgiraffedata2014-02-241-1/+1
* Fix incorrect determination of whether build uses MSVCRTgiraffedata2014-02-241-1/+1
* cleanupgiraffedata2014-02-212-10/+25
* cleanupgiraffedata2014-01-011-2/+2
* Remove bogus assertiongiraffedata2014-01-011-8/+5
* Fix resolution, dimensions, and positioning for landscape casegiraffedata2014-01-011-112/+145
* cleanupgiraffedata2014-01-011-106/+138
* Fix wrong orientation when both -xsize and -ysize specifiedgiraffedata2013-12-281-13/+13
* Check for errors, total cleanupgiraffedata2013-12-261-87/+91
* Fix for all-white page and for too-long raster linesgiraffedata2013-12-131-46/+82
* Fix spurious blank line in asciihex rastergiraffedata2013-12-071-3/+2
* Improve error messages for output I/O errorgiraffedata2013-12-071-3/+13
* cleanupgiraffedata2013-12-071-4/+15
* Fix divide by zero with 12 bits per samplegiraffedata2013-12-061-10/+38
* More rational default for landscape/portrait choice; in particular, if the im...giraffedata2013-12-061-25/+55
* Add debug messagesgiraffedata2013-11-271-1/+11
* Fix bug: wrong output with -rle; line accidentally deleted when writeFile() i...giraffedata2013-11-241-2/+4
* Fix bug: some ascii85 filter output goes to stdout instead of *ofPgiraffedata2013-11-241-6/+16
* Make sure SIGCHLD isn't set to ignoregiraffedata2013-11-161-1/+46
* Keep Standard Error opengiraffedata2013-11-121-1/+1
* Close inherited files to keep new file descriptor numbers < 10giraffedata2013-11-121-0/+7
* Use SSE stuff with Clang as for GCCgiraffedata2013-10-302-2/+4
* Fix needless rebuild of partlistgiraffedata2013-10-301-2/+1