summaryrefslogtreecommitdiffstats
path: root/MDK
Commit message (Collapse)AuthorAgeFilesLines
* revert bad commit (thanks titi)Pascal Rigaux2006-05-151-1/+1
|
* perl_checker compliancePascal Rigaux2006-05-151-1/+1
|
* (syscall_) perl_checker complianceThierry Vignaud2006-02-221-1/+1
|
* better fix for syscall.ph used somewhere elsePascal Rigaux2006-01-032-6/+7
|
* Hopefully that's the latest fix to be really really sure to load syscall ↵Rafael Garcia-Suarez2005-12-291-0/+3
| | | | constants
* ensure syscall_() work whatever is the first module to use itThierry Vignaud2005-12-221-3/+2
|
* bump version numberThierry Vignaud2005-12-221-1/+1
|
* (syscall_) make it work everytimeThierry Vignaud2005-12-221-1/+1
|
* perl-MDK-Common-devel replaced by package perl_checkerPascal Rigaux2005-11-251-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 Rigaux2005-11-252-63/+1
|
* Mandrakesoft is now MandrivaPascal Rigaux2005-11-251-1/+1
|
* update copyrightPascal Rigaux2005-11-251-1/+1
|
* 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 ↵Olivier Blin2005-11-151-2/+1
| | | | could have detected this push/map like structure)
* - extend cat_ to handle multiple filesDaouda Lo2005-11-151-4/+6
|
* cleanupPascal Rigaux2005-09-271-4/+1
|
* 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
* fix openFileMaybeCompressed() catMaybeCompressed() when file names contain ↵Pascal Rigaux2005-05-301-1/+1
| | | | 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-271-4/+4
| | | | | - 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-151-1/+1
| | | | 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.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
|
* add ";" to please perl_checkerPascal Rigaux2004-11-173-8/+8
|
* MDK::Common::File : add all_files_rec()Pascal Rigaux2004-11-162-2/+12
|
* *** empty log message ***Pascal Rigaux2004-11-101-1/+1
|
* fix cp_with_option which called cp_af() recursively, loosing the specific ↵Pascal Rigaux2004-11-081-1/+1
| | | | options
* - 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)
* more flexible typeFromMagicPascal Rigaux2004-09-062-9/+14
|
* setVarsInSh() now tries to use quoting only when really needed,Pascal Rigaux2004-08-042-9/+7
| | | | | otherwise it breaks program parsing the generated file (eg: /usr/sbin/autologin)
* MDK::Common::System: whereis_binary() can now handle prefixPascal Rigaux2004-08-022-3/+3
|
* - workaround bug in ocaml on ultrasparcPascal Rigaux2004-08-022-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 Rigaux2004-07-052-3/+3
| | | | | (skipping leading spaces)
* - fix single/quote handling in getVarsFromSh()Pascal Rigaux2004-06-281-1/+1
| | | | | | - setVarsInSh() now handles characters $, ', \" and spaces in the value - fix cp_af() for symlinks to directories
* many perl_checker enhancements and cleanupPascal Rigaux2004-06-281-1/+1
|
* - fix single/quote handling in getVarsFromSh()Pascal Rigaux2004-06-281-12/+17
| | | | | - setVarsInSh() now handles characters $, ', " and spaces in the value
* 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
|
* hash in boolean context is bad (dixit Rafael)Pascal Rigaux2004-05-081-1/+1
|
* - deprecate "open F, ..." prefering "open(my $F, ...)"Pascal Rigaux2004-04-282-14/+13
| | | | | - fix an internal_error
* error should not be scalar refs anymorePascal Rigaux2004-04-021-1/+0
|