index
:
perl-MDK-Common
master
Mageia Common Perl Code
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MDK
/
Common
/
System.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
re-sync after the big svn loss
Pascal Rigaux
2007-04-25
1
-478
/
+0
*
setVarsInSh: fix writing "|" in sh config files
Pascal Rigaux
2006-09-04
1
-1
/
+1
*
revert bad commit (thanks titi)
Pascal Rigaux
2006-05-15
1
-1
/
+1
*
perl_checker compliance
Pascal Rigaux
2006-05-15
1
-1
/
+1
*
(syscall_) perl_checker compliance
Thierry Vignaud
2006-02-22
1
-1
/
+1
*
better fix for syscall.ph used somewhere else
Pascal Rigaux
2006-01-03
1
-5
/
+6
*
Hopefully that's the latest fix to be really really sure to load syscall cons...
Rafael Garcia-Suarez
2005-12-29
1
-0
/
+3
*
ensure syscall_() work whatever is the first module to use it
Thierry Vignaud
2005-12-22
1
-3
/
+2
*
(syscall_) make it work everytime
Thierry Vignaud
2005-12-22
1
-1
/
+1
*
Mandrakesoft is now Mandriva
Pascal Rigaux
2005-11-25
1
-1
/
+1
*
cleanup
Pascal Rigaux
2005-09-27
1
-4
/
+1
*
fixed bug making localedrake (and maybe others) crashing when trying to
Pablo Saratxaga
2005-09-27
1
-0
/
+3
*
fix addVarsInSh() with no fields
Pascal Rigaux
2005-05-27
1
-1
/
+1
*
add addVarsInSh() and addVarsInShMode()
Pascal Rigaux
2005-05-27
1
-1
/
+29
*
use "our" instead of "use vars"
Pascal Rigaux
2005-05-27
1
-8
/
+8
*
update_gnomekderc: modify the default group (entries at the top of the
Olivier Blin
2005-02-14
1
-3
/
+4
*
(setVarsInShMode) consider all files in /home as insecured and use
Thierry Vignaud
2004-12-23
1
-2
/
+7
*
add ";" to please perl_checker
Pascal Rigaux
2004-11-17
1
-1
/
+1
*
- export distrib()
Daouda Lo
2004-10-19
1
-1
/
+1
*
Add distrib function to get company, system (e.g. Mandrakelinux) and product ...
Florent Villard
2004-10-18
1
-0
/
+11
*
more flexible typeFromMagic
Pascal Rigaux
2004-09-06
1
-8
/
+13
*
setVarsInSh() now tries to use quoting only when really needed,
Pascal Rigaux
2004-08-04
1
-8
/
+6
*
MDK::Common::System: whereis_binary() can now handle prefix
Pascal Rigaux
2004-08-02
1
-2
/
+2
*
- fix single/quote handling in getVarsFromSh()
Pascal Rigaux
2004-06-28
1
-12
/
+17
*
hash in boolean context is bad (dixit Rafael)
Pascal Rigaux
2004-05-08
1
-1
/
+1
*
- deprecate "open F, ..." prefering "open(my $F, ...)"
Pascal Rigaux
2004-04-28
1
-2
/
+2
*
perl_checker compliance
Pascal Rigaux
2004-01-09
1
-1
/
+1
*
check the name given to whereis_binary() doesn't contain a "/"
Pascal Rigaux
2004-01-07
1
-0
/
+4
*
add whereis_binary()
Pascal Rigaux
2004-01-07
1
-2
/
+12
*
- read_gnomekderc() & update_gnomekderc() will now handle key=value where key
Pascal Rigaux
2003-09-19
1
-2
/
+2
*
MDK::Common::System::list_users() should list user 500 if it exists
Pascal Rigaux
2003-09-01
1
-1
/
+1
*
Add amd64 compat_arch mappings
Gwenolé Beauchesne
2003-08-04
1
-0
/
+2
*
- add read_gnomekderc() (and make update_gnomekderc() a little more robust wh...
Pascal Rigaux
2003-07-30
1
-2
/
+21
*
perl_checker adaptations
Pascal Rigaux
2003-04-24
1
-3
/
+3
*
fix description of module
Guillaume Cottenceau
2003-04-17
1
-1
/
+1
*
(fuzzy_pidofs): handle the empty /proc/XXX/cmdline case (using /proc/XXX/exe ...
Pascal Rigaux
2003-04-01
1
-1
/
+3
*
(list_users) introduce it to get the id list of unprivilegied users,
Thierry Vignaud
2003-01-29
1
-1
/
+10
*
more restricted detection of non-use of if_()-like exprs
Pascal Rigaux
2002-12-04
1
-4
/
+4
*
- warn use of "cond ? list : ()" (use if_(cond, list) instead)
Pascal Rigaux
2002-12-04
1
-4
/
+4
*
MDK::Common::System::update_gnomekderc: fix adding lines to the last section ...
Pascal Rigaux
2002-09-06
1
-0
/
+1
*
MDK::Common::System::update_gnomekderc: fix adding section when the file does...
Pascal Rigaux
2002-09-06
1
-1
/
+2
*
- add setExportedVarsInSh and setExportedVarsInCsh
Pascal Rigaux
2002-08-12
1
-10
/
+18
*
- 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
-2
/
+2
*
MDK::Common::System: add fuzzy_pidofs
Pascal Rigaux
2002-07-23
1
-1
/
+10
*
(update_gnomekderc): rework it, make it work in all possible case
Pascal Rigaux
2002-02-16
1
-19
/
+26
*
- MDK/Common/System.pm: fix call to "output" in "template2file" and "update_g...
Pascal Rigaux
2002-02-16
1
-4
/
+4
*
add arch() and alike stuff
Pascal Rigaux
2001-08-04
1
-1
/
+42
*
much doc added
Pascal Rigaux
2001-08-03
1
-2
/
+129
*
everything should work now
Pascal Rigaux
2001-07-24
1
-2
/
+2
[next]