summaryrefslogtreecommitdiffstats
path: root/MDK/Common.pm.pl
Commit message (Collapse)AuthorAgeFilesLines
* - read_gnomekderc() & update_gnomekderc() will now handle key=value where keyPascal Rigaux2003-09-191-1/+1
| | | | | can contain spaces
* - perl_checker:Pascal Rigaux2003-08-111-1/+1
| | | | | | | | | | | | - 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)
* - add read_gnomekderc() (and make update_gnomekderc() a little more robust ↵Pascal Rigaux2003-07-301-1/+1
| | | | when the category is plain weird)
* new releasePascal Rigaux2003-05-271-1/+1
|
* fix pot generation (have \" instead of \\\")Pascal Rigaux2003-05-161-1/+1
|
* - perl_checker: more context checksPascal Rigaux2003-04-291-1/+1
| | | | | | - 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/+1
|
* MDK::Common::Func: map_index, each_index and grep_index do not pass $::i asPascal Rigaux2003-04-161-1/+1
| | | | | | 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/+1
|
* make it perl_checker compliantPascal Rigaux2002-11-151-1/+1
|
* - File.pm: add "append_to_file"Pascal Rigaux2002-08-011-1/+2
| | | | | - perl_checker: a few more stricter rules
* MDK/Common/Func.pm: add "partition"Pascal Rigaux2002-07-031-1/+1
|
* - each_index addedPascal Rigaux2001-08-091-1/+1
| | | | | - a few more checks in perl_checker
* new versionPascal Rigaux2001-08-041-1/+1
|
* generate the doc in Common.pm from Common/*.pmPascal Rigaux2001-08-031-0/+76