Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow disabling warnings on command-line (and have various warnings level) | Pascal Rigaux | 2004-11-10 | 1 | -2/+1 |
| | |||||
* | replace the information "a variable is accessed" with the more precise | Pascal Rigaux | 2004-01-22 | 1 | -2/+4 |
| | | | | | | Access_none | Access_write_only | Access_various so that we can say either "variable unused" or "variable assigned but not read" | ||||
* | use a float to save the mtime since int overflows. | Pascal Rigaux | 2004-01-13 | 1 | -2/+2 |
| | | | | | this fixes the cache being used partially | ||||
* | always print "can't find package" warning, even with restrict-to-files | Pascal Rigaux | 2004-01-09 | 1 | -0/+1 |
| | |||||
* | re-organize to handle cleanly multi packages per file | Pascal Rigaux | 2003-09-29 | 1 | -4/+8 |
| | | | | | => fixes cache coherency | ||||
* | - allow $_o_XXX parameter name which is both unused and optional (same for ↵ | Pascal Rigaux | 2003-08-11 | 1 | -0/+1 |
| | | | | | | | | | | | | $_b_XXX) - shift is a ONE_SCALAR_PARA so that $box->pack_start(shift @l, 0, 0, 4) is parsed correctly - in arrange_global_vars_declared(), don't keep anything in global_vars_declared, better create shadow packages to contain them - much better merging of multiple files defining functions in the same package. This fixes the bad behaviour when using the cache (esp. do_pkgs, but it was even worse with things in ugtk2.pm) | ||||
* | - handle empty prototypes | Pascal Rigaux | 2003-04-24 | 1 | -1/+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 | -3/+10 |
| | |||||
* | new features including checking methods being available and unused functions | Pascal Rigaux | 2002-12-18 | 1 | -16/+18 |
| | |||||
* | handle "use lib qw(...)" | Pascal Rigaux | 2002-12-04 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-28 | 1 | -2/+7 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-26 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-26 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-24 | 1 | -0/+32 |