summaryrefslogtreecommitdiffstats
path: root/perl-MDK-Common.spec
Commit message (Collapse)AuthorAgeFilesLines
* MDK::Common::File::cp_f() addedPascal Rigaux2003-11-281-0/+2
|
* 1.1.8-3mdkThierry Vignaud2003-11-181-1/+2
|
* substInFile: if file is a symlink, make sure it stays a symlinkGuillaume Cottenceau2003-11-171-1/+4
|
* 1.1.8-2mdkThierry Vignaud2003-11-101-1/+4
|
* for damsGuillaume Cottenceau2003-10-151-2/+2
|
* add uniq_ (uniq but according to some code results on each value)Guillaume Cottenceau2003-10-151-1/+4
|
* export cat_or_die()MDK-92Pascal Rigaux2003-09-191-0/+1
|
* - read_gnomekderc() & update_gnomekderc() will now handle key=value where keyPascal Rigaux2003-09-191-1/+5
| | | | | can contain spaces
* MDK::Common::System::list_users() should list user 500 if it existsPascal Rigaux2003-09-011-1/+4
|
* 1.1.6-2mdkThierry Vignaud2003-08-281-1/+4
|
* - perl_checker:Pascal Rigaux2003-08-111-1/+12
| | | | | | | | | | | | - allow $_o_XXX parameter name which is both unused and optional (same for $_b_XXX) - shift is a ONE_SCALAR_PARA so that $box->pack_start(shift @l, 0, 0, 4) is parsed correctly - in arrange_global_vars_declared(), don't keep anything in global_vars_declared, better create shadow packages to contain them - much better merging of multiple files defining functions in the same package. This fixes the bad behaviour when using the cache (esp. do_pkgs, but it was even worse with things in ugtk2.pm) - adapt to perl-Gtk2 xs (which replace the perl-GTK2 inline version)
* rebuild for new perl (it helps DrakX build script)Pascal Rigaux2003-08-011-1/+4
|
* - add read_gnomekderc() (and make update_gnomekderc() a little more robust ↵Pascal Rigaux2003-07-301-1/+4
| | | | when the category is plain weird)
* fixPascal Rigaux2003-06-161-2/+4
|
* no native perl_checker for x86_64, only bytecodePascal Rigaux2003-06-161-3/+11
|
* better BuildRequiresPascal Rigaux2003-06-021-1/+3
|
* new releasePascal Rigaux2003-05-271-0/+18
|
* fix pot generation (have \" instead of \\\")Pascal Rigaux2003-05-161-1/+4
|
* - 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
|