about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Implement Pamflip process in Tifftopnmgiraffedata2008-01-272-11/+79
* fix commentsgiraffedata2008-01-277-7/+7
* Remove debugging codegiraffedata2008-01-261-1/+0
* Rewrite low-memory algorithm; use temp files and conserve virtual as well as ...giraffedata2008-01-192-456/+690
* fix compile warningsgiraffedata2008-01-191-2/+2
* Clarify matrix algorithmgiraffedata2008-01-171-33/+66
* Fix data typegiraffedata2008-01-151-1/+1
* update HISTORYgiraffedata2008-01-151-0/+3
* Put LDFLAGS environment variable value in link of build toolsgiraffedata2008-01-152-4/+5
* Issue warning about broken TIFF librarygiraffedata2008-01-151-30/+51
* Fix bogus warning about missing -instem optiongiraffedata2008-01-152-5/+3
* Deal better with nonstandard raster orientation; infrastructure to do a Pamflipgiraffedata2008-01-131-86/+492
* Cleanup, stage for handling orientationgiraffedata2008-01-131-20/+28
* fix undefined MAX_CHILDREN on Windowsgiraffedata2008-01-101-3/+6
* remove silly sleep()giraffedata2008-01-101-3/+1
* Reverse sense of conditional compilation of code that uses fcntl()giraffedata2008-01-101-1/+1
* Change 'true' to 'TRUE'giraffedata2008-01-101-1/+1
* Add missing pm_config.hgiraffedata2008-01-101-1/+2
* cleanupgiraffedata2008-01-091-59/+78
* remove recently added dead codegiraffedata2008-01-031-32/+0
* Use sleepN() instead of sleep(), so it works on Windowsgiraffedata2008-01-013-4/+5
* HISTORY updategiraffedata2008-01-011-0/+5
* Add sleepN()giraffedata2008-01-011-1/+1
* 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