summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix --check-unused-global-varsPascal Rigaux2005-06-081-1/+1
* fix building doc without buildrequiring perl-MDK-Common (thanks to Gary L. Gr...Pascal Rigaux2005-02-151-1/+1
* - ugly hack to workaround uniop calls priority pb, but at least have a P_unio...Pascal Rigaux2004-12-135-18/+25
* allow some more things using ONE_SCALAR_PARA (esp. for "delete")Pascal Rigaux2004-12-051-0/+4
* fix precedence issuePascal Rigaux2004-12-051-1/+1
* solve some ugly precendence pbs :)Pascal Rigaux2004-12-051-7/+8
* simplify again using the rule "simple_subscript"Pascal Rigaux2004-12-051-6/+2
* create to_Deref_with_arrow()Pascal Rigaux2004-12-052-6/+11
* factorizePascal Rigaux2004-12-051-6/+8
* remove unused functionPascal Rigaux2004-11-262-12/+0
* check sub { { ... }; }Pascal Rigaux2004-11-263-13/+21
* warn about blocks ending with a ";"Pascal Rigaux2004-11-262-3/+6
* really help detecting hashrefsPascal Rigaux2004-11-261-2/+2
* don't "double quotes are unneeded" for "@m3[1..$#m3]"Pascal Rigaux2004-11-261-1/+2
* force { zzz => ... } to be a hash refPascal Rigaux2004-11-261-0/+9
* recognize a form of "find { ... } ..."Pascal Rigaux2004-11-172-0/+14
* create string_of_fromparser(), needs tuningPascal Rigaux2004-11-175-49/+101
* warn unneeded ";" after some blocksPascal Rigaux2004-11-173-2/+7
* *** empty log message ***Pascal Rigaux2004-11-171-0/+5
* - new function lines_to_Block() which takes care of calling check_block_sub()Pascal Rigaux2004-11-173-34/+43
* \z and \Z are zero-width assertions in regexpsPascal Rigaux2004-11-171-1/+1
* turn an error into a warning (don't use for without "my"ing the iteration var...Pascal Rigaux2004-11-161-2/+2
* allow disabling warnings on command-line (and have various warnings level)Pascal Rigaux2004-11-1015-224/+319
* *DATA is a global variablePascal Rigaux2004-10-261-1/+1
* handle __DATA__ thanks to RafaelPascal Rigaux2004-10-201-0/+1
* suggest mkdir() instead of system("mkdir ...")Pascal Rigaux2004-10-143-8/+30
* - add char_quote (to help emacs caml mode)Pascal Rigaux2004-10-145-11/+16
* "^" has a special meaning in regexps, so escaping it can be necessaryPascal Rigaux2004-10-141-1/+1
* check if_() with only one parameterPascal Rigaux2004-10-142-0/+7
* replace "my $foo = ... if <cond>" with "my $foo = <cond> && ..."Pascal Rigaux2004-10-132-0/+20
* *** empty log message ***Pascal Rigaux2004-10-131-2/+2
* check 'xxx' if $xxx (=> value is dropped)Pascal Rigaux2004-10-132-26/+33
* fix indentationPascal Rigaux2004-10-131-19/+19
* $#x == -1 is better written @x == 0Pascal Rigaux2004-10-132-2/+7
* check $#l < 0Pascal Rigaux2004-10-132-0/+7
* handle qx(...) and qx{...} with a warningPascal Rigaux2004-10-132-2/+7
* allow join(N("xxx"), ...)Pascal Rigaux2004-10-131-1/+2
* you can replace "any { $_ eq ... } @l" with "member(..., @l)"Pascal Rigaux2004-10-132-1/+11
* - check push argumentsPascal Rigaux2004-10-132-0/+15
* disallow the use of the return value of push and unshiftPascal Rigaux2004-10-132-1/+3
* allow qq{...} (with a warning)Pascal Rigaux2004-10-132-18/+25
* handle q{...} and qw{...} (with a warning)Pascal Rigaux2004-10-132-7/+29
* transform m@...@ and m:...: from errors into warnings (since we can handle it...Pascal Rigaux2004-10-131-5/+8
* handle "use Gtk2 -init"Pascal Rigaux2004-10-132-2/+8
* handle "use 5.008;"Pascal Rigaux2004-10-131-1/+1
* *** empty log message ***Pascal Rigaux2004-08-181-0/+6
* - use DESTDIRPascal Rigaux2004-08-136-3/+46
* you can replace "grep { !member($_, ...) } @l" with "difference2([ @l ], [ .....Pascal Rigaux2004-08-122-1/+10
* rewrite to allow a special rule for "grep"Pascal Rigaux2004-08-121-10/+17
* handle s:xxx:yyy: and qw/.../, issuing a warningPascal Rigaux2004-08-122-1/+14