summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Pascal Rigaux2002-11-267-70/+115
|
* *** empty log message ***Pascal Rigaux2002-11-265-46/+49
|
* *** empty log message ***Pascal Rigaux2002-11-256-75/+175
|
* *** empty log message ***Pascal Rigaux2002-11-2416-273/+925
|
* *** empty log message ***Pascal Rigaux2002-11-208-229/+407
|
* *** empty log message ***Pascal Rigaux2002-11-184-16/+30
|
* *** empty log message ***Pascal Rigaux2002-11-152-2/+3
|
* *** empty log message ***Pascal Rigaux2002-11-151-1/+1
|
* *** empty log message ***Pascal Rigaux2002-11-147-178/+226
|
* *** empty log message ***Pascal Rigaux2002-11-149-286/+1276
|
* new perl_checker written in OCaml (not as featured as previous perl_checker yetPascal Rigaux2002-11-131-3/+9
|
* *** empty log message ***Pascal Rigaux2002-11-132-1/+2
|
* *** empty log message ***Pascal Rigaux2002-11-134-72/+117
|
* *** empty log message ***Pascal Rigaux2002-11-1210-443/+803
|
* *** empty log message ***Pascal Rigaux2002-11-105-196/+253
|
* *** empty log message ***Pascal Rigaux2002-11-099-111/+248
|
* *** empty log message ***Pascal Rigaux2002-11-0914-0/+1917
|
* many more warnings:Pascal Rigaux2002-11-061-1/+52
| | | | | | | | - warn unneeded parentheses after an infix foreach/if/unless - error when "unless" is used with complex expressions - force $_ to be localised when "while (<FILEHANDLE>)" is used - force FILEHANDLE to be localised when "open FILEHANDLE, ..." is used
* - warn about one-character long functions (esp. for &N and &_)Pascal Rigaux2002-11-061-5/+15
| | | | | - warn when N("...") is misused
* ensure a missing "=cut" doesn't make perl_checker go crazy (eg: when titi ↵Pascal Rigaux2002-10-171-1/+5
| | | | adds some doc)
* add a check for function call PKG::f instead of PKG::f()Pascal Rigaux2002-10-171-0/+8
|
* no function "xxx undefined" when using "#-#"Pascal Rigaux2002-08-281-0/+1
|
* - File.pm: add "append_to_file"Pascal Rigaux2002-08-011-1/+16
| | | | | - perl_checker: a few more stricter rules
* - perl_checker: cleaner, more usable (via .perl_checker for -exclude's)Pascal Rigaux2002-07-312-146/+184
| | | | | | - perl_checker: more stricter syntax rules - adapt *.pm's to those rules
* - perl_checker: add *much* stricter syntax rulesPascal Rigaux2002-07-311-2/+32
| | | | | - adapt *.pm's to those rules
* catch misuse of =~ when = was meantPascal Rigaux2002-07-231-0/+3
|
* - perl_checker: add new checksPascal Rigaux2002-07-171-1/+19
| | | | | - perl_checker: exclude Date::Manip
* adapt to vendorlib, cleanupPascal Rigaux2002-07-091-4/+4
|
* *** empty log message ***Pascal Rigaux2002-05-061-0/+1
|
* perl_checker: skip s///Pascal Rigaux2002-02-191-3/+4
|
* don't fail on non-tagged importPascal Rigaux2002-02-161-18/+16
|
* detect "cond ? $v1 = XX1 : $v2 = XX2" errorPascal Rigaux2001-10-251-0/+3
|
* add checking for << and >> operators priority usePascal Rigaux2001-08-251-0/+4
|
* new check: "using $_ in a sub is generally bad news"Pascal Rigaux2001-08-141-0/+4
|
* new check: never use ``length @l'', it returns the length of the string int(@l)Pascal Rigaux2001-08-091-0/+4
|
* ignore module CGIPascal Rigaux2001-08-071-1/+1
|
* ensure MDK/Common.pm is generated when generating the spec filePascal Rigaux2001-08-041-1/+1
|
* take the local MDK/Common.pm, not the one installed on the systemPascal Rigaux2001-08-041-1/+1
|
* doc terminated and added as index.htmlPascal Rigaux2001-08-031-1/+12
|
* generate the doc in Common.pm from Common/*.pmPascal Rigaux2001-08-031-60/+0
|
* error on "local $var ||="Pascal Rigaux2001-07-311-2/+8
|
* add documentationPascal Rigaux2001-07-252-5/+47
|
* re-add cvs updatePascal Rigaux2001-07-241-1/+1
|
* add =head1 ... =cut handlingPascal Rigaux2001-07-241-0/+1
|
* everything should work nowPascal Rigaux2001-07-244-31/+124
|
* initial commitPascal Rigaux2001-07-244-0/+585
|
* New repository initialized by cvs2svn.Mystery Man2001-07-240-0/+0