summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Changelog
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Dpkg::Changelog: Clarify inheritance and implementation referencesGuillem Jover2-6/+14
2019-11-26Dpkg: Say class instead of object when appropriateGuillem Jover2-2/+2
2019-11-26Dpkg::Changelog::Parse: Remove warnings for obsolete options and functionsGuillem Jover1-53/+7
2019-11-26Dpkg::Changelog::Parse: Remove $ sigil from option names in PODGuillem Jover1-1/+1
2019-11-26Dpkg::Changelog::Entry::Debian: Remove obsolete methods and hide variablesGuillem Jover1-40/+9
2019-06-03doc: Fix typosGuillem Jover1-1/+1
2019-01-15Dpkg::Changelog::Debian: Preserve modelines at EOFGuillem Jover1-2/+6
2018-09-18dpkg-parsechangelog: Add new --reverse optionGuillem Jover1-1/+1
2018-05-05Dpkg::Changelog::Parse: Stop using tail(1) to read the end of the fileGuillem Jover1-3/+7
2017-09-24Dpkg::Changelog::Parse: Disable compression when using the default fileGuillem Jover1-2/+11
2017-05-20man: Document currently accepted syntax for changelogsGuillem Jover1-4/+4
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+1
2016-11-11Dpkg::Changelog::Entry::Debian: Fix parse error message when date is on MayNishanth Aravamudan1-5/+9
2016-11-05Dpkg::Changelog: Cope gracefully with a missing trailer timestampGuillem Jover2-0/+4
2016-10-30perl: Remove default «.» from @INC before loading modulesGuillem Jover1-0/+1
2016-10-30Dpkg: Document the behavior for consecutive calls to parse() methodsGuillem Jover1-2/+4
2016-07-31Dpkg::Changelog::Entry::Debian: Document all public methodsGuillem Jover1-0/+49
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover3-13/+0
2016-07-03Dpkg::Changelog: Add a getter for the Time::Piece objectGuillem Jover2-3/+28
2016-07-03scripts: Replace changelog program parsers with perl modulesGuillem Jover1-157/+94
2016-07-03Dpkg::Changelog: Add new format_range() methodGuillem Jover1-2/+2
2016-07-03Dpkg::Changelog::Entry::Debian: Mark example with C<>Guillem Jover1-1/+1
2016-07-03Dpkg: Use warnings::warnif() instead of carp() for deprecated warningsGuillem Jover1-3/+6
2016-04-01Dpkg::Changelog::Entry::Debian: Do not parse entry multiple timesGuillem Jover2-44/+81
2016-04-01Dpkg::Changelog::Debian: Move SEE ALSO section to the endGuillem Jover1-4/+4
2015-12-28doc, man: Remove Debian specific policy referencesGuillem Jover1-6/+2
2015-09-14perl: Split overlong regexes into multiline extended regexesGuillem Jover2-12/+89
2015-09-14Dpkg::Changelog::Entry::Debian: Catch bogus month namesGuillem Jover1-2/+19
2015-09-14Dpkg::Changelog::Entry::Debian: Do not abort on Time::Piece parse errorsGuillem Jover1-3/+5
2015-08-06Dpkg::Changelog::Entry::Debian: Only warn on invalid week daysGuillem Jover1-5/+10
2015-08-03scripts: Use none instead of ah-hoc checksGuillem Jover1-5/+2
2015-07-30Dpkg::Changelog::Parse: Set a default filename in changelog_parse()Guillem Jover1-0/+1
2015-07-29Dpkg::Changelog::Parse: Use a builtin parser when the input format is "debian"Guillem Jover1-2/+76
2015-07-29Dpkg::Changelog::Parse: Remove intermediate variable $changelogfileGuillem Jover1-3/+2
2015-07-29Dpkg::Changelog::Parse: Factor out _changelog_detect_formatGuillem Jover1-15/+24
2015-07-29Dpkg::Changelog::Parse: Move options setup to changelog_parse_plugin startGuillem Jover1-4/+5
2015-07-29Dpkg::Changelog::Parse: Refactor changelog_parse into changelog_parse_pluginGuillem Jover1-5/+29
2015-07-29Dpkg::Changelog::Parse: Fix changelog_parse documentationGuillem Jover1-10/+10
2015-07-29Dpkg::Changelog::Entry::Debian: Simplify distribution splittingGuillem Jover1-3/+1
2015-07-29Dpkg::Changelog::Entry::Debian: Use Time::Piece instead of Date::ParseGuillem Jover1-2/+8
2015-07-29Dpkg::Changelog::Entry::Debian: Remove non-functional timezone name supportGuillem Jover1-1/+1
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover3-15/+15
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover4-5/+5
2015-05-18scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titlesGuillem Jover4-6/+6
2015-04-18debian: Update my copyright yearsGuillem Jover2-1/+2
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-3/+4
2015-03-31Dpkg::Changelog::Parse: Say execute instead of exec in error messageGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover3-9/+17
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover2-17/+17