index
:
perl_checker
master
topic/master-rebase-backup
Perl Syntax Checker
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl_checker.src
/
global_checks.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
-17
/
+44
*
in Pkg->method, warn when Pkg is an unknown package
Pascal Rigaux
2003-08-04
1
-1
/
+1
*
->can is allowed on any object
Pascal Rigaux
2003-04-30
1
-1
/
+1
*
allow "*foo = sub {}" with no prototype
Pascal Rigaux
2003-04-30
1
-2
/
+3
*
replace warning "unused variable @_" with "if the function doesn't take any
Pascal Rigaux
2003-04-25
1
-2
/
+8
*
- handle empty prototypes
Pascal Rigaux
2003-04-24
1
-20
/
+32
*
check number of args in method calls
Pascal Rigaux
2003-04-22
1
-12
/
+35
*
fix argument checking for Class->method(...) calls
Pascal Rigaux
2003-04-22
1
-1
/
+1
*
basic "number of arguments" checking
Pascal Rigaux
2003-04-17
1
-55
/
+77
*
- recognize function parameters and disallow using @_ in the rest of the func...
Pascal Rigaux
2003-04-16
1
-1
/
+20
*
allow to selectively import from @EXPORT instead of only accepting @EXPORT_OK
Pascal Rigaux
2003-04-10
1
-1
/
+1
*
simplify handling of variables declared in "if (...) ..." to meet perl's way.
Pascal Rigaux
2003-04-02
1
-4
/
+2
*
add getgrent
Pascal Rigaux
2003-02-14
1
-1
/
+1
*
check use of variables with name _XXX (reserved for unused variables)
Pascal Rigaux
2003-02-13
1
-1
/
+4
*
add "$."
Pascal Rigaux
2003-01-29
1
-1
/
+1
*
find, every and any are grep-like (ie. use $_)
Pascal Rigaux
2003-01-06
1
-1
/
+2
*
basename is not perl standard
Pascal Rigaux
2003-01-06
1
-1
/
+1
*
- perl_checker: add some more Gtk2 functions
Pascal Rigaux
2002-12-28
1
-1
/
+1
*
various
Pascal Rigaux
2002-12-19
1
-4
/
+4
*
- perl_checker: many new features including
Pascal Rigaux
2002-12-19
1
-3
/
+3
*
new features including checking methods being available and unused functions
Pascal Rigaux
2002-12-18
1
-0
/
+447