Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - $foo =~ /^dhcp$/ is better written $foo eq 'dhcp' | Pascal Rigaux | 2003-04-01 | 1 | -0/+1 |
| | | | | | - warn "grep(&f, ...)", use "grep { f } ..." instead | ||||
* | - warn !($var =~ /.../) | Pascal Rigaux | 2003-04-01 | 1 | -0/+1 |
| | | | | | | - warn $a & 0xff == $b better written $a & (0xff == $b) - "not" should not be used, use "!" instead | ||||
* | - warn <always true> || ... (eg: 1 || foo()) | Pascal Rigaux | 2003-04-01 | 1 | -2/+9 |
| | | | | | | | | | - warn <always false> || ... - warn <always true> && ... - warn <always false> && ... - suggest @$foo instead of @{$foo} - suggest $foo->[0] instead of ${$foo}[0] | ||||
* | when a #-PO comment on a same translated string is present twice, it should ↵ | Pascal Rigaux | 2003-04-01 | 1 | -2/+0 |
| | | | | | | | put the -PO comment in any case (more precisely, it concatenates all the -PO comments) | ||||
* | handle ${foo} (including "${foo}bar") | Pascal Rigaux | 2003-02-12 | 1 | -0/+2 |
| | |||||
* | warn when "ref" priority is badly handled by perl_checker | Pascal Rigaux | 2003-02-12 | 1 | -1/+2 |
| | |||||
* | warn when using $l[$#l], advice $l[-1] instead | Pascal Rigaux | 2003-02-05 | 1 | -0/+2 |
| | |||||
* | - perl_checker: | Pascal Rigaux | 2003-01-16 | 1 | -5/+9 |
| | | | | | | - check occurences of "$foo ? $foo : $bar" - disallow "fq::f args" when args is not parenthesized | ||||
* | perl_checker: new --generate-pot feature | Pascal Rigaux | 2002-12-10 | 1 | -0/+5 |
| | |||||
* | perl_checker now checks usage of $_ | Pascal Rigaux | 2002-12-05 | 1 | -2/+3 |
| | |||||
* | more restricted detection of non-use of if_()-like exprs | Pascal Rigaux | 2002-12-04 | 1 | -4/+2 |
| | |||||
* | - warn use of "cond ? list : ()" (use if_(cond, list) instead) | Pascal Rigaux | 2002-12-04 | 1 | -2/+8 |
| | | | | | - adapt MDK::Common::* to this (using @{[]} instead of () to avoid the warning) | ||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-28 | 1 | -10/+46 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-25 | 1 | -2/+12 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-24 | 1 | -10/+19 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-20 | 1 | -5/+22 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-18 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-14 | 1 | -12/+20 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-14 | 1 | -13/+31 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-13 | 1 | -2/+18 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-12 | 1 | -0/+42 |