Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename folder to match history. | Mageia SVN-Git Migration | 2007-04-25 | 1 | -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 Rigaux | 2005-11-25 | 1 | -1/+2 |
| | |||||
* | handle method calls in generate-package-dependencies-graph | Pascal Rigaux | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | optional graph of dependencies (doesn't handle methods yet) | Pascal Rigaux | 2005-06-08 | 1 | -0/+3 |
| | |||||
* | replace the information "a variable is accessed" with the more precise | Pascal Rigaux | 2004-01-22 | 1 | -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 file | Pascal Rigaux | 2003-09-29 | 1 | -8/+10 |
| | | | | | => fixes cache coherency | ||||
* | - handle empty prototypes | Pascal Rigaux | 2003-04-24 | 1 | -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" checking | Pascal Rigaux | 2003-04-17 | 1 | -2/+2 |
| | |||||
* | new features including checking methods being available and unused functions | Pascal Rigaux | 2002-12-18 | 1 | -0/+19 |