summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Shlibs/SymbolFile.pm
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge https://salsa.debian.org/dpkg-team/dpkgIgor Pashev1-2/+6
2018-07-24Dpkg::Shlibs: Disable bool overload Dpkg::Version warningsGuillem Jover1-0/+4
2018-07-24Dpkg::Shlibs::SymbolFile: Always assign proper Dpkg::Version to deprecatedGuillem Jover1-1/+1
2018-01-16Dpkg::Shlibs::SymbolFile: Check that $state->{seen} exists instead of $state ...Dmitry Shachnev1-1/+1
2017-11-19Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-23/+27
2017-09-24scripts: Use split() with ' ' instead of /\s+/Guillem Jover1-1/+1
2017-09-24Dpkg::Shlibs::SymbolFile: Avoid many function arguments in parse()Guillem Jover1-20/+24
2017-08-26perl: Use -> operator for function variablesGuillem Jover1-2/+2
2015-07-16Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-14/+20
2015-05-30Dpkg::Shlibs::SymbolFile: Use map instead of foreach to initialize the hashGuillem Jover1-2/+2
2015-05-30Dpkg::Shlibs::SymbolFile: Do not replace #PACKAGE# in template modeGuillem Jover1-3/+9
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-5/+5
2014-10-23Merge tag '1.17.20' of git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-4/+3
2014-10-06scripts: Unpack arguments just onceGuillem Jover1-2/+1
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover1-2/+2
2014-08-26Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-6/+4
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover1-6/+4
2014-05-08Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-1/+2
2014-04-21scripts: Add a space after flow control statementsGuillem Jover1-1/+2
2014-01-30Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-47/+65
2014-01-15Dpkg::Shlibs::SymbolFile: Add support for Ignore-Blacklist-Groups fieldGuillem Jover1-4/+11
2014-01-15Dpkg::Shlibs::SymbolFile: Blacklist GOMP critical section symbolsGuillem Jover1-0/+4
2014-01-15Dpkg::Shlibs::SymbolFile: Turn ARM Embedded ABI blacklist into a regexGuillem Jover1-9/+4
2014-01-15Dpkg::Shlibs::SymbolFile: Switch blacklist check into a functionGuillem Jover1-1/+9
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-5/+5
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover1-1/+5
2013-11-23perl: Do not allow hard tabs anywhere other than leading positionGuillem Jover1-27/+27
2013-09-19Decapitalize error and warning messagesGuillem Jover1-2/+2
2013-07-24Merge git://git.debian.org/git/dpkg/dpkgIgor Pashev1-70/+70
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-1/+1
2013-05-08perl: Use my-style lexical loop iterator variablesGuillem Jover1-9/+9
2013-05-08Remove trailing whitespacesGuillem Jover1-1/+1
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-12/+12
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-27/+27
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover1-7/+7
2013-04-29scripts: Do not use "nested" functions as they are globalGuillem Jover1-7/+7
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-5/+5
2012-07-06Merge git://git.debian.org/git/dpkg/dpkgIgor Pashev1-3/+3
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-3/+3
2012-02-16dpkg-gensymbols: blacklisted symbols _etext and _lib_version (Re #12)Igor Pashev1-0/+2
2011-06-25dpkg-gensymbols: cope with empty linesCyril Brulebois1-2/+2
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+3
2010-02-20Dpkg::Shlibs::*: rename parse() functionsRaphaël Hertzog1-2/+2
2010-02-20Update Dpkg::Shlibs::SymbolFile to use Dpkg::Interface::StorableRaphaël Hertzog1-26/+19
2010-02-19Dpkg::Shlibs:* add more abstract methods and clean up API.Modestas Vainius1-108/+156
2010-02-19Dpkg::Shlibs::SymbolFile::add_symbol() reverse $sym, $soname argument order.Modestas Vainius1-4/+3
2010-02-19Dpkg::Shlibs::SymbolFile: refactor {patterns}{aliases}.Modestas Vainius1-13/+11