| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | more flexible typeFromMagic | Pascal Rigaux | 2004-09-06 | 2 | -9/+14 |
| | | |||||
| * | setVarsInSh() now tries to use quoting only when really needed, | Pascal Rigaux | 2004-08-04 | 2 | -9/+7 |
| | | | | | | otherwise it breaks program parsing the generated file (eg: /usr/sbin/autologin) | ||||
| * | MDK::Common::System: whereis_binary() can now handle prefix | Pascal Rigaux | 2004-08-02 | 2 | -3/+3 |
| | | |||||
| * | - workaround bug in ocaml on ultrasparc | Pascal Rigaux | 2004-08-02 | 2 | -3/+13 |
| | | | | | | | (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 Rigaux | 2004-07-05 | 2 | -3/+3 |
| | | | | | | (skipping leading spaces) | ||||
| * | - fix single/quote handling in getVarsFromSh() | Pascal Rigaux | 2004-06-28 | 1 | -1/+1 |
| | | | | | | | - setVarsInSh() now handles characters $, ', \" and spaces in the value - fix cp_af() for symlinks to directories | ||||
| * | many perl_checker enhancements and cleanup | Pascal Rigaux | 2004-06-28 | 1 | -1/+1 |
| | | |||||
| * | - fix single/quote handling in getVarsFromSh() | Pascal Rigaux | 2004-06-28 | 1 | -12/+17 |
| | | | | | | - setVarsInSh() now handles characters $, ', " and spaces in the value | ||||
| * | fix cp_af() for symlinks to directories | Pascal Rigaux | 2004-06-25 | 1 | -4/+4 |
| | | |||||
| * | fix typo | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | | |||||
| * | cp_f and cp_af die if they can't write destination file | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | | |||||
| * | hash in boolean context is bad (dixit Rafael) | Pascal Rigaux | 2004-05-08 | 1 | -1/+1 |
| | | |||||
| * | - deprecate "open F, ..." prefering "open(my $F, ...)" | Pascal Rigaux | 2004-04-28 | 2 | -14/+13 |
| | | | | | | - fix an internal_error | ||||
| * | error should not be scalar refs anymore | Pascal Rigaux | 2004-04-02 | 1 | -1/+0 |
| | | |||||
| * | cp_af() now handles devices (block and character) | Pascal Rigaux | 2004-03-31 | 1 | -1/+1 |
| | | |||||
| * | cp_af() now handles devices (mknod) | Pascal Rigaux | 2004-03-11 | 1 | -2/+6 |
| | | |||||
| * | warn when there is a spaces only line | Pascal Rigaux | 2004-01-13 | 1 | -1/+4 |
| | | |||||
| * | remove spaces from line with spaces only (less warning in pod2html) | Pascal Rigaux | 2004-01-13 | 2 | -2/+2 |
| | | |||||
| * | perl_checker compliance | Pascal Rigaux | 2004-01-09 | 1 | -1/+1 |
| | | |||||
| * | check the name given to whereis_binary() doesn't contain a "/" | Pascal Rigaux | 2004-01-07 | 1 | -0/+4 |
| | | |||||
| * | add whereis_binary() | Pascal Rigaux | 2004-01-07 | 2 | -3/+13 |
| | | |||||
| * | new snapshot (many perl_checker enhancements) | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
| | | |||||
| * | perl_checker fix | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
| | | |||||
| * | titi sucks? yes! reverting... | Pascal Rigaux | 2003-12-16 | 1 | -3/+0 |
| | | |||||
| * | prevent MDK::Common from breaking all gi code | Thierry Vignaud | 2003-12-15 | 1 | -0/+3 |
| | | |||||
| * | MDK::Common::File::cp_f() added | Pascal Rigaux | 2003-11-28 | 1 | -3/+13 |
| | | |||||
| * | substInFile: if file is a symlink, make sure it stays a symlink | Guillaume Cottenceau | 2003-11-17 | 1 | -0/+9 |
| | | |||||
| * | titi doesn't suck | Guillaume Cottenceau | 2003-10-15 | 1 | -0/+1 |
| | | |||||
| * | for dams | Guillaume Cottenceau | 2003-10-15 | 1 | -1/+1 |
| | | |||||
| * | add uniq_ (uniq but according to some code results on each value) | Guillaume Cottenceau | 2003-10-15 | 1 | -1/+15 |
| | | |||||
| * | export cat_or_die()MDK-92 | Pascal Rigaux | 2003-09-19 | 1 | -1/+1 |
| | | |||||
| * | - read_gnomekderc() & update_gnomekderc() will now handle key=value where key | Pascal Rigaux | 2003-09-19 | 2 | -3/+3 |
| | | | | | | can contain spaces | ||||
| * | MDK::Common::System::list_users() should list user 500 if it exists | Pascal Rigaux | 2003-09-01 | 1 | -1/+1 |
| | | |||||
| * | simplify chomp_ as suggested by Guillaume Rousse | Pascal Rigaux | 2003-08-12 | 1 | -1/+1 |
| | | |||||
| * | - perl_checker: | Pascal Rigaux | 2003-08-11 | 1 | -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 amd64 compat_arch mappings | Gwenolé Beauchesne | 2003-08-04 | 1 | -0/+2 |
| | | |||||
| * | - add read_gnomekderc() (and make update_gnomekderc() a little more robust ↵ | Pascal Rigaux | 2003-07-30 | 2 | -3/+22 |
| | | | | | when the category is plain weird) | ||||
| * | new release | Pascal Rigaux | 2003-05-27 | 1 | -1/+1 |
| | | |||||
| * | fix pot generation (have \" instead of \\\") | Pascal Rigaux | 2003-05-16 | 1 | -1/+1 |
| | | |||||
| * | - perl_checker: more context checks | Pascal Rigaux | 2003-04-29 | 1 | -1/+1 |
| | | | | | | | - ensure the values are used (eg: "map { ... } ...", "/xxx/") - ensure the values "... or ...", "... and ..." are not used | ||||
| * | perl_checker compliance | Pascal Rigaux | 2003-04-29 | 1 | -2/+2 |
| | | |||||
| * | perl_checker: enhanced "number of arguments" checking, including method calls | Pascal Rigaux | 2003-04-25 | 1 | -1/+1 |
| | | |||||
| * | perl_checker adaptations | Pascal Rigaux | 2003-04-24 | 2 | -5/+5 |
| | | |||||
| * | fix description of module | Guillaume Cottenceau | 2003-04-17 | 1 | -1/+1 |
| | | |||||
| * | perl_checker compliance | Pascal Rigaux | 2003-04-17 | 2 | -4/+3 |
| | | |||||
| * | fix rpmdrake, draksound, and every other each_index user crash | Thierry Vignaud | 2003-04-17 | 1 | -1/+1 |
| | | |||||
| * | MDK::Common::Func: map_index, each_index and grep_index do not pass $::i as | Pascal Rigaux | 2003-04-16 | 2 | -4/+4 |
| | | | | | | | 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/+1 |
| | | |||||
| * | perl_checker is so right... | Pascal Rigaux | 2003-04-11 | 1 | -1/+1 |
| | | |||||
| * | (fuzzy_pidofs): handle the empty /proc/XXX/cmdline case (using /proc/XXX/exe ↵ | Pascal Rigaux | 2003-04-01 | 1 | -1/+3 |
| | | | | | | | | to have the name of the prog) (it is now useful for xfs (XFree86)) | ||||
