summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/global_checks.ml
Commit message (Expand)AuthorAgeFilesLines
* generate graph dependencies (with "maybe" dependencies from methods)Pascal Rigaux2005-11-251-8/+22
* handle method calls in generate-package-dependencies-graphPascal Rigaux2005-06-091-8/+9
* optional graph of dependencies (doesn't handle methods yet)Pascal Rigaux2005-06-081-2/+24
* fix --check-unused-global-varsPascal Rigaux2005-06-081-1/+1
* create string_of_fromparser(), needs tuningPascal Rigaux2004-11-171-4/+4
* allow disabling warnings on command-line (and have various warnings level)Pascal Rigaux2004-11-101-24/+24
* *DATA is a global variablePascal Rigaux2004-10-261-1/+1
* add getservbynamePascal Rigaux2004-08-111-1/+1
* fix checking calls with no parameterPascal Rigaux2004-08-111-0/+1
* Build.date is now a string (otherwise it overflowed)Pascal Rigaux2004-07-221-2/+2
* many perl_checker enhancements and cleanupPascal Rigaux2004-06-281-1/+1
* - turn some errors to warningsPascal Rigaux2004-03-311-4/+4
* replace the information "a variable is accessed" with the more precisePascal Rigaux2004-01-221-22/+28
* handle "format" perl instructionPascal Rigaux2004-01-221-15/+35
* use a float to save the mtime since int overflows.Pascal Rigaux2004-01-131-3/+8
* add sqrt, atan2, cos, sinPascal Rigaux2004-01-061-3/+3
* check unused file-global my variablesPascal Rigaux2003-12-181-1/+2
* - pop behaves just like shiftPascal Rigaux2003-12-161-1/+2
* - 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