summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Shlibs
AgeCommit message (Expand)AuthorFilesLines
2015-04-10Dpkg::Shlibs::Cppfilt: Remove unused IO::HandleGuillem Jover1-1/+0
2015-03-30perl: Rework use and exporter declarationsGuillem Jover3-7/+11
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover3-10/+10
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover4-12/+12
2015-01-28dpkg-gensymbols: Add support for arch-bits and arch-endian tagsGuillem Jover1-5/+12
2015-01-28Dpkg::Shlibs::Symbol: Use new debarch_is_concerned() instead of Dpkg::DepsGuillem Jover1-6/+2
2014-10-06scripts: Unpack arguments just onceGuillem Jover2-9/+4
2014-10-06scripts: Unpack arguments instead of accessing @_ directlyGuillem Jover1-7/+21
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover2-3/+3
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-8/+8
2014-08-19scripts: Revert some unsafe //= usages back to ||=Guillem Jover1-1/+1
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover2-3/+3
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-1/+1
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover2-11/+8
2014-05-17perl: Fix unused capture groups false positivesGuillem Jover1-2/+4
2014-04-21scripts: Use // operator instead of defined and ternary operatorGuillem Jover2-3/+3
2014-04-21scripts: Add a space after flow control statementsGuillem Jover1-1/+2
2014-04-21scripts: Localize $_ in functions with while (<$fh>) style loopsGuillem Jover1-0/+2
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 Jover4-4/+4
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-5/+5
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/+5
2013-11-23perl: Do not allow hard tabs anywhere other than leading positionGuillem Jover1-27/+27
2013-09-19Decapitalize error and warning messagesGuillem Jover2-4/+4
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-07-22Dpkg::Shlibs::Objdump: Add an optional objdump argument to get_formatGuillem Jover1-6/+7
2013-07-22Dpkg::Shlibs::Cppfilt: Use syserr instead of internerr on spawnGuillem Jover1-1/+1
2013-07-18scripts: Use Dpkg::Util list functions instead of grepGuillem Jover1-1/+2
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-1/+1
2013-06-22scripts: Do not inherit from Exporter just import its importGuillem 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 Jover2-2/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover4-66/+66
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-3/+3
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover3-32/+32
2013-04-29Dpkg::Shlibs::Symbol: Remove quotes around constant declarationGuillem Jover1-1/+1
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-28Use proper variables instead of barewords for filehandlesGuillem Jover1-3/+3
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover3-11/+11
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-3/+3
2011-06-25dpkg-gensymbols: cope with empty linesCyril Brulebois1-2/+2
2010-11-19Cleanup and improve source code commentsGuillem Jover1-1/+1
2010-11-02Unify execution error stringsGuillem Jover1-1/+2
2010-08-11Dpkg::Shlibs::Objdump::get_format() fallback to host objdump if cross one failedRaphaƫl Hertzog1-6/+19