summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/IPC.pm
AgeCommit message (Expand)AuthorFilesLines
2017-01-22doc: Fix typos in documentation and code commentsGuillem Jover1-1/+1
2016-10-30Dpkg::IPC: Defer filehandle closures in spawn() to avoid double-closeGuillem Jover1-3/+6
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-5/+0
2015-07-28Dpkg: Say FUNCTIONS instead of METHODS when appropriateGuillem Jover1-1/+1
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-1/+1
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-3/+3
2015-05-18Dpkg::IPC: Kill the process when reaching timeout in wait_child()Guillem Jover1-3/+8
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-4/+7
2015-01-28Dpkg::IPC: Document function signaturesGuillem Jover1-2/+2
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-14/+14
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-10-06scripts: Unpack arguments just onceGuillem Jover1-2/+4
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-13/+13
2014-08-09Dpkg::IPC: Add support for sig and delete_sig spawn() optionsGuillem Jover1-1/+35
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-2/+2
2014-01-15scripts: Use P_() instead of ngettext()Guillem Jover1-3/+3
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-1/+1
2013-12-04scripts: Use croak instead of internerr on programming errors in modulesGuillem Jover1-11/+13
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-16/+19
2013-07-18scripts: Do not mix boolean operatorsGuillem Jover1-2/+2
2013-06-22scripts: Do not inherit from Exporter just import its importGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-28/+28
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-79/+79
2013-03-18Dpkg::IPC: Fix wordingGuillem Jover1-2/+1
2010-11-02Unify execution error stringsGuillem Jover1-1/+1
2010-02-26Update POD documentation to indicate that it's using UTF-8 encodingRaphaël Hertzog1-1/+3
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2010-02-19scripts: Unify fork error stringGuillem Jover1-1/+1
2010-02-19libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()Guillem Jover1-6/+6
2010-01-21Dpkg::IPC: allow IO::Handle objects in *_pipe parametersRaphaël Hertzog1-8/+14
2009-11-26Dpkg::IPC::fork_and_exec(): put modified environment variables in error messagesRaphaël Hertzog1-1/+7
2009-11-08Unify format in license headersGuillem Jover1-3/+3
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-06-26libdpkg-perl: Import Exporter with ‘use base’Guillem Jover1-2/+1
2009-03-16Dpkg::IPC: add sanity check for timeout parameter and a non-regression testRaphael Hertzog1-0/+5
2009-03-15Dpkg::IPC: implement timeout for subprocessesRaphael Hertzog1-4/+26
2008-12-09Properly use internerr to report about programming bugsGuillem Jover1-9/+9
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-2/+2
2008-06-23* scripts/Dpkg/IPC.pm (fork_and_exec): new nocheck optionRaphael Hertzog1-1/+5
2008-04-01Dpkg::IPC: Support redirection of STDERR in fork_and_exec()Raphael Hertzog1-18/+47
2008-02-24Dpkg::IPC: new option to clean the environmentRaphael Hertzog1-0/+12
2008-02-21Dpkg::IPC: Add nocheck option to wait_child()Raphael Hertzog1-2/+11
2008-02-20Dpkg::IPC: Modify fork_and_exec() to handle environment variablesRaphael Hertzog1-1/+17
2008-02-16Fix some whitespace oddities in the new modulesFrank Lichtenheld1-1/+1
2008-02-16Dpkg::IPC: Add chdir optionRaphael Hertzog1-0/+8
2008-02-15Dpkg::IPC: Add a sanitiy_check for options of fork_and_execFrank Lichtenheld1-2/+27
2008-02-15Dpkg::IPC: Add POD documentationFrank Lichtenheld1-0/+110