about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add sleepN()giraffedata2008-01-014-2/+41
* remove garbage filegiraffedata2008-01-011-8/+0
* cleanup, include rle.h where neededgiraffedata2008-01-011-138/+173
* Make declarations, definitions matchgiraffedata2008-01-011-4/+3
* Remove unnecessary <sys/times.h>giraffedata2008-01-011-1/+0
* Make declaration match definitiongiraffedata2008-01-011-1/+1
* Don't include netinet/in.h when it doesn't existgiraffedata2008-01-011-0/+2
* Make prototype match functiongiraffedata2008-01-011-1/+1
* 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
* 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