Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename folder to match history. | Mageia SVN-Git Migration | 2007-04-25 | 1 | -639/+0 |
| | | | | | This is a Synthesized commit to combine perl-MDK-Common and perl_checker repository history. | ||||
* | generate graph dependencies (with "maybe" dependencies from methods) | Pascal Rigaux | 2005-11-25 | 1 | -8/+22 |
| | |||||
* | handle method calls in generate-package-dependencies-graph | Pascal Rigaux | 2005-06-09 | 1 | -8/+9 |
| | |||||
* | optional graph of dependencies (doesn't handle methods yet) | Pascal Rigaux | 2005-06-08 | 1 | -2/+24 |
| | |||||
* | fix --check-unused-global-vars | Pascal Rigaux | 2005-06-08 | 1 | -1/+1 |
| | |||||
* | create string_of_fromparser(), needs tuning | Pascal Rigaux | 2004-11-17 | 1 | -4/+4 |
| | |||||
* | allow disabling warnings on command-line (and have various warnings level) | Pascal Rigaux | 2004-11-10 | 1 | -24/+24 |
| | |||||
* | *DATA is a global variable | Pascal Rigaux | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | add getservbyname | Pascal Rigaux | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | fix checking calls with no parameter | Pascal Rigaux | 2004-08-11 | 1 | -0/+1 |
| | |||||
* | Build.date is now a string (otherwise it overflowed) | Pascal Rigaux | 2004-07-22 | 1 | -2/+2 |
| | |||||
* | many perl_checker enhancements and cleanup | Pascal Rigaux | 2004-06-28 | 1 | -1/+1 |
| | |||||
* | - turn some errors to warnings | Pascal Rigaux | 2004-03-31 | 1 | -4/+4 |
| | | | | | - add function "-c" | ||||
* | replace the information "a variable is accessed" with the more precise | Pascal Rigaux | 2004-01-22 | 1 | -22/+28 |
| | | | | | | Access_none | Access_write_only | Access_various so that we can say either "variable unused" or "variable assigned but not read" | ||||
* | handle "format" perl instruction | Pascal Rigaux | 2004-01-22 | 1 | -15/+35 |
| | |||||
* | use a float to save the mtime since int overflows. | Pascal Rigaux | 2004-01-13 | 1 | -3/+8 |
| | | | | | this fixes the cache being used partially | ||||
* | add sqrt, atan2, cos, sin | Pascal Rigaux | 2004-01-06 | 1 | -3/+3 |
| | |||||
* | check unused file-global my variables | Pascal Rigaux | 2003-12-18 | 1 | -1/+2 |
| | |||||
* | - pop behaves just like shift | Pascal Rigaux | 2003-12-16 | 1 | -1/+2 |
| | | | | | - check that the parameter to pop & shift is an array, and not more parameters are given | ||||
* | - correctly handle "shift" with no parameter at toplevel | Pascal Rigaux | 2003-12-15 | 1 | -0/+3 |
| | | | | | - remove (hopefully) unused code rewriting shift -> shift(@_) | ||||
* | fix locally imported at toplevel | Pascal Rigaux | 2003-10-01 | 1 | -3/+3 |
| | |||||
* | allow ->import on toplevel to impact the whole file | Pascal Rigaux | 2003-10-01 | 1 | -8/+12 |
| | | | | | | (well, in fact it only impacts non yet checked code) (this is especially for drakbackup) | ||||
* | better handling of bad cache file | Pascal Rigaux | 2003-09-30 | 1 | -1/+1 |
| | |||||
* | ensure cache entries of removed file are removed | Pascal Rigaux | 2003-09-30 | 1 | -1/+4 |
| | |||||
* | re-organize to handle cleanly multi packages per file | Pascal Rigaux | 2003-09-29 | 1 | -41/+40 |
| | | | | | => fixes cache coherency | ||||
* | remove debug info | Pascal Rigaux | 2003-08-11 | 1 | -1/+1 |
| | |||||
* | - allow $_o_XXX parameter name which is both unused and optional (same for ↵ | Pascal Rigaux | 2003-08-11 | 1 | -17/+44 |
| | | | | | | | | | | | | $_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) | ||||
* | in Pkg->method, warn when Pkg is an unknown package | Pascal Rigaux | 2003-08-04 | 1 | -1/+1 |
| | |||||
* | ->can is allowed on any object | Pascal Rigaux | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | allow "*foo = sub {}" with no prototype | Pascal Rigaux | 2003-04-30 | 1 | -2/+3 |
| | |||||
* | replace warning "unused variable @_" with "if the function doesn't take any | Pascal Rigaux | 2003-04-25 | 1 | -2/+8 |
| | | | | | parameters, please use the empty prototype.\nexample \"sub foo() { ... }\"" | ||||
* | - handle empty prototypes | Pascal Rigaux | 2003-04-24 | 1 | -20/+32 |
| | | | | | | | - check number of parameters in method calls (ignoring empty overloaded methods) - allow non-empty prototypes for methods not using @_ | ||||
* | check number of args in method calls | Pascal Rigaux | 2003-04-22 | 1 | -12/+35 |
| | |||||
* | fix argument checking for Class->method(...) calls | Pascal Rigaux | 2003-04-22 | 1 | -1/+1 |
| | |||||
* | basic "number of arguments" checking | Pascal Rigaux | 2003-04-17 | 1 | -55/+77 |
| | |||||
* | - recognize function parameters and disallow using @_ in the rest of the ↵ | Pascal Rigaux | 2003-04-16 | 1 | -1/+20 |
| | | | | | | | function body - suggest to use &f instead of f(@_) | ||||
* | allow to selectively import from @EXPORT instead of only accepting @EXPORT_OK | Pascal Rigaux | 2003-04-10 | 1 | -1/+1 |
| | |||||
* | simplify handling of variables declared in "if (...) ..." to meet perl's way. | Pascal Rigaux | 2003-04-02 | 1 | -4/+2 |
| | | | | | | | | | | | | | | eg: if (my $i = foo()) { } else { $i; # accessing $i here is allowed } if (my $i = foo()) { } elsif ($i = bar()) { # don't use "my" for $i since it's already in scope } | ||||
* | add getgrent | Pascal Rigaux | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | check use of variables with name _XXX (reserved for unused variables) | Pascal Rigaux | 2003-02-13 | 1 | -1/+4 |
| | |||||
* | add "$." | Pascal Rigaux | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | find, every and any are grep-like (ie. use $_) | Pascal Rigaux | 2003-01-06 | 1 | -1/+2 |
| | |||||
* | basename is not perl standard | Pascal Rigaux | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | - perl_checker: add some more Gtk2 functions | Pascal Rigaux | 2002-12-28 | 1 | -1/+1 |
| | | | | | | - MDK::Common::File: mkdir_p, rm_rf and cp_af returns 1 on success (allowing "eval { mkdir_p() } or ...") | ||||
* | various | Pascal Rigaux | 2002-12-19 | 1 | -4/+4 |
| | |||||
* | - perl_checker: many new features including | Pascal Rigaux | 2002-12-19 | 1 | -3/+3 |
| | | | | | | | | - checking methods being available - checking unused functions - saving parsed file in .perl_checker.cache - new instruction "Basedir .." in .perl_checker (useful for gi/perl-install/standalone/.perl_checker) | ||||
* | new features including checking methods being available and unused functions | Pascal Rigaux | 2002-12-18 | 1 | -0/+447 |