Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - rebuild for perl auto-provides | Pascal Rigaux | 2003-05-12 | 1 | -1/+17 |
| | | | | | (except for perl-MDK-Common-devel which need special handling for the faked packages) | ||||
* | - perl_checker: more context checks | Pascal Rigaux | 2003-04-29 | 1 | -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 calls | Pascal Rigaux | 2003-04-25 | 1 | -1/+4 |
| | |||||
* | help updates | Thierry Vignaud | 2003-04-22 | 1 | -0/+1 |
| | |||||
* | first alpha pre version of beta of the first draft of a tutorial | Guillaume Cottenceau | 2003-04-18 | 1 | -2/+5 |
| | |||||
* | basic "number of arguments" checking | Pascal Rigaux | 2003-04-17 | 1 | -5/+3 |
| | |||||
* | bug fix release | Thierry Vignaud | 2003-04-17 | 1 | -1/+4 |
| | |||||
* | MDK::Common::Func: map_index, each_index and grep_index do not pass $::i as | Pascal Rigaux | 2003-04-16 | 1 | -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 enhancements | Pascal Rigaux | 2003-04-11 | 1 | -1/+18 |
| | |||||
* | - have the POT-Creation-Date set to the current date (when --generate-pot) | Pascal Rigaux | 2003-02-24 | 1 | -1/+5 |
| | | | | | - various fixes | ||||
* | *** empty log message *** | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+4 |
| | |||||
* | don't suggest to replace "@foo ? @foo : @bar" with "@foo || @bar", this is ↵ | Pascal Rigaux | 2003-02-14 | 1 | -1/+4 |
| | | | | wrong! | ||||
* | - add some more Gtk2 methods | Pascal Rigaux | 2003-02-13 | 1 | -1/+5 |
| | | | | | - check use of variables with name _XXX (reserved for unused variables) | ||||
* | - handle ${foo} (including "${foo}bar") | Pascal Rigaux | 2003-02-12 | 1 | -1/+5 |
| | | | | | - warn when "ref" priority is badly handled by perl_checker | ||||
* | - add various Gtk2 methods | Pascal Rigaux | 2003-02-06 | 1 | -1/+6 |
| | | | | | | - handle "...\x{hex}..." - suggest replacing $l[$#l] with $l[-1] | ||||
* | 1.0.4-17mdk | Thierry Vignaud | 2003-01-29 | 1 | -1/+4 |
| | |||||
* | perl_checker: add some Gtk2 methods | Pascal Rigaux | 2003-01-21 | 1 | -1/+4 |
| | |||||
* | - perl_checker: | Pascal Rigaux | 2003-01-16 | 1 | -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 Rigaux | 2003-01-15 | 1 | -1/+5 |
| | | | | please msgmerge | ||||
* | MDK::Common::Func: add "find", "any" and "every" | Pascal Rigaux | 2003-01-06 | 1 | -1/+4 |
| | |||||
* | - perl_checker: add some more Gtk2 functions | Pascal Rigaux | 2002-12-28 | 1 | -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 including | Pascal Rigaux | 2002-12-19 | 1 | -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=4 | Pascal Rigaux | 2002-12-11 | 1 | -1/+5 |
| | | | | | fix a bug in getting exported functions (fixes "unknown function gtkshow") | ||||
* | check the c-format conformity of translated strings | Pascal Rigaux | 2002-12-10 | 1 | -1/+4 |
| | |||||
* | perl_checker: new --generate-pot feature | Pascal Rigaux | 2002-12-10 | 1 | -1/+4 |
| | |||||
* | - perl_checker: print on stdout, not stderr | Pascal Rigaux | 2002-12-06 | 1 | -1/+5 |
| | | | | | - perl_checker: add option --restrict-to-files (mainly for perl_checko the Clean Keeper) | ||||
* | - perl_checker now checks usage of $_ | Pascal Rigaux | 2002-12-05 | 1 | -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 Rigaux | 2002-12-04 | 1 | -1/+6 |
| | |||||
* | more restricted detection of non-use of if_()-like exprs | Pascal Rigaux | 2002-12-04 | 1 | -1/+0 |
| | |||||
* | - warn use of "cond ? list : ()" (use if_(cond, list) instead) | Pascal Rigaux | 2002-12-04 | 1 | -1/+5 |
| | | | | | - adapt MDK::Common::* to this (using @{[]} instead of () to avoid the warning) | ||||
* | add output_with_perm(), cat_or_die() | Pascal Rigaux | 2002-12-02 | 1 | -1/+5 |
| | |||||
* | ensure ocamltags (and so emacs) is not needed, and add a BuildRequires on ocaml | Pascal Rigaux | 2002-11-28 | 1 | -0/+1 |
| | |||||
* | new perl_checker now has every feature of the old version | Pascal Rigaux | 2002-11-28 | 1 | -1/+5 |
| | | | | | (except checking $_ in small subs, a more global solution should come) | ||||
* | remove noarch (since perl_checker is now a binary) | Pascal Rigaux | 2002-11-15 | 1 | -1/+0 |
| | |||||
* | - new perl_checker written in OCaml (not as featured as previous ↵ | Pascal Rigaux | 2002-11-15 | 1 | -1/+2 |
| | | | | | | | perl_checker yet) - MDK::* made perl_checker compliant | ||||
* | new perl_checker written in OCaml (not as featured as previous perl_checker yet | Pascal Rigaux | 2002-11-13 | 1 | -1/+4 |
| | |||||
* | - perl_checker: many more warnings | Pascal Rigaux | 2002-11-06 | 1 | -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 Rigaux | 2002-10-17 | 1 | -0/+1 |
| | | | | adds some doc) | ||||
* | add a check for function call PKG::f instead of PKG::f() | Pascal Rigaux | 2002-10-17 | 1 | -1/+4 |
| | |||||
* | MDK::Common::System::update_gnomekderc: fix adding lines to the last section ↵ | Pascal Rigaux | 2002-09-06 | 1 | -1/+4 |
| | | | | when it doesn't end with a cr | ||||
* | MDK::Common::System::update_gnomekderc: fix adding section when the file ↵ | Pascal Rigaux | 2002-09-06 | 1 | -1/+4 |
| | | | | doesn't end with a cr | ||||
* | no function "xxx undefined" when using "#-#" | Pascal Rigaux | 2002-08-28 | 1 | -1/+4 |
| | |||||
* | fix typo in mkdir_p error message | Pascal Rigaux | 2002-08-27 | 1 | -0/+1 |
| | |||||
* | give a meaning to the return value of cdie | Pascal Rigaux | 2002-08-27 | 1 | -1/+4 |
| | |||||
* | add Url (thanks to Yura Gusev) | Pascal Rigaux | 2002-08-21 | 1 | -0/+1 |
| | |||||
* | - add setExportedVarsInSh and setExportedVarsInCsh | Pascal Rigaux | 2002-08-12 | 1 | -1/+5 |
| | | | | | - remove setVarsInCsh (obsoleted by setExportedVarsInCsh) | ||||
* | - File.pm: add "append_to_file" | Pascal Rigaux | 2002-08-01 | 1 | -1/+5 |
| | | | | | - perl_checker: a few more stricter rules | ||||
* | - perl_checker: cleaner, more usable (via .perl_checker for -exclude's) | Pascal Rigaux | 2002-07-31 | 1 | -1/+6 |
| | | | | | | - perl_checker: more stricter syntax rules - adapt *.pm's to those rules | ||||
* | - perl_checker: add *much* stricter syntax rules | Pascal Rigaux | 2002-07-31 | 1 | -1/+5 |
| | | | | | - adapt *.pm's to those rules | ||||
* | MDK::Common::DataStructure: add sort_numbers | Pascal Rigaux | 2002-07-28 | 1 | -1/+4 |
| |