Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Pascal Rigaux | 2004-01-05 | 1 | -1/+0 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -1/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-04 | 1 | -19/+19 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ↵ | Pascal Rigaux | 2002-11-11 | 1 | -5/+3 |
| | | | | | | | | instead (only pb are functions called in {...} that could use $var, none found except in commands.pm) - various small syntax enhancements to please perl_checker | ||||
* | Help "perl -cw" not reporting any warning | Pascal Rigaux | 2002-07-25 | 1 | -8/+5 |
| | | | | | | - for mac free partition, use $freepart instead of $freepart_device, $freepart_size ... - replace $timezone::ntp_servers by a function | ||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -0/+398 |