Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |