index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Dpkg
/
Shlibs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-26
Merge https://salsa.debian.org/dpkg-team/dpkg
Igor Pashev
3
-16
/
+31
2019-01-15
Dpkg::Shlibs::Objdump: Only select objdump program when going to use it
Guillem Jover
1
-10
/
+13
2019-01-15
Dpkg::Shlibs::Objdump: Remove unused Dpkg::IPC import
Guillem Jover
1
-1
/
+0
2018-07-24
Dpkg::Shlibs: Disable bool overload Dpkg::Version warnings
Guillem Jover
2
-0
/
+8
2018-07-24
Dpkg::Shlibs::SymbolFile: Always assign proper Dpkg::Version to deprecated
Guillem Jover
1
-1
/
+1
2018-05-04
Dpkg::Shlibs::Objdump: Fix ELF program detection
Guillem Jover
1
-2
/
+8
2018-05-04
Dpkg::Shlibs::Objdump: Remove duplicate assignment in reset() method
Guillem Jover
1
-1
/
+0
2018-01-16
Dpkg::Shlibs::SymbolFile: Check that $state->{seen} exists instead of $state ...
Dmitry Shachnev
1
-1
/
+1
2017-11-19
Merge git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
3
-62
/
+194
2017-10-12
scripts: Rename debarch_to_cpuattrs() to debarch_to_abiattrs()
Guillem Jover
1
-2
/
+2
2017-09-24
scripts: Use split() with ' ' instead of /\s+/
Guillem Jover
1
-1
/
+1
2017-09-24
Dpkg::Shlibs::SymbolFile: Avoid many function arguments in parse()
Guillem Jover
1
-20
/
+24
2017-08-26
perl: Use -> operator for function variables
Guillem Jover
1
-2
/
+2
2017-05-20
Dpkg::Util: Remove and replace with core module List::Util
Guillem Jover
1
-1
/
+1
2017-05-06
doc: Spelling fixes
Josh Soref
1
-1
/
+1
2017-02-26
Dpkg::Shlibs::Objdump: Do not parse bogus ELF binaries in get_format()
Guillem Jover
1
-2
/
+2
2017-02-26
Dpkg::Shlibs::Objdump:Object: Warn for unknown exec formats in analyze()
Guillem Jover
1
-0
/
+5
2017-02-26
Dpkg::Shlibs::Objdump: Fix read() error handling in get_format()
Guillem Jover
1
-1
/
+6
2017-02-26
Dpkg::Shlibs::Objdump: Do not special case EM_SPARC32PLUS for NetBSD
Guillem Jover
1
-10
/
+1
2017-02-01
Dpkg::Shlibs::Objdump: Mask ABI bits in flags for ARM
Guillem Jover
1
-3
/
+0
2017-01-29
Dpkg::Shlibs::Objdump: Map alternative or old ELF machines to canonical ones
Guillem Jover
1
-0
/
+49
2017-01-28
Dpkg::Shlibs::Objdump: Encode the ELF ABI as a big-endian byte stream
Guillem Jover
1
-2
/
+3
2017-01-28
Dpkg::Shlibs::Objdump: Mask ELF machine bits for SH and MIPS
Guillem Jover
1
-3
/
+1
2017-01-26
dpkg-shlibdeps: Improve ELF ABI mismatch detector
Guillem Jover
1
-28
/
+99
2015-09-14
perl: Split overlong regexes into multiline extended regexes
Guillem Jover
1
-2
/
+13
2015-08-03
Dpkg::Shlibs::Objdump: Support spaces in symbol names
Guillem Jover
1
-6
/
+6
2015-07-16
Merge git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
4
-75
/
+90
2015-05-30
Dpkg::Shlibs::SymbolFile: Use map instead of foreach to initialize the hash
Guillem Jover
1
-2
/
+2
2015-05-30
Dpkg::Shlibs::SymbolFile: Do not replace #PACKAGE# in template mode
Guillem Jover
1
-3
/
+9
2015-05-30
scripts: Use the state keyword
Guillem Jover
1
-32
/
+31
2015-05-30
scripts: Add missing strict and warnings pragmas for submodules
Guillem Jover
1
-0
/
+3
2015-04-18
debian: Update my copyright years
Guillem Jover
1
-0
/
+1
2015-04-10
Dpkg::Shlibs::Cppfilt: Remove unused IO::Handle
Guillem Jover
1
-1
/
+0
2015-03-30
perl: Rework use and exporter declarations
Guillem Jover
3
-7
/
+11
2015-01-28
Dpkg: Use shift instead of @_ on single argument unpacking
Guillem Jover
3
-10
/
+10
2015-01-28
scripts: Rename and deprecate _g function with g_
Guillem Jover
4
-12
/
+12
2015-01-28
dpkg-gensymbols: Add support for arch-bits and arch-endian tags
Guillem Jover
1
-5
/
+12
2015-01-28
Dpkg::Shlibs::Symbol: Use new debarch_is_concerned() instead of Dpkg::Deps
Guillem Jover
1
-6
/
+2
2014-10-23
Merge tag '1.17.20' of git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
4
-27
/
+36
2014-10-06
scripts: Unpack arguments just once
Guillem Jover
2
-9
/
+4
2014-10-06
scripts: Unpack arguments instead of accessing @_ directly
Guillem Jover
1
-7
/
+21
2014-10-06
perl: Do not use the topic variable unnecessarily
Guillem Jover
2
-3
/
+3
2014-10-06
scripts: Use named variables instead of using the topic variable
Guillem Jover
1
-8
/
+8
2014-08-26
Merge git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
3
-16
/
+15
2014-08-19
scripts: Revert some unsafe //= usages back to ||=
Guillem Jover
1
-1
/
+1
2014-08-09
scripts: Use // instead of || where appropriate
Guillem Jover
2
-3
/
+3
2014-08-09
scripts: Use //= instead of ||= when appropriate
Guillem Jover
1
-1
/
+1
2014-08-09
scripts: Use //= instead of explicit defined or exists checks
Guillem Jover
2
-11
/
+8
2014-05-17
perl: Fix unused capture groups false positives
Guillem Jover
1
-2
/
+4
2014-05-08
Merge git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
3
-4
/
+7
[next]