summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control/Hash.pm
AgeCommit message (Expand)AuthorFilesLines
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-07-26Dpkg::Control::Fields: Detangle Dpkg::VendorGuillem Jover1-467/+4
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-2/+2
2013-06-21Dpkg::Control::Hash: Do not require unused Dpkg::ErrorHandlingGuillem Jover1-1/+0
2013-06-21Dpkg::Control::Hash: Fix set_options to take a hash instead of two scalarsGuillem Jover1-2/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-16/+16
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-14/+14
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-5/+5
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-4/+4
2013-03-18Dpkg::Control::Hash: Do not accept Armor Header Lines inside a paragraphGuillem Jover1-1/+3
2013-03-18Dpkg::Control::Hash: Check for presence of OpenPGP signaturesGuillem Jover1-0/+10
2013-03-18Dpkg: Fix OpenPGP armored signature parsingGuillem Jover1-6/+7
2012-05-23scripts: Use new member set_as_used() instead of ad-hoc codeGuillem Jover1-2/+1
2012-04-27Dpkg::Control: Fix memory leak due to objects not being garbage-collectedBen Harris1-8/+19
2011-03-12Dpkg::Control::Hash: accept PGP signature as end of blockRoger Leigh1-1/+1
2010-02-26Update POD documentation to indicate that it's using UTF-8 encodingRaphaël Hertzog1-2/+4
2010-02-25Dpkg::Checksums: rewrite to provide an object-oriented APIRaphaël Hertzog1-2/+2
2010-02-21dpkg-gencontrol: now indicates which package is concerned by the substvars wa...Raphaël Hertzog1-2/+2
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2010-02-20Update Dpkg::Control::* to use Dpkg::Interface::StorableRaphaël Hertzog1-15/+12
2009-11-23Dpkg::Control::Hash: document how leading/trailing spaces are treatedRaphaël Hertzog1-0/+3
2009-11-22Dpkg::Control::Hash: Strip leading spaces in the first line of a field's valueGuillem Jover1-1/+1
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-11-06Dpkg::Control::Hash: handle arbitrary field valuesRaphaël Hertzog1-27/+42
2009-11-06Dpkg::Control::Hash: use lower-case internally for keysRaphaël Hertzog1-8/+8
2009-09-19Dpkg::Control: new object interfaceRaphaël Hertzog1-0/+469