index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Dpkg
/
Arch.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-30
perl: Rework use and exporter declarations
Guillem Jover
1
-10
/
+22
2015-01-28
Dpkg: Use shift instead of @_ on single argument unpacking
Guillem Jover
1
-8
/
+8
2015-01-28
Dpkg::Arch: Refactor table loading into a common function
Guillem Jover
1
-49
/
+25
2015-01-28
Dpkg::Arch: Assume abitable is always present
Guillem Jover
1
-12
/
+6
2015-01-28
scripts: Rename and deprecate _g function with g_
Guillem Jover
1
-6
/
+6
2015-01-28
Dpkg::Arch: Add new debarch_is_concerned()
Guillem Jover
1
-0
/
+29
2014-10-06
Dpkg::Arch: Map i786 to i386 for the multiarch pathname
Guillem Jover
1
-1
/
+1
2014-10-06
scripts: Use named variables instead of using the topic variable
Guillem Jover
1
-5
/
+2
2014-08-09
scripts: Use // instead of || where appropriate
Guillem Jover
1
-1
/
+1
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-12-04
Dpkg::Arch: Move argument unpacking to the beginning of functions
Guillem Jover
1
-6
/
+6
2013-09-19
Decapitalize error and warning messages
Guillem Jover
1
-2
/
+2
2013-07-28
Dpkg::Arch: Make debwildcard_to_debtriplet() more robust
Guillem Jover
1
-8
/
+9
2013-07-26
scripts: Use () instead of qw() for empty imports
Guillem Jover
1
-1
/
+1
2013-07-22
Dpkg::Arch: Fix value caching by not shadowing the variables
Guillem Jover
1
-2
/
+2
2013-07-18
scripts: Use Dpkg::Util list functions instead of grep
Guillem Jover
1
-1
/
+2
2013-07-08
Dpkg::Arch: Do not overwrite triplet mappings with latter matches
Guillem Jover
1
-0
/
+3
2013-06-22
scripts: Do not inherit from Exporter just import its import
Guillem Jover
1
-1
/
+1
2013-06-22
Dpkg: Deprecate lowercase exported by default variables
Guillem Jover
1
-5
/
+5
2013-05-08
scripts: On split use an actual regex instead of a literal string
Guillem Jover
1
-2
/
+2
2013-05-04
Do not use double-quotes on strings that do not need interpolation
Guillem Jover
1
-10
/
+10
2013-04-28
Use proper variables instead of barewords for filehandles
Guillem Jover
1
-12
/
+12
2013-04-24
Use three-argument form of open in perl code
Guillem Jover
1
-4
/
+4
2013-04-23
Dpkg::Arch: Properly fix debarch_to_debtriplet() callers
Guillem Jover
1
-4
/
+4
2013-04-23
Dpkg::Arch: Multiple fixes to cope with empty triplets
Raphaël Hertzog
1
-2
/
+2
2013-04-19
Use just 'return' instead of 'return undef' in perl code
Guillem Jover
1
-8
/
+8
2012-06-30
Dpkg::Arch: Add new debarch_is_wildcard function
Guillem Jover
1
-1
/
+16
2012-06-30
Dpkg::BuildFlags: Record environment variables accessed or modified
Guillem Jover
1
-2
/
+3
2012-05-04
Dpkg::Arch: Move loaded table sentinels inside load table functions
Guillem Jover
1
-9
/
+24
2012-04-18
Dpkg::Arch: Add support for arch ABI attribute overrides
Guillem Jover
1
-1
/
+31
2011-10-02
dpkg-architecture: Only compute the requested variables
Guillem Jover
1
-1
/
+5
2011-03-14
Add new variables, DEB_HOST_MULTIARCH and DEB_BUILD_MULTIARCH
Steve Langasek
1
-1
/
+21
2010-03-12
libdpkg-perl: Demote some unstable modules to VERSION 0.01
Guillem Jover
1
-1
/
+1
2010-02-21
Add $VERSION numbers to all perl modules
Raphaël Hertzog
1
-0
/
+2
2009-11-08
Add missing license headers
Guillem Jover
1
-0
/
+13
2009-09-06
Unify and mark strings for translation
Guillem Jover
1
-3
/
+3
2009-08-15
dpkg-architecture: Add support for bits and endianness variables
Guillem Jover
1
-1
/
+17
2009-06-26
libdpkg-perl: Import Exporter with ‘use base’
Guillem Jover
1
-2
/
+1
2008-12-09
Dpkg::ErrorHandling: Export public functions by default
Guillem Jover
1
-1
/
+1
2007-11-24
Dpkg::Arch: Do not shadow $gcc_host_gnu_type inside get_raw_host_arch
Guillem Jover
1
-1
/
+1
2007-11-23
Dpkg::Arch: Make get_host_arch and get_build_arch read from the environment
Guillem Jover
1
-4
/
+15
2007-11-16
Dpkg::Arch: Force a sane input record separator for file parsing functions
Guillem Jover
1
-0
/
+3
2007-11-16
dpkg-architecture: Move host and build arch detection code to Dpkg::Arch
Guillem Jover
1
-5
/
+55
2007-11-16
Dpkg::Arch: Add functions for direct debarch to/from gnutriplet conversion
Guillem Jover
1
-0
/
+15
2007-11-16
Dpkg::Arch: Instead of printing make get_valid_arches return an array
Guillem Jover
1
-1
/
+5
2007-10-12
Switch perl programs to use the new Dpkg/Arch module
Guillem Jover
1
-0
/
+242