summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/tree.ml
Commit message (Collapse)AuthorAgeFilesLines
* check prototype coherence: disallow ($a, @b, $c) or ($a, $o_b, $c)Pascal Rigaux2003-05-261-2/+9
|
* allow "*foo = sub {}" with no prototypePascal Rigaux2003-04-301-3/+3
|
* - handle empty prototypesPascal Rigaux2003-04-241-14/+20
| | | | | | | - check number of parameters in method calls (ignoring empty overloaded methods) - allow non-empty prototypes for methods not using @_
* basic "number of arguments" checkingPascal Rigaux2003-04-171-11/+29
|
* handle "local $_ = ..." at toplevelPascal Rigaux2003-04-021-0/+1
|
* handle ${foo} (including "${foo}bar")Pascal Rigaux2003-02-121-8/+6
|
* new features including checking methods being available and unused functionsPascal Rigaux2002-12-181-362/+142
|
* - perl_checker: print on stdout, not stderrPascal Rigaux2002-12-061-4/+4
| | | | | - perl_checker: add option --restrict-to-files (mainly for perl_checko the Clean Keeper)
* ignore unknown functions coming from XS bootstrap when we can't use the .cPascal Rigaux2002-12-051-5/+13
| | | | | to know the list of functions provided by the XS extension
* perl_checker now checks usage of $_Pascal Rigaux2002-12-051-11/+38
|
* handle "use lib qw(...)"Pascal Rigaux2002-12-041-1/+5
|
* add "unused variable" detectionPascal Rigaux2002-12-041-20/+49
|
* *** empty log message ***Pascal Rigaux2002-11-281-1/+1
|
* *** empty log message ***Pascal Rigaux2002-11-281-132/+191
|
* *** empty log message ***Pascal Rigaux2002-11-261-49/+80
|
* *** empty log message ***Pascal Rigaux2002-11-261-39/+41
|
* *** empty log message ***Pascal Rigaux2002-11-251-12/+22
|
* *** empty log message ***Pascal Rigaux2002-11-241-0/+424