summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Shlibs
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-16Use earlier/later instead of smaller/bigger for comparison relationshipsGuillem Jover1-1/+1
2010-06-02dpkg-gensymbols: fix handling of tagsRaphaël Hertzog1-1/+1
2010-05-21Dpkg::Shlibs::Objdump: use the cross objdump when cross compilingRaphaël Hertzog1-9/+19
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog4-0/+11
2010-02-20Dpkg::Shlibs::*: rename parse() functionsRaphaël Hertzog3-8/+8
2010-02-20Update Dpkg::Shlibs::SymbolFile to use Dpkg::Interface::StorableRaphaël Hertzog1-26/+19
2010-02-19Dpkg::Shlibs::Symbol::equals(): be explicit about default values of optionsRaphaël Hertzog1-2/+4
2010-02-19Dpkg::Shlibs:* add more abstract methods and clean up API.Modestas Vainius2-122/+162
2010-02-19Dpkg::Shlibs::SymbolFile::add_symbol() reverse $sym, $soname argument order.Modestas Vainius1-4/+3
2010-02-19Dpkg::Shlibs::Cppfilt: add and export cppfilt_demangle_cpp().Modestas Vainius2-2/+8
2010-02-19Dpkg::Shlibs::Cppfilt: do not pass --no-verbose to c++filt(1).Modestas Vainius1-3/+1
2010-02-19Dpkg::Shlibs::SymbolFile: refactor {patterns}{aliases}.Modestas Vainius1-13/+11
2010-02-19Dpkg::Shlibs::Symbol::equals(): improve, make more general.Modestas Vainius2-13/+22
2010-02-19Dpkg::Shlibs::Symbol: improve set_symbolname().Modestas Vainius1-4/+11
2010-02-19Dpkg::Shlibs::SymbolFile::get_new_symbols(): add option to return optional sy...Modestas Vainius2-17/+18
2010-02-19Dpkg::Shlibs::SymbolFile::new(): do not allow undefined arch option.Modestas Vainius1-1/+1
2010-02-19Dpkg::Shlibs::Symbol::parse_tagspec(): allow extra spaces before symbol tag s...Modestas Vainius1-1/+1
2010-02-19libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()Guillem Jover1-5/+5
2010-01-18Dpkg::Shlibs::Objdump: accept filenames with spaces and colonsRaphaël Hertzog1-1/+1
2010-01-12Dpkg::Shlibs::Symbol.pm: change handling of old-style wildcardsRaphaël Hertzog1-14/+12
2010-01-12Dpkg::Shlibs::Symbol/SymbolFile: introduce symver pattern, deprecate wildcardsModestas Vainius2-38/+44
2010-01-12Dpkg::Shlibs::Symbol: use 'auto' c++filt format for demangling C++ symbolsModestas Vainius1-1/+1
2010-01-12Dpkg::Shlibs::*: style adjustments.Modestas Vainius3-17/+12
2010-01-11Update copyright notices of Modestas VainiusModestas Vainius2-2/+2
2010-01-11Dpkg::Shlibs::SymbolFile::create_symbol(): new functionModestas Vainius2-3/+15