summaryrefslogtreecommitdiffstats
path: root/MDK/Common/File.pm
Commit message (Expand)AuthorAgeFilesLines
* Use 3-arg open to avoid potential security risk with magical opensRafael Garcia-Suarez2005-11-151-2/+2
* inline unneeded cat_a_file() in cat_(), simplify using map (perl_checker coul...Olivier Blin2005-11-151-2/+1
* - extend cat_ to handle multiple filesDaouda Lo2005-11-151-4/+6
* simplifyPascal Rigaux2005-05-301-1/+1
* - Let function 'openFileMaybeCompressed' and 'catMaybeCompressed' supportTill Kamppeter2005-05-291-1/+1
* use "our" instead of "use vars"Pascal Rigaux2005-05-271-4/+4
* use POSIX instead of Fcntl (perl-base compliance)Pascal Rigaux2005-01-031-2/+8
* (secured_output) introduce itThierry Vignaud2004-12-231-0/+7
* MDK::Common::File : add all_files_rec()Pascal Rigaux2004-11-161-1/+11
* fix cp_with_option which called cp_af() recursively, loosing the specific opt...Pascal Rigaux2004-11-081-1/+1
* fix cp_af() for symlinks to directoriesPascal Rigaux2004-06-251-4/+4
* fix typoPascal Rigaux2004-06-251-1/+1
* cp_f and cp_af die if they can't write destination filePascal Rigaux2004-06-251-1/+1
* - deprecate "open F, ..." prefering "open(my $F, ...)"Pascal Rigaux2004-04-281-12/+11
* cp_af() now handles devices (block and character)Pascal Rigaux2004-03-311-1/+1
* cp_af() now handles devices (mknod)Pascal Rigaux2004-03-111-2/+6
* perl_checker fixPascal Rigaux2004-01-051-1/+1
* MDK::Common::File::cp_f() addedPascal Rigaux2003-11-281-3/+13
* substInFile: if file is a symlink, make sure it stays a symlinkGuillaume Cottenceau2003-11-171-0/+9
* export cat_or_die()MDK-92Pascal Rigaux2003-09-191-1/+1
* - perl_checker: add some more Gtk2 functionsPascal Rigaux2002-12-281-0/+3
* fix (old!) typo ($root is undefined, replaced with $dir)Pascal Rigaux2002-12-041-1/+1
* add output_with_perm(), cat_or_die()Pascal Rigaux2002-12-021-3/+13
* make it perl_checker compliantPascal Rigaux2002-11-151-3/+3
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
* make perl_checker happyPascal Rigaux2002-11-061-6/+5
* fix typo in mkdir_p error messagePascal Rigaux2002-08-271-1/+1
* - File.pm: add "append_to_file"Pascal Rigaux2002-08-011-1/+6
* - perl_checker: cleaner, more usable (via .perl_checker for -exclude's)Pascal Rigaux2002-07-311-1/+2
* - perl_checker: add *much* stricter syntax rulesPascal Rigaux2002-07-311-1/+1
* (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
* (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
* do not export concat_symlink anymore, it's internal onlyPascal Rigaux2001-08-171-6/+1
* much doc addedPascal Rigaux2001-08-031-14/+99
* initial commitPascal Rigaux2001-07-241-0/+100