summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/global_checks.mli
Commit message (Collapse)AuthorAgeFilesLines
* Rename folder to match history.Mageia SVN-Git Migration2007-04-251-26/+0
| | | | | This is a Synthesized commit to combine perl-MDK-Common and perl_checker repository history.
* generate graph dependencies (with "maybe" dependencies from methods)Pascal Rigaux2005-11-251-1/+2
|
* handle method calls in generate-package-dependencies-graphPascal Rigaux2005-06-091-1/+1
|
* optional graph of dependencies (doesn't handle methods yet)Pascal Rigaux2005-06-081-0/+3
|
* replace the information "a variable is accessed" with the more precisePascal Rigaux2004-01-221-1/+1
| | | | | | Access_none | Access_write_only | Access_various so that we can say either "variable unused" or "variable assigned but not read"
* re-organize to handle cleanly multi packages per filePascal Rigaux2003-09-291-8/+10
| | | | | => fixes cache coherency
* - handle empty prototypesPascal Rigaux2003-04-241-0/+1
| | | | | | | - 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-2/+2
|
* new features including checking methods being available and unused functionsPascal Rigaux2002-12-181-0/+19