| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 3-arg open to avoid potential security risk with magical opens | Rafael Garcia-Suarez | 2005-11-15 | 1 | -2/+2 |
* | inline unneeded cat_a_file() in cat_(), simplify using map (perl_checker coul... | Olivier Blin | 2005-11-15 | 1 | -2/+1 |
* | - extend cat_ to handle multiple files | Daouda Lo | 2005-11-15 | 1 | -4/+6 |
* | simplify | Pascal Rigaux | 2005-05-30 | 1 | -1/+1 |
* | - Let function 'openFileMaybeCompressed' and 'catMaybeCompressed' support | Till Kamppeter | 2005-05-29 | 1 | -1/+1 |
* | use "our" instead of "use vars" | Pascal Rigaux | 2005-05-27 | 1 | -4/+4 |
* | use POSIX instead of Fcntl (perl-base compliance) | Pascal Rigaux | 2005-01-03 | 1 | -2/+8 |
* | (secured_output) introduce it | Thierry Vignaud | 2004-12-23 | 1 | -0/+7 |
* | MDK::Common::File : add all_files_rec() | Pascal Rigaux | 2004-11-16 | 1 | -1/+11 |
* | fix cp_with_option which called cp_af() recursively, loosing the specific opt... | Pascal Rigaux | 2004-11-08 | 1 | -1/+1 |
* | 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 |
* | - deprecate "open F, ..." prefering "open(my $F, ...)" | Pascal Rigaux | 2004-04-28 | 1 | -12/+11 |
* | 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 |
* | perl_checker fix | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
* | 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 |
* | export cat_or_die()MDK-92 | Pascal Rigaux | 2003-09-19 | 1 | -1/+1 |
* | - perl_checker: add some more Gtk2 functions | Pascal Rigaux | 2002-12-28 | 1 | -0/+3 |
* | fix (old!) typo ($root is undefined, replaced with $dir) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
* | add output_with_perm(), cat_or_die() | Pascal Rigaux | 2002-12-02 | 1 | -3/+13 |
* | make it perl_checker compliant | Pascal Rigaux | 2002-11-15 | 1 | -3/+3 |
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -6/+5 |
* | fix typo in mkdir_p error message | Pascal Rigaux | 2002-08-27 | 1 | -1/+1 |
* | - File.pm: add "append_to_file" | Pascal Rigaux | 2002-08-01 | 1 | -1/+6 |
* | - perl_checker: cleaner, more usable (via .perl_checker for -exclude's) | Pascal Rigaux | 2002-07-31 | 1 | -1/+2 |
* | - perl_checker: add *much* stricter syntax rules | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
* | (cp_af): fix typo | Pascal Rigaux | 2001-09-17 | 1 | -1/+1 |
* | add output_p, cp_af, rm_rf | Pascal Rigaux | 2001-09-16 | 1 | -1/+55 |
* | add File::mkdir_p | Pascal Rigaux | 2001-09-16 | 1 | -1/+17 |
* | (substInFile): automatic adding of "\n" for the last line if it's not "\n" te... | Pascal Rigaux | 2001-09-08 | 1 | -1/+5 |
* | (substInFile): same special case for empty files and for non-existent files | Pascal Rigaux | 2001-09-06 | 1 | -1/+1 |
* | do not export concat_symlink anymore, it's internal only | Pascal Rigaux | 2001-08-17 | 1 | -6/+1 |
* | much doc added | Pascal Rigaux | 2001-08-03 | 1 | -14/+99 |
* | initial commit | Pascal Rigaux | 2001-07-24 | 1 | -0/+100 |