| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bogus warning about missing -instem option | giraffedata | 2008-01-15 | 2 | -5/+3 |
* | Deal better with nonstandard raster orientation; infrastructure to do a Pamflip | giraffedata | 2008-01-13 | 1 | -86/+492 |
* | Cleanup, stage for handling orientation | giraffedata | 2008-01-13 | 1 | -20/+28 |
* | fix undefined MAX_CHILDREN on Windows | giraffedata | 2008-01-10 | 1 | -3/+6 |
* | remove silly sleep() | giraffedata | 2008-01-10 | 1 | -3/+1 |
* | Reverse sense of conditional compilation of code that uses fcntl() | giraffedata | 2008-01-10 | 1 | -1/+1 |
* | Change 'true' to 'TRUE' | giraffedata | 2008-01-10 | 1 | -1/+1 |
* | Add missing pm_config.h | giraffedata | 2008-01-10 | 1 | -1/+2 |
* | cleanup | giraffedata | 2008-01-09 | 1 | -59/+78 |
* | remove recently added dead code | giraffedata | 2008-01-03 | 1 | -32/+0 |
* | Use sleepN() instead of sleep(), so it works on Windows | giraffedata | 2008-01-01 | 3 | -4/+5 |
* | HISTORY update | giraffedata | 2008-01-01 | 1 | -0/+5 |
* | Add sleepN() | giraffedata | 2008-01-01 | 1 | -1/+1 |
* | Add sleepN() | giraffedata | 2008-01-01 | 4 | -2/+41 |
* | remove garbage file | giraffedata | 2008-01-01 | 1 | -8/+0 |
* | cleanup, include rle.h where needed | giraffedata | 2008-01-01 | 1 | -138/+173 |
* | Make declarations, definitions match | giraffedata | 2008-01-01 | 1 | -4/+3 |
* | Remove unnecessary <sys/times.h> | giraffedata | 2008-01-01 | 1 | -1/+0 |
* | Make declaration match definition | giraffedata | 2008-01-01 | 1 | -1/+1 |
* | Don't include netinet/in.h when it doesn't exist | giraffedata | 2008-01-01 | 1 | -0/+2 |
* | Make prototype match function | giraffedata | 2008-01-01 | 1 | -1/+1 |
* | remove unneeded sys/utsname (code that needed it has been split out to gethos... | giraffedata | 2008-01-01 | 1 | -1/+0 |
* | Make function match prototype | giraffedata | 2008-01-01 | 1 | -1/+2 |
* | Fix clock()/times() alternation | giraffedata | 2008-01-01 | 1 | -4/+4 |
* | cleanup | giraffedata | 2008-01-01 | 1 | -6/+2 |
* | Eliminate C++ comments | giraffedata | 2008-01-01 | 1 | -47/+49 |
* | Change uint to unsigned int | giraffedata | 2007-12-31 | 1 | -1/+1 |
* | Don't check readability of Standard Output on Windows, because we can't | giraffedata | 2007-12-31 | 1 | -0/+3 |
* | Remove obsolete comment | giraffedata | 2007-12-31 | 1 | -10/+0 |
* | Remove dead code | giraffedata | 2007-12-31 | 1 | -19/+2 |
* | Remove apparently bogus setting of O_NONBLOCK on stdout | giraffedata | 2007-12-31 | 1 | -4/+0 |
* | remove apparently bogus Windows-only code | giraffedata | 2007-12-31 | 1 | -34/+0 |
* | Use pm_tmpfile_fd() instead of mkstemp(), which Windows doesn't have | giraffedata | 2007-12-31 | 1 | -52/+19 |
* | Add pm_tmpfile_fd(), pm_make_tmpfile_fd() | giraffedata | 2007-12-31 | 2 | -22/+86 |
* | Mingw32 says it's the GNU C library, but doesn't have all of its facilities | giraffedata | 2007-12-31 | 1 | -1/+1 |
* | Add pm_system_vp() and pm_system_lp() to libsystem_dummy.c | giraffedata | 2007-12-31 | 1 | -0/+18 |
* | Remove space after -I | giraffedata | 2007-12-31 | 1 | -1/+1 |
* | use pm_mkdir(), so it works on Windows | giraffedata | 2007-12-31 | 1 | -1/+1 |
* | Add pm_mkdir() | giraffedata | 2007-12-31 | 1 | -0/+7 |
* | cleanup | giraffedata | 2007-12-31 | 1 | -13/+19 |
* | cleanup | giraffedata | 2007-12-29 | 1 | -17/+12 |
* | validate dimension inputs | giraffedata | 2007-12-29 | 1 | -8/+2 |
* | validate dimension inputs | giraffedata | 2007-12-29 | 1 | -8/+2 |
* | validate dimension inputs | giraffedata | 2007-12-29 | 1 | -8/+2 |
* | validate dimension inputs | giraffedata | 2007-12-29 | 1 | -35/+94 |
* | cleanup | giraffedata | 2007-12-29 | 1 | -3/+3 |
* | Deal with zero width/height | giraffedata | 2007-12-29 | 1 | -38/+86 |
* | validate dimensions | giraffedata | 2007-12-29 | 1 | -12/+81 |
* | handle zero margin | giraffedata | 2007-12-29 | 1 | -18/+33 |
* | clean up, deal with zero width/height argument | giraffedata | 2007-12-29 | 1 | -205/+213 |