about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add pm_tmpfile_fd(), pm_make_tmpfile_fd()giraffedata2007-12-312-22/+86
* Mingw32 says it's the GNU C library, but doesn't have all of its facilitiesgiraffedata2007-12-311-1/+1
* Add pm_system_vp() and pm_system_lp() to libsystem_dummy.cgiraffedata2007-12-311-0/+18
* Remove space after -Igiraffedata2007-12-311-1/+1
* use pm_mkdir(), so it works on Windowsgiraffedata2007-12-311-1/+1
* Add pm_mkdir()giraffedata2007-12-311-0/+7
* cleanupgiraffedata2007-12-311-13/+19
* cleanupgiraffedata2007-12-291-17/+12
* validate dimension inputsgiraffedata2007-12-291-8/+2
* validate dimension inputsgiraffedata2007-12-291-8/+2
* validate dimension inputsgiraffedata2007-12-291-8/+2
* validate dimension inputsgiraffedata2007-12-291-35/+94
* cleanupgiraffedata2007-12-291-3/+3
* Deal with zero width/heightgiraffedata2007-12-291-38/+86
* validate dimensionsgiraffedata2007-12-291-12/+81
* handle zero margingiraffedata2007-12-291-18/+33
* clean up, deal with zero width/height argumentgiraffedata2007-12-291-205/+213
* Update for Release 10.41giraffedata2007-12-272-2/+7
* Fix typo in commentgiraffedata2007-12-271-1/+1
* Update from Microsoftgiraffedata2007-12-191-269/+322
* Add Windows version of gethostnamegiraffedata2007-12-192-4/+359
* Reject obviously negative number as unsigned numbergiraffedata2007-12-181-1/+4
* Reject 0 height or widthgiraffedata2007-12-181-0/+6
* Fix symbol conflict with 'nearest' in AIX math.hgiraffedata2007-12-172-6/+12
* get int_fast32_t defined on AIXgiraffedata2007-12-143-2/+8
* fix incorrect pixels with PNM maxval != TIFF maxvalgiraffedata2007-12-112-2/+5
* cleanupgiraffedata2007-12-111-5/+6
* fix arithmetic overflowgiraffedata2007-12-092-3/+20
* fix typo in messagegiraffedata2007-12-091-1/+1
* remove hardcoded paths for rm, cppgiraffedata2007-12-091-25/+20
* properly check ridiculously large height, widthgiraffedata2007-12-091-10/+2
* fix overflow calculationgiraffedata2007-12-095-2/+108
* split pmfileio.c out of libpm.cgiraffedata2007-12-094-940/+959
* cleanupgiraffedata2007-12-091-2/+3
* Validate computable size for PBM, as we do for everything elsegiraffedata2007-12-011-0/+25
* Make pbm_allocrow a function instead of a macro for pm_allocrowgiraffedata2007-12-012-2/+22
* cleanupgiraffedata2007-12-012-4/+4
* Fix crash due to sizeof() used where PAM_STRUCT_SIZE should begiraffedata2007-11-265-5/+9
* HISTORY updates for previous commitsgiraffedata2007-11-211-0/+11
* Put missing 'do' in REALLOCARRAYgiraffedata2007-11-211-1/+1
* Handle bad values in XWD header that result in excessive shiftsgiraffedata2007-11-211-2/+18
* Fast path for PBM, check dimensionsgiraffedata2007-11-161-27/+216
* Fix -verbose message about background color with -whitegiraffedata2007-11-131-3/+4
* Add some code for more than two operands; not functional yetgiraffedata2007-11-111-60/+371
* Add some constgiraffedata2007-11-115-10/+13