index
:
perl-MDK-Common
master
Mageia Common Perl Code
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl_checker.src
/
parser.mly
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
handle: -e "foo" && -f _
Pascal Rigaux
2004-04-28
1
-0
/
+1
*
allow
Pascal Rigaux
2004-04-28
1
-1
/
+1
*
- do check_simple_pattern() directly in from_PATTERN()
Pascal Rigaux
2004-04-28
1
-8
/
+8
*
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
*
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
*
- add the tuple(...) context
Pascal Rigaux
2003-12-16
1
-10
/
+10
*
- check the context on left side of =~
Pascal Rigaux
2003-12-15
1
-3
/
+3
*
allow to specify the return context of functions instead of always saying M_u...
Pascal Rigaux
2003-12-15
1
-2
/
+2
*
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
*
- enhance restricted_subscripted to correctly handle -e foo::bar()->{boo}
Pascal Rigaux
2003-05-27
1
-1
/
+4
*
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
*
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
*
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
*
- handle empty prototypes
Pascal Rigaux
2003-04-24
1
-12
/
+22
*
forbid "unless (...) { ... } else { ... }" and "unless (...) { ... } elsif (....
Pascal Rigaux
2003-04-15
1
-1
/
+1
*
add basic "type" checking (using a very liberal lattice)
Pascal Rigaux
2003-04-15
1
-211
/
+216
*
use new types to have stricter type checking (prior to adding maybe_context)
Pascal Rigaux
2003-04-13
1
-278
/
+279
*
allow 333 * `xxx` with no warning
Pascal Rigaux
2003-04-11
1
-1
/
+1
*
handle "keys %pkg::" (twas broken because keys() is now a ONE_SCALAR_PARA)
Pascal Rigaux
2003-04-10
1
-0
/
+1
*
correctly (in Perl way) handle priority for some special unary functions (len...
Pascal Rigaux
2003-04-10
1
-9
/
+9
*
- $foo =~ /^dhcp$/ is better written $foo eq 'dhcp'
Pascal Rigaux
2003-04-01
1
-2
/
+2
*
- warn !($var =~ /.../)
Pascal Rigaux
2003-04-01
1
-5
/
+5
*
- warn <always true> || ... (eg: 1 || foo())
Pascal Rigaux
2003-04-01
1
-4
/
+4
*
- make "please don't use prototype pre-declaration" a warning
Pascal Rigaux
2003-04-01
1
-2
/
+11
*
allow "use foo()"
Pascal Rigaux
2003-02-24
1
-0
/
+1
*
handle ${foo} (including "${foo}bar")
Pascal Rigaux
2003-02-12
1
-5
/
+5
*
warn when using $l[$#l], advice $l[-1] instead
Pascal Rigaux
2003-02-05
1
-10
/
+10
*
allow -x with no parameter, but advise not to use it
Pascal Rigaux
2003-02-05
1
-0
/
+1
[next]