about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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