summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove noarch (since perl_checker is now a binary)Pascal Rigaux2002-11-151-1/+0
|
* - new perl_checker written in OCaml (not as featured as previous ↵Pascal Rigaux2002-11-151-1/+2
| | | | | | | perl_checker yet) - MDK::* made perl_checker compliant
* *** empty log message ***Pascal Rigaux2002-11-152-2/+3
|
* make it perl_checker compliantPascal Rigaux2002-11-156-14/+14
|
* *** 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-132-4/+13
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-135-13/+13
|
* *** 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
|
* - perl_checker: many more warningsPascal Rigaux2002-11-061-1/+10
| | | | | | | | | | - 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 &_) - warn when N("...") is misused
* make perl_checker happyPascal Rigaux2002-11-061-6/+5
|
* 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-172-1/+6
| | | | adds some doc)
* add a check for function call PKG::f instead of PKG::f()Pascal Rigaux2002-10-172-1/+12
|
* MDK::Common::System::update_gnomekderc: fix adding lines to the last section ↵Pascal Rigaux2002-09-063-2/+6
| | | | when it doesn't end with a cr
* MDK::Common::System::update_gnomekderc: fix adding section when the file ↵Pascal Rigaux2002-09-062-2/+6
| | | | doesn't end with a cr
* no function "xxx undefined" when using "#-#"Pascal Rigaux2002-08-282-1/+5
|
* fix typo in mkdir_p error messagePascal Rigaux2002-08-272-1/+2
|
* give a meaning to the return value of cdiePascal Rigaux2002-08-272-3/+8
|
* add Url (thanks to Yura Gusev)Pascal Rigaux2002-08-211-0/+1
|
* - add setExportedVarsInSh and setExportedVarsInCshPascal Rigaux2002-08-122-11/+23
| | | | | - remove setVarsInCsh (obsoleted by setExportedVarsInCsh)
* - File.pm: add "append_to_file"Pascal Rigaux2002-08-014-4/+29
| | | | | - perl_checker: a few more stricter rules
* - perl_checker: cleaner, more usable (via .perl_checker for -exclude's)Pascal Rigaux2002-07-3110-158/+206
| | | | | | - perl_checker: more stricter syntax rules - adapt *.pm's to those rules
* - perl_checker: add *much* stricter syntax rulesPascal Rigaux2002-07-317-11/+45
| | | | | - adapt *.pm's to those rules
* MDK::Common::DataStructure: add sort_numbersPascal Rigaux2002-07-282-2/+10
|
* - add Various::internal_errorPascal Rigaux2002-07-252-2/+15
| | | | | - export Various::noreturn
* MDK::Common::System: add fuzzy_pidofsPascal Rigaux2002-07-232-2/+14
|
* MDK/Common/DataStructure.pm: add deref_arrayPascal Rigaux2002-07-232-2/+14
|
* catch misuse of =~ when = was meantPascal Rigaux2002-07-231-0/+3
|
* - perl_checker: add new checksPascal Rigaux2002-07-172-2/+24
| | | | | - perl_checker: exclude Date::Manip
* workaround perl 5.8.0-RC2 bugPascal Rigaux2002-07-092-2/+5
|
* adapt to vendorlib, cleanupPascal Rigaux2002-07-092-7/+9
|
* noarchPascal Rigaux2002-07-031-1/+1
|
* MDK/Common/Func.pm: add "partition"Pascal Rigaux2002-07-033-4/+22
|
* *** empty log message ***Pascal Rigaux2002-05-061-0/+1
|
* perl_checker: skip s///Pascal Rigaux2002-02-192-4/+8
|
* MDK/Common/System.pm (update_gnomekderc): rework it, make it work in all ↵Pascal Rigaux2002-02-161-1/+4
| | | | possible case
* (update_gnomekderc): rework it, make it work in all possible casePascal Rigaux2002-02-161-19/+26
|
* - MDK/Common/System.pm: fix call to "output" in "template2file" and ↵Pascal Rigaux2002-02-162-5/+9
| | | | | | | "update_gnomekderc" - perl-checker: don't fail on non-tagged import
* don't fail on non-tagged importPascal Rigaux2002-02-161-18/+16
|
* warp_text returns a join'ed string in scalar contextPascal Rigaux2002-02-142-2/+6
|
* add MDK::Common::DataStructure::group_by2Pascal Rigaux2002-01-272-4/+21
|
* add Various::noreturn()Pascal Rigaux2001-12-202-1/+24
|