summaryrefslogtreecommitdiffstats
path: root/MDK/Common.pm.pl
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-79/+0
|
* setVarsInSh: fix writing "|" in sh config filesPascal Rigaux2006-09-041-1/+1
|
* better fix for syscall.ph used somewhere elsePascal Rigaux2006-01-031-1/+1
|
* bump version numberThierry Vignaud2005-12-221-1/+1
|
* perl-MDK-Common-devel replaced by package perl_checkerPascal Rigaux2005-11-251-1/+1
| | | | | => perl-MDK-Common is a simple perl package, no more requiring ocaml
* get rid of MDK::Common::Globals (not used anymore by drakconnect)Pascal Rigaux2005-11-251-2/+1
|
* update copyrightPascal Rigaux2005-11-251-1/+1
|
* fix openFileMaybeCompressed() catMaybeCompressed() when file names contain ↵Pascal Rigaux2005-05-301-1/+1
| | | | spaces (bugzilla #16172)
* - use "our" instead of "use vars"Pascal Rigaux2005-05-271-4/+4
| | | | | - add addVarsInSh() and addVarsInShMode()
* fix building doc without buildrequiring perl-MDK-Common (thanks to Gary L. ↵Pascal Rigaux2005-02-151-1/+1
| | | | Greene)
* 1.1.21Thierry Vignaud2004-12-231-1/+1
|
* MDK::Common::File : add all_files_rec()Pascal Rigaux2004-11-161-1/+1
|
* *** empty log message ***Pascal Rigaux2004-11-101-1/+1
|
* more flexible typeFromMagicPascal Rigaux2004-09-061-1/+1
|
* setVarsInSh() now tries to use quoting only when really needed,Pascal Rigaux2004-08-041-1/+1
| | | | | otherwise it breaks program parsing the generated file (eg: /usr/sbin/autologin)
* MDK::Common::System: whereis_binary() can now handle prefixPascal Rigaux2004-08-021-1/+1
|
* - workaround bug in ocaml on ultrasparcPascal Rigaux2004-08-021-1/+1
| | | | | | (can't catch exception "Fatal error: out-of-bound access in array or string" in native code) - add begins_with in MDK::Common::String
* - more perlish behaviour for to_int() and to_float()Pascal Rigaux2004-07-051-1/+1
| | | | | (skipping leading spaces)
* - fix single/quote handling in getVarsFromSh()Pascal Rigaux2004-06-281-1/+1
| | | | | | - setVarsInSh() now handles characters $, ', \" and spaces in the value - fix cp_af() for symlinks to directories
* many perl_checker enhancements and cleanupPascal Rigaux2004-06-281-1/+1
|
* warn when there is a spaces only linePascal Rigaux2004-01-131-1/+4
|
* add whereis_binary()Pascal Rigaux2004-01-071-1/+1
|
* new snapshot (many perl_checker enhancements)Pascal Rigaux2004-01-051-1/+1
|
* titi sucks? yes! reverting...Pascal Rigaux2003-12-161-3/+0
|
* prevent MDK::Common from breaking all gi codeThierry Vignaud2003-12-151-0/+3
|
* for damsGuillaume Cottenceau2003-10-151-1/+1
|
* - 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