summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug making localedrake (and maybe others) crashing when trying toPablo Saratxaga2005-09-271-0/+3
| | | | | create a gnome/kde rc file under a non-existing directory
* handle method calls in generate-package-dependencies-graphPascal Rigaux2005-06-092-9/+10
|
* optional graph of dependencies (doesn't handle methods yet)Pascal Rigaux2005-06-083-4/+33
|
* fix --check-unused-global-varsPascal Rigaux2005-06-081-1/+1
|
* fix openFileMaybeCompressed() catMaybeCompressed() when file names contain ↵Pascal Rigaux2005-05-302-1/+4
| | | | spaces (bugzilla #16172)
* simplifyPascal Rigaux2005-05-301-1/+1
|
* - Let function 'openFileMaybeCompressed' and 'catMaybeCompressed' supportTill Kamppeter2005-05-291-1/+1
| | | | | file names with spaces (bug #16172).
* - use "our" instead of "use vars"Pascal Rigaux2005-05-272-5/+13
| | | | | - add addVarsInSh() and addVarsInShMode()
* fix addVarsInSh() with no fieldsPascal Rigaux2005-05-271-1/+1
|
* add addVarsInSh() and addVarsInShMode()Pascal Rigaux2005-05-271-1/+29
|
* use "our" instead of "use vars"Pascal Rigaux2005-05-277-34/+34
|
* fix building doc without buildrequiring perl-MDK-Common (thanks to Gary L. ↵Pascal Rigaux2005-02-153-2/+5
| | | | Greene)
* update_gnomekderc: modify the default group (entries at the top of theOlivier Blin2005-02-141-3/+4
| | | | | file not preceded by a group name) if category is undef
* use POSIX instead of Fcntl (perl-base compliance)Pascal Rigaux2005-01-031-2/+8
|
* 1.1.21-1mdkThierry Vignaud2004-12-231-1/+6
|
* 1.1.21Thierry Vignaud2004-12-231-1/+1
|
* (setVarsInShMode) consider all files in /home as insecured and useThierry Vignaud2004-12-231-2/+7
| | | | | secured_output() on them
* (secured_output) introduce itThierry Vignaud2004-12-231-0/+7
|
* - ugly hack to workaround uniop calls priority pb, but at least have a ↵Pascal Rigaux2004-12-135-18/+25
| | | | | | | P_uniop instead of using P_mul - add delete as a uniop
* allow some more things using ONE_SCALAR_PARA (esp. for "delete")Pascal Rigaux2004-12-051-0/+4
|
* fix precedence issuePascal Rigaux2004-12-051-1/+1
|
* solve some ugly precendence pbs :)Pascal Rigaux2004-12-051-7/+8
|
* simplify again using the rule "simple_subscript"Pascal Rigaux2004-12-051-6/+2
|
* create to_Deref_with_arrow()Pascal Rigaux2004-12-052-6/+11
|
* factorizePascal Rigaux2004-12-051-6/+8
|
* *** empty log message ***Pascal Rigaux2004-11-261-1/+4
|
* remove unused functionPascal Rigaux2004-11-262-12/+0
|
* check sub { { ... }; }Pascal Rigaux2004-11-263-13/+21
|
* warn about blocks ending with a ";"Pascal Rigaux2004-11-262-3/+6
|
* really help detecting hashrefsPascal Rigaux2004-11-261-2/+2
|
* don't "double quotes are unneeded" for "@m3[1..$#m3]"Pascal Rigaux2004-11-261-1/+2
|
* force { zzz => ... } to be a hash refPascal Rigaux2004-11-261-0/+9
|
* recognize a form of "find { ... } ..."Pascal Rigaux2004-11-172-0/+14
|
* create string_of_fromparser(), needs tuningPascal Rigaux2004-11-175-49/+101
|
* warn unneeded ";" after some blocksPascal Rigaux2004-11-173-2/+7
|
* add ";" to please perl_checkerPascal Rigaux2004-11-173-8/+8
|
* *** empty log message ***Pascal Rigaux2004-11-171-0/+5
|
* - new function lines_to_Block() which takes care of calling check_block_sub()Pascal Rigaux2004-11-173-34/+43
| | | | | - anonymous_sub now uses lines_to_Block()
* \z and \Z are zero-width assertions in regexpsPascal Rigaux2004-11-171-1/+1
|
* turn an error into a warning (don't use for without "my"ing the iteration ↵Pascal Rigaux2004-11-161-2/+2
| | | | variable)
* MDK::Common::File : add all_files_rec()Pascal Rigaux2004-11-163-3/+16
|
* 1.1.9-2mdk : rebuild for new perlRafael Garcia-Suarez2004-11-151-1/+4
|
* *** empty log message ***Pascal Rigaux2004-11-102-1/+6
|
* allow disabling warnings on command-line (and have various warnings level)Pascal Rigaux2004-11-1015-224/+319
|
* fix cp_with_option which called cp_af() recursively, loosing the specific ↵Pascal Rigaux2004-11-081-1/+1
| | | | options
* *DATA is a global variablePascal Rigaux2004-10-261-1/+1
|
* handle __DATA__ thanks to RafaelPascal Rigaux2004-10-201-0/+1
|
* - export distrib()Daouda Lo2004-10-191-1/+1
|
* Add distrib function to get company, system (e.g. Mandrakelinux) and product ↵Florent Villard2004-10-181-0/+11
| | | | (e.g. 10.1)
* suggest mkdir() instead of system("mkdir ...")Pascal Rigaux2004-10-143-8/+30
|