Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -79/+0 |
| | |||||
* | setVarsInSh: fix writing "|" in sh config files | Pascal Rigaux | 2006-09-04 | 1 | -1/+1 |
| | |||||
* | better fix for syscall.ph used somewhere else | Pascal Rigaux | 2006-01-03 | 1 | -1/+1 |
| | |||||
* | bump version number | Thierry Vignaud | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | perl-MDK-Common-devel replaced by package perl_checker | Pascal Rigaux | 2005-11-25 | 1 | -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 Rigaux | 2005-11-25 | 1 | -2/+1 |
| | |||||
* | update copyright | Pascal Rigaux | 2005-11-25 | 1 | -1/+1 |
| | |||||
* | fix openFileMaybeCompressed() catMaybeCompressed() when file names contain ↵ | Pascal Rigaux | 2005-05-30 | 1 | -1/+1 |
| | | | | spaces (bugzilla #16172) | ||||
* | - use "our" instead of "use vars" | Pascal Rigaux | 2005-05-27 | 1 | -4/+4 |
| | | | | | - add addVarsInSh() and addVarsInShMode() | ||||
* | fix building doc without buildrequiring perl-MDK-Common (thanks to Gary L. ↵ | Pascal Rigaux | 2005-02-15 | 1 | -1/+1 |
| | | | | Greene) | ||||
* | 1.1.21 | Thierry Vignaud | 2004-12-23 | 1 | -1/+1 |
| | |||||
* | MDK::Common::File : add all_files_rec() | Pascal Rigaux | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-11-10 | 1 | -1/+1 |
| | |||||
* | more flexible typeFromMagic | Pascal Rigaux | 2004-09-06 | 1 | -1/+1 |
| | |||||
* | setVarsInSh() now tries to use quoting only when really needed, | Pascal Rigaux | 2004-08-04 | 1 | -1/+1 |
| | | | | | 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 | 1 | -1/+1 |
| | |||||
* | - workaround bug in ocaml on ultrasparc | Pascal Rigaux | 2004-08-02 | 1 | -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 Rigaux | 2004-07-05 | 1 | -1/+1 |
| | | | | | (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 |
| | |||||
* | warn when there is a spaces only line | Pascal Rigaux | 2004-01-13 | 1 | -1/+4 |
| | |||||
* | add whereis_binary() | Pascal Rigaux | 2004-01-07 | 1 | -1/+1 |
| | |||||
* | new snapshot (many perl_checker enhancements) | 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 |
| | |||||
* | for dams | Guillaume Cottenceau | 2003-10-15 | 1 | -1/+1 |
| | |||||
* | - read_gnomekderc() & update_gnomekderc() will now handle key=value where key | Pascal Rigaux | 2003-09-19 | 1 | -1/+1 |
| | | | | | can contain spaces | ||||
* | - 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 read_gnomekderc() (and make update_gnomekderc() a little more robust ↵ | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | | | | 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: enhanced "number of arguments" checking, including method calls | Pascal Rigaux | 2003-04-25 | 1 | -1/+1 |
| | |||||
* | MDK::Common::Func: map_index, each_index and grep_index do not pass $::i as | Pascal Rigaux | 2003-04-16 | 1 | -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 enhancements | Pascal Rigaux | 2003-04-11 | 1 | -1/+1 |
| | |||||
* | make it perl_checker compliant | Pascal Rigaux | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | - File.pm: add "append_to_file" | Pascal Rigaux | 2002-08-01 | 1 | -1/+2 |
| | | | | | - perl_checker: a few more stricter rules | ||||
* | MDK/Common/Func.pm: add "partition" | Pascal Rigaux | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | - each_index added | Pascal Rigaux | 2001-08-09 | 1 | -1/+1 |
| | | | | | - a few more checks in perl_checker | ||||
* | new version | Pascal Rigaux | 2001-08-04 | 1 | -1/+1 |
| | |||||
* | generate the doc in Common.pm from Common/*.pm | Pascal Rigaux | 2001-08-03 | 1 | -0/+76 |