summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/global_checks.ml
Commit message (Expand)AuthorAgeFilesLines
* - correctly handle "shift" with no parameter at toplevelPascal Rigaux2003-12-151-0/+3
* fix locally imported at toplevelPascal Rigaux2003-10-011-3/+3
* allow ->import on toplevel to impact the whole filePascal Rigaux2003-10-011-8/+12
* better handling of bad cache filePascal Rigaux2003-09-301-1/+1
* ensure cache entries of removed file are removedPascal Rigaux2003-09-301-1/+4
* re-organize to handle cleanly multi packages per filePascal Rigaux2003-09-291-41/+40
* remove debug infoPascal Rigaux2003-08-111-1/+1
* - allow $_o_XXX parameter name which is both unused and optional (same for $_...Pascal Rigaux2003-08-111-17/+44
* in Pkg->method, warn when Pkg is an unknown packagePascal Rigaux2003-08-041-1/+1
* ->can is allowed on any objectPascal Rigaux2003-04-301-1/+1
* allow "*foo = sub {}" with no prototypePascal Rigaux2003-04-301-2/+3
* replace warning "unused variable @_" with "if the function doesn't take anyPascal Rigaux2003-04-251-2/+8
* - handle empty prototypesPascal Rigaux2003-04-241-20/+32
* check number of args in method callsPascal Rigaux2003-04-221-12/+35
* fix argument checking for Class->method(...) callsPascal Rigaux2003-04-221-1/+1
* basic "number of arguments" checkingPascal Rigaux2003-04-171-55/+77
* - recognize function parameters and disallow using @_ in the rest of the func...Pascal Rigaux2003-04-161-1/+20
* allow to selectively import from @EXPORT instead of only accepting @EXPORT_OKPascal Rigaux2003-04-101-1/+1
* simplify handling of variables declared in "if (...) ..." to meet perl's way.Pascal Rigaux2003-04-021-4/+2
* add getgrentPascal Rigaux2003-02-141-1/+1
* check use of variables with name _XXX (reserved for unused variables)Pascal Rigaux2003-02-131-1/+4
* add "$."Pascal Rigaux2003-01-291-1/+1
* find, every and any are grep-like (ie. use $_)Pascal Rigaux2003-01-061-1/+2
* basename is not perl standardPascal Rigaux2003-01-061-1/+1
* - perl_checker: add some more Gtk2 functionsPascal Rigaux2002-12-281-1/+1
* variousPascal Rigaux2002-12-191-4/+4
* - perl_checker: many new features includingPascal Rigaux2002-12-191-3/+3
* new features including checking methods being available and unused functionsPascal Rigaux2002-12-181-0/+447