aboutsummaryrefslogtreecommitdiff
path: root/plugins/popen.c
AgeCommit message (Expand)Author
2006-06-18updating help and usage and licenseGravatar Benoit Mortier
2006-02-17SIGALRM could be received before child_process is created (Jason Crawford)Gravatar Ton Voon
2005-09-12ECHILD error at waitpid on Red Hat systems (Peter Pramberger andGravatar Ton Voon
2005-05-01better error checking in spopen signal handler (see 1107524)Gravatar M. Sean Finney
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02changed Error: by CRITICAL -Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-09more pedantic compiler warningsGravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-01set LC_ALL to C in execve environemntGravatar Karl DeBisschop
2003-01-13change exit status to be POSIX compliantGravatar Karl DeBisschop
2002-10-07make sure we do not run past the end of an unterminated stringGravatar Karl DeBisschop
2002-02-28Initial revisionGravatar Ethan Galstad