summaryrefslogtreecommitdiffstats
path: root/perl-MDK-Common.spec
Commit message (Collapse)AuthorAgeFilesLines
* - rebuild for perl auto-providesPascal Rigaux2003-05-121-1/+17
| | | | | (except for perl-MDK-Common-devel which need special handling for the faked packages)
* - perl_checker: more context checksPascal Rigaux2003-04-291-0/+5
| | | | | | - ensure the values are used (eg: "map { ... } ...", "/xxx/") - ensure the values "... or ...", "... and ..." are not used
* perl_checker: enhanced "number of arguments" checking, including method callsPascal Rigaux2003-04-251-1/+4
|
* help updatesThierry Vignaud2003-04-221-0/+1
|
* first alpha pre version of beta of the first draft of a tutorialGuillaume Cottenceau2003-04-181-2/+5
|
* basic "number of arguments" checkingPascal Rigaux2003-04-171-5/+3
|
* bug fix releaseThierry Vignaud2003-04-171-1/+4
|
* MDK::Common::Func: map_index, each_index and grep_index do not pass $::i asPascal Rigaux2003-04-161-0/+5
| | | | | | a parameter anymore (this breaks backward compatibility, but it is cleaner and otherwise perl_checker doesn't handle it correctly)
* many perl_checker enhancementsPascal Rigaux2003-04-111-1/+18
|
* - have the POT-Creation-Date set to the current date (when --generate-pot)Pascal Rigaux2003-02-241-1/+5
| | | | | - various fixes
* *** empty log message ***Guillaume Cottenceau2003-02-191-1/+4
|
* don't suggest to replace "@foo ? @foo : @bar" with "@foo || @bar", this is ↵Pascal Rigaux2003-02-141-1/+4
| | | | wrong!
* - add some more Gtk2 methodsPascal Rigaux2003-02-131-1/+5
| | | | | - check use of variables with name _XXX (reserved for unused variables)
* - handle ${foo} (including "${foo}bar")Pascal Rigaux2003-02-121-1/+5
| | | | | - warn when "ref" priority is badly handled by perl_checker
* - add various Gtk2 methodsPascal Rigaux2003-02-061-1/+6
| | | | | | - handle "...\x{hex}..." - suggest replacing $l[$#l] with $l[-1]
* 1.0.4-17mdkThierry Vignaud2003-01-291-1/+4
|
* perl_checker: add some Gtk2 methodsPascal Rigaux2003-01-211-1/+4
|
* - perl_checker:Pascal Rigaux2003-01-161-1/+6
| | | | | | - check occurences of "$foo ? $foo : $bar" - disallow "fq::f args" when args is not parenthesized
* perl_checker: when generating pot, add an header and fake line numbers to ↵Pascal Rigaux2003-01-151-1/+5
| | | | please msgmerge
* MDK::Common::Func: add "find", "any" and "every"Pascal Rigaux2003-01-061-1/+4
|
* - perl_checker: add some more Gtk2 functionsPascal Rigaux2002-12-281-1/+6
| | | | | | - MDK::Common::File: mkdir_p, rm_rf and cp_af returns 1 on success (allowing "eval { mkdir_p() } or ...")
* - perl_checker: many new features includingPascal Rigaux2002-12-191-1/+9
| | | | | | | | - checking methods being available - checking unused functions - saving parsed file in .perl_checker.cache - new instruction "Basedir .." in .perl_checker (useful for gi/perl-install/standalone/.perl_checker)
* add option "-t" enabling titi to precise tab-width=4Pascal Rigaux2002-12-111-1/+5
| | | | | fix a bug in getting exported functions (fixes "unknown function gtkshow")
* check the c-format conformity of translated stringsPascal Rigaux2002-12-101-1/+4
|
* perl_checker: new --generate-pot featurePascal Rigaux2002-12-101-1/+4
|
* - perl_checker: print on stdout, not stderrPascal Rigaux2002-12-061-1/+5
| | | | | - perl_checker: add option --restrict-to-files (mainly for perl_checko the Clean Keeper)
* - perl_checker now checks usage of $_Pascal Rigaux2002-12-051-1/+6
| | | | | | - ignore unknown functions coming from XS bootstrap when we can't use the .c to know the list of functions provided by the XS extension
* handle "use lib qw(...)"Pascal Rigaux2002-12-041-1/+6
|
* more restricted detection of non-use of if_()-like exprsPascal Rigaux2002-12-041-1/+0
|
* - warn use of "cond ? list : ()" (use if_(cond, list) instead)Pascal Rigaux2002-12-041-1/+5
| | | | | - adapt MDK::Common::* to this (using @{[]} instead of () to avoid the warning)
* add output_with_perm(), cat_or_die()Pascal Rigaux2002-12-021-1/+5
|
* ensure ocamltags (and so emacs) is not needed, and add a BuildRequires on ocamlPascal Rigaux2002-11-281-0/+1
|
* new perl_checker now has every feature of the old versionPascal Rigaux2002-11-281-1/+5
| | | | | (except checking $_ in small subs, a more global solution should come)
* 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
* new perl_checker written in OCaml (not as featured as previous perl_checker yetPascal Rigaux2002-11-131-1/+4
|
* - 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
* ensure a missing "=cut" doesn't make perl_checker go crazy (eg: when titi ↵Pascal Rigaux2002-10-171-0/+1
| | | | adds some doc)
* add a check for function call PKG::f instead of PKG::f()Pascal Rigaux2002-10-171-1/+4
|
* MDK::Common::System::update_gnomekderc: fix adding lines to the last section ↵Pascal Rigaux2002-09-061-1/+4
| | | | when it doesn't end with a cr
* MDK::Common::System::update_gnomekderc: fix adding section when the file ↵Pascal Rigaux2002-09-061-1/+4
| | | | doesn't end with a cr
* no function "xxx undefined" when using "#-#"Pascal Rigaux2002-08-281-1/+4
|
* fix typo in mkdir_p error messagePascal Rigaux2002-08-271-0/+1
|
* give a meaning to the return value of cdiePascal Rigaux2002-08-271-1/+4
|
* add Url (thanks to Yura Gusev)Pascal Rigaux2002-08-211-0/+1
|
* - add setExportedVarsInSh and setExportedVarsInCshPascal Rigaux2002-08-121-1/+5
| | | | | - remove setVarsInCsh (obsoleted by setExportedVarsInCsh)
* - File.pm: add "append_to_file"Pascal Rigaux2002-08-011-1/+5
| | | | | - perl_checker: a few more stricter rules
* - perl_checker: cleaner, more usable (via .perl_checker for -exclude's)Pascal Rigaux2002-07-311-1/+6
| | | | | | - perl_checker: more stricter syntax rules - adapt *.pm's to those rules
* - perl_checker: add *much* stricter syntax rulesPascal Rigaux2002-07-311-1/+5
| | | | | - adapt *.pm's to those rules
* MDK::Common::DataStructure: add sort_numbersPascal Rigaux2002-07-281-1/+4
|