index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-08
scripts/t: Move constant tests plan to ‘use Test::More’ time
Guillem Jover
2
-16
/
+4
2013-05-08
perl: Use my-style lexical loop iterator variables
Guillem Jover
2
-22
/
+22
2013-05-08
scripts: Do not write out implcit $_ in foreach loops
Guillem Jover
3
-9
/
+9
2013-05-08
Dpkg::Source::Patch: Use number separator to ease readability
Guillem Jover
1
-2
/
+2
2013-05-08
perl: Conditionally include modules with require instead of use
Guillem Jover
1
-2
/
+2
2013-05-08
perl: Unify regex delimiters to //, {} or <>
Guillem Jover
4
-6
/
+6
2013-05-08
dpkg-genchanges: Do not use conditional declarations
Guillem Jover
1
-3
/
+5
2013-05-08
Remove trailing whitespaces
Guillem Jover
5
-13
/
+13
2013-05-08
Dpkg::Deps: Use braces for multiline regexp
Guillem Jover
1
-2
/
+2
2013-05-08
scripts/t/200_Dpkg_Shlibs.t: Use semicolon instead of comma
Guillem Jover
1
-3
/
+3
2013-05-08
perl: Use correct comparison operator for each type
Guillem Jover
1
-1
/
+1
2013-05-08
scripts: Do not use indirect object syntax
Guillem Jover
2
-3
/
+3
2013-05-08
dpkg-shlibdeps: Do not use readline operator in a foreach loop
Guillem Jover
1
-1
/
+2
2013-05-08
perl: Slurp files more efficiently
Guillem Jover
5
-5
/
+17
2013-05-08
Dpkg::Changelog: Refactor out _is_full_range()
Guillem Jover
1
-7
/
+15
2013-05-08
scripts: On split use an actual regex instead of a literal string
Guillem Jover
2
-3
/
+3
2013-05-08
perl: Use the .. operator instead of C-style for loops
Guillem Jover
4
-9
/
+9
2013-05-08
perl: Remove unused variables
Guillem Jover
4
-4
/
+2
2013-05-06
scripts: Initialize arrays with the qw() operator
Guillem Jover
4
-9
/
+8
2013-05-04
Do not use double-quotes on strings that do not need interpolation
Guillem Jover
85
-1661
/
+1664
2013-04-30
Do not quote simple identifier hash keys in element accesses
Guillem Jover
43
-775
/
+781
2013-04-30
Do not quote simple identifier hash keys in initializations
Guillem Jover
21
-187
/
+203
2013-04-29
Dpkg::Shlibs::Symbol: Remove quotes around constant declaration
Guillem Jover
1
-1
/
+1
2013-04-29
Dpkg: Use identifiers as key names whenever possible
Guillem Jover
6
-27
/
+27
2013-04-29
scripts: Use // operator instead of an explicit defined check
Guillem Jover
18
-38
/
+35
2013-04-29
scripts: Do not use sort directly on the return keyword
Guillem Jover
6
-8
/
+16
2013-04-29
scripts: Do not use "nested" functions as they are global
Guillem Jover
6
-119
/
+136
2013-04-28
Fix file descriptor leaks in perl code
Guillem Jover
1
-0
/
+1
2013-04-28
dpkg-gensymbols: Use closedir instead of close for directory handles
Guillem Jover
1
-1
/
+1
2013-04-28
Use proper variables instead of barewords for filehandles
Guillem Jover
26
-181
/
+198
2013-04-27
Dpkg::Control::Type: Use strict and warnings
Guillem Jover
1
-0
/
+3
2013-04-27
scripts: Restrict POSIX imports to :errno_h, :fcntl_h or :sys_wait_h
Guillem Jover
8
-10
/
+8
2013-04-27
Dpkg::Compression::FileHandle: Import POSIX tags instead of explicit symbols
Guillem Jover
1
-1
/
+1
2013-04-27
scripts: Remove unused :signal_h from POSIX imports
Guillem Jover
3
-3
/
+3
2013-04-27
scripts: Use getcwd from Cwd instead of POSIX
Guillem Jover
3
-3
/
+5
2013-04-27
Dpkg::Compression::FileHandle: Handle new EOF method paramater
Guillem Jover
1
-1
/
+3
2013-04-24
Use three-argument form of open in perl code
Guillem Jover
4
-8
/
+8
2013-04-24
dpkg-shlibdeps: Use the glob function call instead of the operator
Guillem Jover
1
-2
/
+2
2013-04-24
scripts/t/800_Dpkg_IPC.t: Use numbered prefixes for source variables
Guillem Jover
1
-11
/
+11
2013-04-24
Dpkg::Vendor::Debian: Do not use Dpkg::Vendor::Ubuntu, just require it
Guillem Jover
1
-1
/
+2
2013-04-23
Dpkg::Arch: Properly fix debarch_to_debtriplet() callers
Guillem Jover
1
-4
/
+4
2013-04-23
Dpkg::Arch: Add new test suite
Guillem Jover
2
-0
/
+87
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
24
-95
/
+91
2013-04-19
test: Add new perl critic test case
Guillem Jover
3
-2
/
+4
2013-04-19
test: Add a correct shebang to all test scripts
Guillem Jover
14
-0
/
+14
2013-04-19
build: Move generic perl test to the top level directory
Guillem Jover
2
-24
/
+0
2013-04-19
build: Set a default TEST_VERBOSE to 0
Guillem Jover
1
-1
/
+0
2013-04-19
scripts/mk: Use new dpkg-parsechangelog -S option instead of sed or awk
Guillem Jover
1
-3
/
+3
2013-04-19
Remove Emacs and vim modelines
Guillem Jover
26
-26
/
+0
[next]