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
2010-02-21
Add $VERSION numbers to all perl modules
Raphaël Hertzog
4
-0
/
+11
2010-02-20
Dpkg::Shlibs::*: rename parse() functions
Raphaël Hertzog
3
-8
/
+8
2010-02-20
Update Dpkg::Shlibs::SymbolFile to use Dpkg::Interface::Storable
Raphaël Hertzog
1
-26
/
+19
2010-02-19
Dpkg::Shlibs::Symbol::equals(): be explicit about default values of options
Raphaël Hertzog
1
-2
/
+4
2010-02-19
Dpkg::Shlibs:* add more abstract methods and clean up API.
Modestas Vainius
2
-122
/
+162
2010-02-19
Dpkg::Shlibs::SymbolFile::add_symbol() reverse $sym, $soname argument order.
Modestas Vainius
1
-4
/
+3
2010-02-19
Dpkg::Shlibs::Cppfilt: add and export cppfilt_demangle_cpp().
Modestas Vainius
2
-2
/
+8
2010-02-19
Dpkg::Shlibs::Cppfilt: do not pass --no-verbose to c++filt(1).
Modestas Vainius
1
-3
/
+1
2010-02-19
Dpkg::Shlibs::SymbolFile: refactor {patterns}{aliases}.
Modestas Vainius
1
-13
/
+11
2010-02-19
Dpkg::Shlibs::Symbol::equals(): improve, make more general.
Modestas Vainius
2
-13
/
+22
2010-02-19
Dpkg::Shlibs::Symbol: improve set_symbolname().
Modestas Vainius
1
-4
/
+11
2010-02-19
Dpkg::Shlibs::SymbolFile::get_new_symbols(): add option to return optional sy...
Modestas Vainius
2
-17
/
+18
2010-02-19
Dpkg::Shlibs::SymbolFile::new(): do not allow undefined arch option.
Modestas Vainius
1
-1
/
+1
2010-02-19
Dpkg::Shlibs::Symbol::parse_tagspec(): allow extra spaces before symbol tag s...
Modestas Vainius
1
-1
/
+1
2010-02-19
libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()
Guillem Jover
1
-5
/
+5
2010-01-18
Dpkg::Shlibs::Objdump: accept filenames with spaces and colons
Raphaël Hertzog
1
-1
/
+1
2010-01-12
Dpkg::Shlibs::Symbol.pm: change handling of old-style wildcards
Raphaël Hertzog
1
-14
/
+12
2010-01-12
Dpkg::Shlibs::Symbol/SymbolFile: introduce symver pattern, deprecate wildcards
Modestas Vainius
2
-38
/
+44
2010-01-12
Dpkg::Shlibs::Symbol: use 'auto' c++filt format for demangling C++ symbols
Modestas Vainius
1
-1
/
+1
2010-01-12
Dpkg::Shlibs::*: style adjustments.
Modestas Vainius
3
-17
/
+12
2010-01-11
Update copyright notices of Modestas Vainius
Modestas Vainius
2
-2
/
+2
2010-01-11
Dpkg::Shlibs::SymbolFile::create_symbol(): new function
Modestas Vainius
2
-3
/
+15
2010-01-11
dpkg-gensymbols: improve output and add a "verbose output" option
Modestas Vainius
1
-18
/
+0
2010-01-11
Dpkg::Shlibs::SymbolFile::dump(): improve output
Modestas Vainius
1
-4
/
+21
2010-01-11
Dpkg::Shlibs::SymbolFile::dump(): fix indentation style
Modestas Vainius
1
-11
/
+11
2010-01-11
Dpkg::Shlibs::Symbol/SymbolFile: implement pattern matching
Modestas Vainius
2
-24
/
+187
2010-01-11
Dpkg::Shlibs::SymbolFile::get_new_symbols(): simplify and shorten code
Modestas Vainius
2
-8
/
+16
2010-01-11
Dpkg::Shlibs::SymbolFile::merge_symbols(): factorize some code
Modestas Vainius
2
-29
/
+45
2010-01-11
Dpkg::Shlibs::Symbol/SymbolFile: recognize patterns and initialize them properly
Modestas Vainius
2
-9
/
+73
2010-01-11
Dpkg::Shlibs::Symbol: add pattern related functions
Modestas Vainius
1
-0
/
+95
2010-01-11
Dpkg::Shlibs::Symbol::clone(): replaced by dclone() and sclone().
Modestas Vainius
2
-8
/
+20
2010-01-11
Dpkg::Shlibs::Cppfilt: new interface to the c++filt utility.
Modestas Vainius
1
-0
/
+106
2009-11-08
Unify format in license headers
Guillem Jover
3
-9
/
+9
2009-11-08
Fix copyright statements
Guillem Jover
3
-5
/
+5
2009-11-08
Replace FSF address by pointing to the gnu.org URL
Guillem Jover
3
-9
/
+6
2009-10-04
Update all Perl modules and scripts to use the new Dpkg::Version API
Raphaël Hertzog
1
-4
/
+4
2009-09-19
Replace old capit() by field_capitalize() everywhere
Raphaël Hertzog
1
-2
/
+2
2009-09-06
Unify and mark strings for translation
Guillem Jover
1
-2
/
+2
2009-08-26
Dpkg::Shlibs::SymbolFile: cache the minimum version for a particular soname
Jiri Palecek
1
-3
/
+13
2009-07-15
Dpkg::Shlibs::SymbolFile::load(): use a single object reference everywhere
Raphael Hertzog
1
-15
/
+14
2009-07-15
Replace local with my in SymbolFile::load() and use strict.
Modestas Vainius
1
-3
/
+5
2009-07-08
Fix wildcard support in symbol files
Modestas Vainius
1
-1
/
+1
2009-06-22
Dpkg::Shlibs::Objdump::get_symbol(): try fallback name for version-less symbols
Raphael Hertzog
1
-0
/
+5
2009-06-21
Dpkg::Shlibs::Objdump: assume version Base when no associated version
Raphael Hertzog
1
-1
/
+1
2009-06-21
Dpkg::Shlibs::SymbolFile: support subclassing of Symbol object
Modestas Vainius
1
-3
/
+2
2009-06-20
Dpkg::Shlibs::SymbolFile: add missing explanation
Raphael Hertzog
1
-2
/
+2
2009-06-20
dpkg-gensymbols: add new “ignore-blacklist” tag
Raphael Hertzog
1
-6
/
+7
2009-06-20
Dpkg::Shlibs::Symbol: add new has_tag() and get_tag_value() functions
Raphael Hertzog
1
-2
/
+12
2009-06-20
Dpkg::Shlibs::SymbolFile: assume an implicit version "Base" for unversioned s...
Raphael Hertzog
1
-1
/
+1
2009-06-20
Dpkg::Shlibs: code cleanup after merge and documentation update
Raphael Hertzog
2
-60
/
+66
[next]