summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Changelog.pm
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Dpkg: Say class instead of object when appropriateGuillem Jover1-1/+1
2019-11-26Dpkg::Changelog: Remove obsolete methods dpkg() and rfc822()Guillem Jover1-31/+5
2019-10-30Dpkg::Changelog: Document methods provided by subclassesGuillem Jover1-0/+16
2019-01-15perl: Fix POD for Dpkg::Interface::Storable derived method implementationsGuillem Jover1-11/+7
2018-09-18dpkg-parsechangelog: Add new --reverse optionGuillem Jover1-4/+5
2018-01-16Dpkg::Changelog: Print versions for incorrect changelog range warningsPaul Wise1-9/+9
2016-11-05Dpkg::Changelog: Cope gracefully with a missing trailer timestampGuillem Jover1-2/+2
2016-07-19Fix repeated "the" word typosGuillem Jover1-1/+1
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-5/+0
2016-07-03Dpkg::Changelog: Add new Timestamp field to outputGuillem Jover1-0/+8
2016-07-03Dpkg::Changelog: Add new format_range() methodGuillem Jover1-62/+130
2016-05-02Dpkg::Changelog: Handle undef versionsGuillem Jover1-2/+4
2016-05-02libdpkg, scripts: Add very basic color supportGuillem Jover1-3/+3
2015-07-28Dpkg::Changelog: Fix POD syntax on verbatim paragraphGuillem Jover1-11/+12
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-3/+3
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-1/+1
2015-05-18scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titlesGuillem Jover1-2/+2
2015-01-28scripts: Remove unused «use Dpkg»Guillem Jover1-1/+0
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-4/+4
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-20/+20
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+6
2014-10-06scripts: Unpack arguments just onceGuillem Jover1-2/+1
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-7/+7
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover1-11/+11
2014-04-21scripts: Add a space after commaGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-2/+2
2013-11-24Dpkg::Changelog: Fix parse_error() POD prototypeGuillem Jover1-3/+3
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-1/+1
2013-05-08perl: Use my-style lexical loop iterator variablesGuillem Jover1-13/+13
2013-05-08Dpkg::Changelog: Refactor out _is_full_range()Guillem Jover1-7/+15
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-30/+30
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-14/+18
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover1-5/+3
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-6/+5
2011-08-20Fix spelling errorsGuillem Jover1-1/+1
2010-07-16Use earlier/later instead of smaller/bigger for comparison relationshipsGuillem Jover1-8/+8
2010-06-28Dpkg::Changelog: fixed to cope properly with an entry of version "0"Raphaël Hertzog1-2/+4
2010-02-26Update POD documentation to indicate that it's using UTF-8 encodingRaphaël Hertzog1-0/+2
2010-02-25Add accent on Raphaël's name in several filesGuillem Jover1-1/+1
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2010-02-20Update Dpkg::Changelog and Dpkg::Index to use Dpkg::Interface::StorableRaphaël Hertzog1-9/+6
2009-11-08Unify format in license headersGuillem Jover1-11/+10
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-2/+1
2009-11-06Dpkg::Control::Hash: handle arbitrary field valuesRaphaël Hertzog1-1/+1
2009-11-03Dpkg::Changelog::get_range(): fix return value when range is emptyRaphaël Hertzog1-3/+7
2009-10-31Dpkg::Changelog: completely update the APIRaphaël Hertzog1-381/+280
2009-10-31Move find_closes() into Dpkg::Changelog::Entry::DebianRaphaël Hertzog1-24/+0
2009-10-31Dpkg::Changelog: don't use EnglishRaphaël Hertzog1-4/+2
2009-10-31Move parse_changelog() to a separate module Dpkg::Changelog::ParseRaphaël Hertzog1-126/+0