summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Shlibs
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Dpkg::Shlibs::Objdump: Only select objdump program when going to use itGuillem Jover1-10/+13
2019-01-15Dpkg::Shlibs::Objdump: Remove unused Dpkg::IPC importGuillem Jover1-1/+0
2018-07-24Dpkg::Shlibs: Disable bool overload Dpkg::Version warningsGuillem Jover2-0/+8
2018-07-24Dpkg::Shlibs::SymbolFile: Always assign proper Dpkg::Version to deprecatedGuillem Jover1-1/+1
2018-05-04Dpkg::Shlibs::Objdump: Fix ELF program detectionGuillem Jover1-2/+8
2018-05-04Dpkg::Shlibs::Objdump: Remove duplicate assignment in reset() methodGuillem Jover1-1/+0
2018-01-16Dpkg::Shlibs::SymbolFile: Check that $state->{seen} exists instead of $state ...Dmitry Shachnev1-1/+1
2017-10-12scripts: Rename debarch_to_cpuattrs() to debarch_to_abiattrs()Guillem Jover1-2/+2
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
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+1
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
2017-02-26Dpkg::Shlibs::Objdump: Do not parse bogus ELF binaries in get_format()Guillem Jover1-2/+2
2017-02-26Dpkg::Shlibs::Objdump:Object: Warn for unknown exec formats in analyze()Guillem Jover1-0/+5
2017-02-26Dpkg::Shlibs::Objdump: Fix read() error handling in get_format()Guillem Jover1-1/+6
2017-02-26Dpkg::Shlibs::Objdump: Do not special case EM_SPARC32PLUS for NetBSDGuillem Jover1-10/+1
2017-02-01Dpkg::Shlibs::Objdump: Mask ABI bits in flags for ARMGuillem Jover1-3/+0
2017-01-29Dpkg::Shlibs::Objdump: Map alternative or old ELF machines to canonical onesGuillem Jover1-0/+49
2017-01-28Dpkg::Shlibs::Objdump: Encode the ELF ABI as a big-endian byte streamGuillem Jover1-2/+3
2017-01-28Dpkg::Shlibs::Objdump: Mask ELF machine bits for SH and MIPSGuillem Jover1-3/+1
2017-01-26dpkg-shlibdeps: Improve ELF ABI mismatch detectorGuillem Jover1-28/+99
2015-09-14perl: Split overlong regexes into multiline extended regexesGuillem Jover1-2/+13
2015-08-03Dpkg::Shlibs::Objdump: Support spaces in symbol namesGuillem Jover1-6/+6
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-05-30scripts: Use the state keywordGuillem Jover1-32/+31
2015-05-30scripts: Add missing strict and warnings pragmas for submodulesGuillem Jover1-0/+3
2015-04-18debian: Update my copyright yearsGuillem Jover1-0/+1
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