index
:
perl-MDK-Common
master
Mageia Common Perl Code
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl_checker.src
/
parser_helper.mli
Commit message (
Expand
)
Author
Age
Files
Lines
*
use hash_ref() to check priority of the arguments
Pascal Rigaux
2004-01-05
1
-0
/
+3
*
disallow
Pascal Rigaux
2003-12-16
1
-1
/
+2
*
check the number of parameters given to N()
Pascal Rigaux
2003-12-16
1
-1
/
+1
*
- add the tuple(...) context
Pascal Rigaux
2003-12-16
1
-8
/
+11
*
allow to specify the return context of functions instead of always saying M_u...
Pascal Rigaux
2003-12-15
1
-4
/
+5
*
- disallow return(...), prefering return ...
Pascal Rigaux
2003-05-27
1
-1
/
+18
*
add a special case to handle "arch => 1" without going through word_alone()
Pascal Rigaux
2003-05-26
1
-2
/
+1
*
- suggest any instead of grep in scalar context
Pascal Rigaux
2003-05-23
1
-3
/
+12
*
correctly warn about the missing space in "my ($a,$b, $c);"
Pascal Rigaux
2003-05-16
1
-1
/
+3
*
allow "*foo = sub {}" with no prototype
Pascal Rigaux
2003-04-30
1
-1
/
+1
*
ensure return values are used
Pascal Rigaux
2003-04-29
1
-2
/
+19
*
- handle empty prototypes
Pascal Rigaux
2003-04-24
1
-1
/
+5
*
forbid "unless (...) { ... } else { ... }" and "unless (...) { ... } elsif (....
Pascal Rigaux
2003-04-15
1
-0
/
+2
*
add basic "type" checking (using a very liberal lattice)
Pascal Rigaux
2003-04-15
1
-3
/
+34
*
use new types to have stricter type checking (prior to adding maybe_context)
Pascal Rigaux
2003-04-13
1
-71
/
+92
*
- $foo =~ /^dhcp$/ is better written $foo eq 'dhcp'
Pascal Rigaux
2003-04-01
1
-0
/
+1
*
- warn !($var =~ /.../)
Pascal Rigaux
2003-04-01
1
-0
/
+1
*
- warn <always true> || ... (eg: 1 || foo())
Pascal Rigaux
2003-04-01
1
-2
/
+9
*
when a #-PO comment on a same translated string is present twice, it should p...
Pascal Rigaux
2003-04-01
1
-2
/
+0
*
handle ${foo} (including "${foo}bar")
Pascal Rigaux
2003-02-12
1
-0
/
+2
*
warn when "ref" priority is badly handled by perl_checker
Pascal Rigaux
2003-02-12
1
-1
/
+2
*
warn when using $l[$#l], advice $l[-1] instead
Pascal Rigaux
2003-02-05
1
-0
/
+2
*
- perl_checker:
Pascal Rigaux
2003-01-16
1
-5
/
+9
*
perl_checker: new --generate-pot feature
Pascal Rigaux
2002-12-10
1
-0
/
+5
*
perl_checker now checks usage of $_
Pascal Rigaux
2002-12-05
1
-2
/
+3
*
more restricted detection of non-use of if_()-like exprs
Pascal Rigaux
2002-12-04
1
-4
/
+2
*
- warn use of "cond ? list : ()" (use if_(cond, list) instead)
Pascal Rigaux
2002-12-04
1
-2
/
+8
*
*** empty log message ***
Pascal Rigaux
2002-11-28
1
-10
/
+46
*
*** empty log message ***
Pascal Rigaux
2002-11-25
1
-2
/
+12
*
*** empty log message ***
Pascal Rigaux
2002-11-24
1
-10
/
+19
*
*** empty log message ***
Pascal Rigaux
2002-11-20
1
-5
/
+22
*
*** empty log message ***
Pascal Rigaux
2002-11-18
1
-0
/
+3
*
*** empty log message ***
Pascal Rigaux
2002-11-14
1
-12
/
+20
*
*** empty log message ***
Pascal Rigaux
2002-11-14
1
-13
/
+31
*
*** empty log message ***
Pascal Rigaux
2002-11-13
1
-2
/
+18
*
*** empty log message ***
Pascal Rigaux
2002-11-12
1
-0
/
+42