about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
...
* remove unneeded sys/utsname (code that needed it has been split out to gethos...giraffedata2008-01-011-1/+0
* Make function match prototypegiraffedata2008-01-011-1/+2
* Fix clock()/times() alternationgiraffedata2008-01-011-4/+4
* cleanupgiraffedata2008-01-011-6/+2
* Eliminate C++ commentsgiraffedata2008-01-011-47/+49
* Change uint to unsigned intgiraffedata2007-12-311-1/+1
* Don't check readability of Standard Output on Windows, because we can'tgiraffedata2007-12-311-0/+3
* Remove obsolete commentgiraffedata2007-12-311-10/+0
* Remove dead codegiraffedata2007-12-311-19/+2
* Remove apparently bogus setting of O_NONBLOCK on stdoutgiraffedata2007-12-311-4/+0
* remove apparently bogus Windows-only codegiraffedata2007-12-311-34/+0
* Use pm_tmpfile_fd() instead of mkstemp(), which Windows doesn't havegiraffedata2007-12-311-52/+19
* cleanupgiraffedata2007-12-291-17/+12
* clean up, deal with zero width/height argumentgiraffedata2007-12-291-205/+213
* Fix typo in commentgiraffedata2007-12-271-1/+1
* Update from Microsoftgiraffedata2007-12-191-269/+322
* Add Windows version of gethostnamegiraffedata2007-12-192-4/+359
* get int_fast32_t defined on AIXgiraffedata2007-12-142-2/+4
* fix incorrect pixels with PNM maxval != TIFF maxvalgiraffedata2007-12-111-2/+2
* cleanupgiraffedata2007-12-111-5/+6
* remove hardcoded paths for rm, cppgiraffedata2007-12-091-25/+20
* Fix crash due to sizeof() used where PAM_STRUCT_SIZE should begiraffedata2007-11-261-1/+1
* Handle bad values in XWD header that result in excessive shiftsgiraffedata2007-11-211-2/+18
* Add some constgiraffedata2007-11-111-1/+1
* add copyright disclaimergiraffedata2007-11-031-3/+7
* Add pamtopamgiraffedata2007-11-022-1/+54
* Remove ARGSgiraffedata2007-11-012-74/+95
* add commentsgiraffedata2007-10-121-0/+14
* Fix bug dividing by a zero maxvalgiraffedata2007-10-111-5/+13
* fix error messagesgiraffedata2007-10-111-16/+33
* use 256 pixel map for palmcolor8.mapgiraffedata2007-09-292-226/+265
* cleanupgiraffedata2007-09-051-5/+0
* Add 255 x 255 size limitationgiraffedata2007-08-281-0/+17
* Fix typo in error messagegiraffedata2007-08-281-1/+1
* Replace macros with inline functionsgiraffedata2007-08-267-105/+78
* don't build pstopnm on system without Unix process controlgiraffedata2007-08-191-1/+5
* cleanupgiraffedata2007-08-191-65/+76
* Convert rest of STREQ to streqgiraffedata2007-08-1215-31/+31
* improve warning msggiraffedata2007-07-311-3/+6
* Do 12 bits per sample if user says -psfiltergiraffedata2007-07-311-22/+39
* Don't attempt to do 12 bits per samplegiraffedata2007-07-301-10/+23
* Fix missing endifgiraffedata2007-07-291-1/+1
* Don't symlink pnmtojpeg if it wasn't builtgiraffedata2007-07-261-0/+2
* Change some STREQ to streqgiraffedata2007-07-2124-52/+52
* Use mkdir -m instead of chmodgiraffedata2007-07-111-3/+2
* Sort palette correctly when alpha image maxval != 255giraffedata2007-07-041-11/+17
* Fix array bound violation with = 256 colors and -alphagiraffedata2007-07-041-2/+6
* cleanupgiraffedata2007-07-041-2/+0
* fix wild pointer with > 256 alpha mask levelsgiraffedata2007-07-041-47/+118
* cleanupgiraffedata2007-06-291-29/+31