Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow disabling warnings on command-line (and have various warnings level) | Pascal Rigaux | 2004-11-10 | 1 | -18/+17 |
| | |||||
* | - add char_quote (to help emacs caml mode) | Pascal Rigaux | 2004-10-14 | 1 | -2/+2 |
| | | | | | - change prototype of str_begins_with | ||||
* | various detection of join() misuse | Pascal Rigaux | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | get_pos_from_expr() (previously named get_pos_from_tree()) is useful, even ↵ | Pascal Rigaux | 2004-04-28 | 1 | -35/+1 |
| | | | | in parser_helper | ||||
* | no more internal_error "from_qw_raw" (which doesn't tell much about where it ↵ | Pascal Rigaux | 2004-04-28 | 1 | -6/+39 |
| | | | | goes wrong) | ||||
* | handle "use Foo X.X" (where X.X is a version number requested) | Pascal Rigaux | 2004-04-09 | 1 | -1/+5 |
| | |||||
* | replace the information "a variable is accessed" with the more precise | Pascal Rigaux | 2004-01-22 | 1 | -6/+8 |
| | | | | | | 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 | -1/+1 |
| | | | | | 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 |
| | |||||
* | - drop internally operator "qw" by rewriting qw(...) into a list of strings | Pascal Rigaux | 2003-12-16 | 1 | -2/+0 |
| | | | | | | - as a side effect "foo" . qw(bar boo) is now detected - allow pop(@l) (with explicit parentheses) | ||||
* | have a special debugging build | Pascal Rigaux | 2003-12-15 | 1 | -1/+1 |
| | | | | | (esp. to disable closing pipe which disallow debugging back in time) | ||||
* | display relative file names when nicer | Pascal Rigaux | 2003-09-30 | 1 | -3/+3 |
| | |||||
* | use absolute directories in Tree.use_lib | Pascal Rigaux | 2003-09-30 | 1 | -2/+2 |
| | |||||
* | re-organize to handle cleanly multi packages per file | Pascal Rigaux | 2003-09-29 | 1 | -17/+33 |
| | | | | | => fixes cache coherency | ||||
* | - allow $_o_XXX parameter name which is both unused and optional (same for ↵ | Pascal Rigaux | 2003-08-11 | 1 | -1/+4 |
| | | | | | | | | | | | | $_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) | ||||
* | - reverse the order of packages found in a file (so that perl_checker doesn't | Pascal Rigaux | 2003-08-04 | 1 | -1/+2 |
| | | | | | | think ugtk2.pm's basedir is ".." (since it defines "package Gtk2::Entry")) - in verbose mode, tell when using a .so | ||||
* | more robust from_qw_raw | Pascal Rigaux | 2003-05-27 | 1 | -0/+1 |
| | |||||
* | handle use foo() and use foo ("x", "y") | Pascal Rigaux | 2003-05-26 | 1 | -1/+9 |
| | |||||
* | check prototype coherence: disallow ($a, @b, $c) or ($a, $o_b, $c) | Pascal Rigaux | 2003-05-26 | 1 | -2/+9 |
| | |||||
* | allow "*foo = sub {}" with no prototype | Pascal Rigaux | 2003-04-30 | 1 | -3/+3 |
| | |||||
* | - handle empty prototypes | Pascal Rigaux | 2003-04-24 | 1 | -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" checking | Pascal Rigaux | 2003-04-17 | 1 | -11/+29 |
| | |||||
* | handle "local $_ = ..." at toplevel | Pascal Rigaux | 2003-04-02 | 1 | -0/+1 |
| | |||||
* | handle ${foo} (including "${foo}bar") | Pascal Rigaux | 2003-02-12 | 1 | -8/+6 |
| | |||||
* | new features including checking methods being available and unused functions | Pascal Rigaux | 2002-12-18 | 1 | -362/+142 |
| | |||||
* | - perl_checker: print on stdout, not stderr | Pascal Rigaux | 2002-12-06 | 1 | -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 .c | Pascal Rigaux | 2002-12-05 | 1 | -5/+13 |
| | | | | | to know the list of functions provided by the XS extension | ||||
* | perl_checker now checks usage of $_ | Pascal Rigaux | 2002-12-05 | 1 | -11/+38 |
| | |||||
* | handle "use lib qw(...)" | Pascal Rigaux | 2002-12-04 | 1 | -1/+5 |
| | |||||
* | add "unused variable" detection | Pascal Rigaux | 2002-12-04 | 1 | -20/+49 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-28 | 1 | -132/+191 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-26 | 1 | -49/+80 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-26 | 1 | -39/+41 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-25 | 1 | -12/+22 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-24 | 1 | -0/+424 |