Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename folder to match history. | Mageia SVN-Git Migration | 2007-04-25 | 1 | -500/+0 |
| | | | | | This is a Synthesized commit to combine perl-MDK-Common and perl_checker repository history. | ||||
* | handle $o->pop | Pascal Rigaux | 2006-06-21 | 1 | -0/+1 |
| | |||||
* | - ugly hack to workaround uniop calls priority pb, but at least have a ↵ | Pascal Rigaux | 2004-12-13 | 1 | -14/+14 |
| | | | | | | | P_uniop instead of using P_mul - add delete as a uniop | ||||
* | allow some more things using ONE_SCALAR_PARA (esp. for "delete") | Pascal Rigaux | 2004-12-05 | 1 | -0/+4 |
| | |||||
* | fix precedence issue | Pascal Rigaux | 2004-12-05 | 1 | -1/+1 |
| | |||||
* | solve some ugly precendence pbs :) | Pascal Rigaux | 2004-12-05 | 1 | -7/+8 |
| | |||||
* | simplify again using the rule "simple_subscript" | Pascal Rigaux | 2004-12-05 | 1 | -6/+2 |
| | |||||
* | factorize | Pascal Rigaux | 2004-12-05 | 1 | -6/+8 |
| | |||||
* | check sub { { ... }; } | Pascal Rigaux | 2004-11-26 | 1 | -4/+4 |
| | |||||
* | warn about blocks ending with a ";" | Pascal Rigaux | 2004-11-26 | 1 | -2/+1 |
| | |||||
* | create string_of_fromparser(), needs tuning | Pascal Rigaux | 2004-11-17 | 1 | -1/+1 |
| | |||||
* | warn unneeded ";" after some blocks | Pascal Rigaux | 2004-11-17 | 1 | -1/+1 |
| | |||||
* | - new function lines_to_Block() which takes care of calling check_block_sub() | Pascal Rigaux | 2004-11-17 | 1 | -29/+29 |
| | | | | | - anonymous_sub now uses lines_to_Block() | ||||
* | turn an error into a warning (don't use for without "my"ing the iteration ↵ | Pascal Rigaux | 2004-11-16 | 1 | -2/+2 |
| | | | | variable) | ||||
* | allow disabling warnings on command-line (and have various warnings level) | Pascal Rigaux | 2004-11-10 | 1 | -13/+13 |
| | |||||
* | handle "use Gtk2 -init" | Pascal Rigaux | 2004-10-13 | 1 | -2/+6 |
| | |||||
* | handle "use 5.008;" | Pascal Rigaux | 2004-10-13 | 1 | -1/+1 |
| | |||||
* | check lvalue validity | Pascal Rigaux | 2004-08-12 | 1 | -2/+2 |
| | |||||
* | handle the following with no syntax error | Pascal Rigaux | 2004-08-11 | 1 | -0/+1 |
| | | | | | | | | | sub f() { 1; } | ||||
* | enforce spaces around operator "." (string concat) | Pascal Rigaux | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | partially fix { xxx() }->{$foo} | Pascal Rigaux | 2004-08-11 | 1 | -3/+7 |
| | |||||
* | better contexts | Pascal Rigaux | 2004-05-08 | 1 | -59/+65 |
| | |||||
* | handle bad PO-: comments at the lexical level instead of doing it in the grammar | Pascal Rigaux | 2004-04-28 | 1 | -1/+0 |
| | | | | | to have a better error message | ||||
* | handle: -e "foo" && -f _ | Pascal Rigaux | 2004-04-28 | 1 | -0/+1 |
| | |||||
* | allow | Pascal Rigaux | 2004-04-28 | 1 | -1/+1 |
| | | | | | | | | | my ($a, $b,); since it can be useful in: my ($a, # dqsdsq $b, # qdfqsdf ) = @_; | ||||
* | - do check_simple_pattern() directly in from_PATTERN() | Pascal Rigaux | 2004-04-28 | 1 | -8/+8 |
| | | | | | - don't die, log instead for some regexp expressions | ||||
* | handle "format" perl instruction | Pascal Rigaux | 2004-01-22 | 1 | -4/+3 |
| | |||||
* | warn when a PO: comment is not followed by N(...) | Pascal Rigaux | 2004-01-05 | 1 | -0/+1 |
| | |||||
* | use hash_ref() to check priority of the arguments | Pascal Rigaux | 2004-01-05 | 1 | -22/+22 |
| | |||||
* | disallow | Pascal Rigaux | 2003-12-16 | 1 | -11/+11 |
| | | | | | | | - $a = (1, 2) - my $a = (1, 2) - my ($a, $b) = (1, 2, 3) | ||||
* | nice error message instead of syntax error in: map { $_ } /re/ ? 1 : 2 | Pascal Rigaux | 2003-12-16 | 1 | -0/+1 |
| | |||||
* | - drop internally operator "qw" by rewriting qw(...) into a list of strings | Pascal Rigaux | 2003-12-16 | 1 | -1/+1 |
| | | | | | | - as a side effect "foo" . qw(bar boo) is now detected - allow pop(@l) (with explicit parentheses) | ||||
* | - add the tuple(...) context | Pascal Rigaux | 2003-12-16 | 1 | -10/+10 |
| | | | | | | - check that the value xxx in "... or xxx" is dropped - handle "... or ..., ..." | ||||
* | - check the context on left side of =~ | Pascal Rigaux | 2003-12-15 | 1 | -3/+3 |
| | | | | | - !xx has the new context bool | ||||
* | allow to specify the return context of functions instead of always saying ↵ | Pascal Rigaux | 2003-12-15 | 1 | -2/+2 |
| | | | | M_unknown | ||||
* | fix build with new ocaml | Pascal Rigaux | 2003-11-10 | 1 | -1/+0 |
| | |||||
* | allow: -f $a{b}->c | Pascal Rigaux | 2003-10-01 | 1 | -0/+3 |
| | |||||
* | - disallow return(...), prefering return ... | Pascal Rigaux | 2003-05-27 | 1 | -3/+3 |
| | | | | | - P_call_no_paren has a lower priority than P_comma | ||||
* | - enhance restricted_subscripted to correctly handle -e foo::bar()->{boo} | Pascal Rigaux | 2003-05-27 | 1 | -1/+4 |
| | | | | | - simplify a grammar rule | ||||
* | simplify | Pascal Rigaux | 2003-05-26 | 1 | -4/+2 |
| | |||||
* | handle use foo() and use foo ("x", "y") | Pascal Rigaux | 2003-05-26 | 1 | -1/+1 |
| | |||||
* | correctly handle { Protocol => { val => 'Standard' } } | Pascal Rigaux | 2003-05-26 | 1 | -0/+1 |
| | | | | | (was broken due to the "arch => 1" hack) | ||||
* | add a special case to handle "arch => 1" without going through word_alone() | Pascal Rigaux | 2003-05-26 | 1 | -2/+3 |
| | |||||
* | warn spurious space in ( 1, 2) which should be (1, 2) | Pascal Rigaux | 2003-05-23 | 1 | -1/+1 |
| | |||||
* | warn $o->method() which should be $o->method | Pascal Rigaux | 2003-05-23 | 1 | -1/+1 |
| | |||||
* | - suggest any instead of grep in scalar context | Pascal Rigaux | 2003-05-23 | 1 | -1/+1 |
| | | | | | - suggest foreach instead of map in empty context | ||||
* | correctly warn about the missing space in "my ($a,$b, $c);" | Pascal Rigaux | 2003-05-16 | 1 | -7/+7 |
| | |||||
* | allow "*foo = sub {}" with no prototype | Pascal Rigaux | 2003-04-30 | 1 | -6/+6 |
| | |||||
* | ensure return values are used | Pascal Rigaux | 2003-04-29 | 1 | -39/+43 |
| | |||||
* | allow "sub pkg::foo() { ...}" | Pascal Rigaux | 2003-04-28 | 1 | -2/+2 |
| |