summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control/HashCore.pm
AgeCommit message (Expand)AuthorFilesLines
2015-05-30scripts: Add missing strict and warnings pragmas for submodulesGuillem Jover1-0/+3
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-2/+2
2015-05-18scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titlesGuillem Jover1-1/+1
2015-05-18Dpkg::Control::HashCore: Use proper quotesGuillem Jover1-1/+1
2015-05-09Dpkg::Control::HashCore: Fix OpenPGP Armor Header Line parsingGuillem Jover1-9/+12
2015-04-18debian: Update my copyright yearsGuillem Jover1-0/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-03-31Expand EOF and eof into "end of file" in error messagesGuillem Jover1-1/+1
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-1/+1
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-11/+11
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-10-06perl: Use length instead of /^$/ to test for an empty stringGuillem Jover1-3/+3
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover1-4/+4
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-5/+5
2014-08-09Dpkg::Control::HashCore: Say OpenPGP instead of PGP in comments and errorsGuillem Jover1-8/+8
2014-08-09Dpkg::Substvars: Add automatic variable trackingGuillem Jover1-1/+1
2014-06-05Dpkg::Control::HashCore: Only skip actual empty first line field valuesGuillem Jover1-1/+1
2014-05-23Dpkg::Control::HashCore: Do not emit trailing space on field empty first lineGuillem Jover1-6/+9
2014-05-17Dpkg: Update and fix CHANGES POD sectionsGuillem Jover1-1/+1
2014-05-17perl: Fix unused capture groups false positivesGuillem Jover1-5/+6
2014-04-21Dpkg::Control::HashCore: Document is_pgp_signed as a public optionGuillem Jover1-0/+7
2014-04-21scripts: Localize $_ in functions with while (<$fh>) style loopsGuillem Jover1-0/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05Do not accept an initial hyphen in field namesGuillem Jover1-0/+3
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-1/+1
2013-12-04perl: Use croak instead of die on programming errors in modulesGuillem Jover1-1/+2
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-2/+2
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover1-1/+2
2013-11-24Dpkg::ErrorHandling: Move syntaxerr to Dpkg::Control::HashCore::parse_errorGuillem Jover1-12/+31
2013-07-26Dpkg::Source::Package: Do not scan control file twice for PGP signatureGuillem Jover1-3/+3
2013-07-26Dpkg::Control::HashCore: Correctly apply substvar text cleanupsGuillem Jover1-5/+16
2013-07-26Dpkg::Control::HashCore: Switch module to use Dpkg::Control::FieldsCoreGuillem Jover1-13/+4
2013-07-26Dpkg::Control::Fields: Detangle Dpkg::VendorGuillem Jover1-0/+510