summaryrefslogtreecommitdiffstats
path: root/MDK
Commit message (Expand)AuthorAgeFilesLines
...
* perl_checker compliancePascal Rigaux2003-04-172-4/+3
* fix rpmdrake, draksound, and every other each_index user crashThierry Vignaud2003-04-171-1/+1
* MDK::Common::Func: map_index, each_index and grep_index do not pass $::i asPascal Rigaux2003-04-162-4/+4
* many perl_checker enhancementsPascal Rigaux2003-04-111-1/+1
* perl_checker is so right...Pascal Rigaux2003-04-111-1/+1
* (fuzzy_pidofs): handle the empty /proc/XXX/cmdline case (using /proc/XXX/exe ...Pascal Rigaux2003-04-011-1/+3
* to handle transparently the new die in DrakX needing to sendGuillaume Cottenceau2003-02-191-0/+1
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-2/+2
* remove "Use of uninitialized value" in formatAlaTeXPascal Rigaux2003-01-311-1/+1
* (list_users) introduce it to get the id list of unprivilegied users,Thierry Vignaud2003-01-291-1/+10
* fix stupid find exampleThierry Vignaud2003-01-071-1/+1
* MDK::Common::Func: add "find", "any" and "every"Pascal Rigaux2003-01-061-2/+41
* - perl_checker: add some more Gtk2 functionsPascal Rigaux2002-12-281-0/+3
* remove unused variablesPascal Rigaux2002-12-042-3/+3
* fix (old!) typo ($root is undefined, replaced with $dir)Pascal Rigaux2002-12-041-1/+1
* fix (old!) typoPascal Rigaux2002-12-041-1/+1
* more restricted detection of non-use of if_()-like exprsPascal Rigaux2002-12-041-4/+4
* - warn use of "cond ? list : ()" (use if_(cond, list) instead)Pascal Rigaux2002-12-041-4/+4
* add output_with_perm(), cat_or_die()Pascal Rigaux2002-12-021-3/+13
* make it perl_checker compliantPascal Rigaux2002-11-156-14/+14
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-135-13/+13
* make perl_checker happyPascal Rigaux2002-11-061-6/+5
* MDK::Common::System::update_gnomekderc: fix adding lines to the last section ...Pascal Rigaux2002-09-062-1/+2
* MDK::Common::System::update_gnomekderc: fix adding section when the file does...Pascal Rigaux2002-09-061-1/+2
* fix typo in mkdir_p error messagePascal Rigaux2002-08-271-1/+1
* give a meaning to the return value of cdiePascal Rigaux2002-08-271-2/+4
* - add setExportedVarsInSh and setExportedVarsInCshPascal Rigaux2002-08-121-10/+18
* - File.pm: add "append_to_file"Pascal Rigaux2002-08-012-2/+8
* - perl_checker: cleaner, more usable (via .perl_checker for -exclude's)Pascal Rigaux2002-07-318-14/+19
* - perl_checker: add *much* stricter syntax rulesPascal Rigaux2002-07-315-8/+8
* MDK::Common::DataStructure: add sort_numbersPascal Rigaux2002-07-281-1/+6
* - add Various::internal_errorPascal Rigaux2002-07-251-1/+10
* MDK::Common::System: add fuzzy_pidofsPascal Rigaux2002-07-231-1/+10
* MDK/Common/DataStructure.pm: add deref_arrayPascal Rigaux2002-07-231-1/+9
* workaround perl 5.8.0-RC2 bugPascal Rigaux2002-07-091-1/+1
* MDK/Common/Func.pm: add "partition"Pascal Rigaux2002-07-032-3/+18
* (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 "update_g...Pascal Rigaux2002-02-161-4/+4
* warp_text returns a join'ed string in scalar contextPascal Rigaux2002-02-141-1/+2
* add MDK::Common::DataStructure::group_by2Pascal Rigaux2002-01-271-3/+17
* add Various::noreturn()Pascal Rigaux2001-12-201-0/+20
* (cp_af): fix typoPascal Rigaux2001-09-171-1/+1
* add output_p, cp_af, rm_rfPascal Rigaux2001-09-161-1/+55
* add File::mkdir_pPascal Rigaux2001-09-161-1/+17
* remove "Uncaught exception from user code:", happens with "use diagnostics"Pascal Rigaux2001-09-101-1/+4
* - DataStructure::uniq : keep the orderPascal Rigaux2001-09-092-3/+3
* (formatError): better handling if error is multi-linedPascal Rigaux2001-09-091-1/+1
* (substInFile): automatic adding of "\n" for the last line if it's not "\n" te...Pascal Rigaux2001-09-081-1/+5
* (substInFile): same special case for empty files and for non-existent filesPascal Rigaux2001-09-061-1/+1
* fix warp_stringPascal Rigaux2001-08-251-3/+5