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
/
tree.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
- allow $_o_XXX parameter name which is both unused and optional (same for $_...
Pascal Rigaux
2003-08-11
1
-1
/
+4
*
- reverse the order of packages found in a file (so that perl_checker doesn't
Pascal Rigaux
2003-08-04
1
-1
/
+2
*
more robust from_qw_raw
Pascal Rigaux
2003-05-27
1
-0
/
+1
*
handle use foo() and use foo ("x", "y")
Pascal Rigaux
2003-05-26
1
-1
/
+9
*
check prototype coherence: disallow ($a, @b, $c) or ($a, $o_b, $c)
Pascal Rigaux
2003-05-26
1
-2
/
+9
*
allow "*foo = sub {}" with no prototype
Pascal Rigaux
2003-04-30
1
-3
/
+3
*
- handle empty prototypes
Pascal Rigaux
2003-04-24
1
-14
/
+20
*
basic "number of arguments" checking
Pascal Rigaux
2003-04-17
1
-11
/
+29
*
handle "local $_ = ..." at toplevel
Pascal Rigaux
2003-04-02
1
-0
/
+1
*
handle ${foo} (including "${foo}bar")
Pascal Rigaux
2003-02-12
1
-8
/
+6
*
new features including checking methods being available and unused functions
Pascal Rigaux
2002-12-18
1
-362
/
+142
*
- perl_checker: print on stdout, not stderr
Pascal Rigaux
2002-12-06
1
-4
/
+4
*
ignore unknown functions coming from XS bootstrap when we can't use the .c
Pascal Rigaux
2002-12-05
1
-5
/
+13
*
perl_checker now checks usage of $_
Pascal Rigaux
2002-12-05
1
-11
/
+38
*
handle "use lib qw(...)"
Pascal Rigaux
2002-12-04
1
-1
/
+5
*
add "unused variable" detection
Pascal Rigaux
2002-12-04
1
-20
/
+49
*
*** empty log message ***
Pascal Rigaux
2002-11-28
1
-1
/
+1
*
*** empty log message ***
Pascal Rigaux
2002-11-28
1
-132
/
+191
*
*** empty log message ***
Pascal Rigaux
2002-11-26
1
-49
/
+80
*
*** empty log message ***
Pascal Rigaux
2002-11-26
1
-39
/
+41
*
*** empty log message ***
Pascal Rigaux
2002-11-25
1
-12
/
+22
*
*** empty log message ***
Pascal Rigaux
2002-11-24
1
-0
/
+424