| Commit message (Expand) | Author | Age | Files | Lines |
* | warn things like: ($foo) ||= ... | Pascal Rigaux | 2003-04-11 | 1 | -0/+4 |
* | enhance non_scalar case for some operators using is_not_a_scalar | Pascal Rigaux | 2003-04-10 | 1 | -10/+20 |
* | correctly (in Perl way) handle priority for some special unary functions (len... | Pascal Rigaux | 2003-04-10 | 1 | -7/+2 |
* | warn xxx == "ia64", xxx eq 2 | Pascal Rigaux | 2003-04-10 | 1 | -0/+18 |
* | better error message ("please remove the space before the function call" | Pascal Rigaux | 2003-04-10 | 1 | -1/+3 |
* | warn when using a regexp terminated with .* or .*$ (which is useless) | Pascal Rigaux | 2003-04-10 | 1 | -1/+9 |
* | enhance warning "... =~ /^foo$/" is better written "... eq 'foo'" | Pascal Rigaux | 2003-04-02 | 1 | -1/+1 |
* | fix error message for grep not used with a block | Pascal Rigaux | 2003-04-01 | 1 | -1/+1 |
* | - $foo =~ /^dhcp$/ is better written $foo eq 'dhcp' | Pascal Rigaux | 2003-04-01 | 1 | -2/+11 |
* | - warn !($var =~ /.../) | Pascal Rigaux | 2003-04-01 | 1 | -0/+12 |
* | warn "map(&f, ...)", use "map { f } ..." instead | Pascal Rigaux | 2003-04-01 | 1 | -0/+6 |
* | - warn <always true> || ... (eg: 1 || foo()) | Pascal Rigaux | 2003-04-01 | 1 | -1/+27 |
* | when a #-PO comment on a same translated string is present twice, it should p... | Pascal Rigaux | 2003-04-01 | 1 | -4/+4 |
* | set the POT-Creation-Date to the current date | Pascal Rigaux | 2003-02-24 | 1 | -3/+3 |
* | "$!" is NOT better written without the double quotes | Pascal Rigaux | 2003-02-18 | 1 | -1/+1 |
* | don't suggest to replace "@foo ? @foo : @bar" with "@foo || @bar", this is wr... | Pascal Rigaux | 2003-02-14 | 1 | -8/+18 |
* | handle ${foo} (including "${foo}bar") | Pascal Rigaux | 2003-02-12 | 1 | -0/+20 |
* | warn when "ref" priority is badly handled by perl_checker | Pascal Rigaux | 2003-02-12 | 1 | -1/+4 |
* | warn when using $l[$#l], advice $l[-1] instead | Pascal Rigaux | 2003-02-05 | 1 | -1/+9 |
* | allow -x with no parameter, but advise not to use it | Pascal Rigaux | 2003-02-05 | 1 | -0/+7 |
* | - perl_checker: | Pascal Rigaux | 2003-01-16 | 1 | -0/+10 |
* | perl_checker: when generating pot, add an header and fake line numbers to ple... | Pascal Rigaux | 2003-01-15 | 1 | -2/+21 |
* | new features including checking methods being available and unused functions | Pascal Rigaux | 2002-12-18 | 1 | -1/+5 |
* | check the c-format conformity of translated strings | Pascal Rigaux | 2002-12-10 | 1 | -31/+47 |
* | perl_checker: new --generate-pot feature | Pascal Rigaux | 2002-12-10 | 1 | -1/+40 |
* | - perl_checker: print on stdout, not stderr | Pascal Rigaux | 2002-12-06 | 1 | -3/+3 |
* | perl_checker now checks usage of $_ | Pascal Rigaux | 2002-12-05 | 1 | -9/+19 |
* | more restricted detection of non-use of if_()-like exprs | Pascal Rigaux | 2002-12-04 | 1 | -11/+27 |
* | - warn use of "cond ? list : ()" (use if_(cond, list) instead) | Pascal Rigaux | 2002-12-04 | 1 | -1/+13 |
* | *** empty log message *** | Pascal Rigaux | 2002-12-02 | 1 | -4/+13 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-28 | 1 | -0/+5 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-28 | 1 | -61/+189 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-25 | 1 | -35/+108 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-24 | 1 | -44/+75 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-20 | 1 | -5/+34 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-18 | 1 | -1/+11 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-15 | 1 | -1/+2 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-14 | 1 | -10/+37 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-14 | 1 | -23/+116 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-13 | 1 | -8/+36 |
* | *** empty log message *** | Pascal Rigaux | 2002-11-12 | 1 | -0/+125 |