Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | various small syntax enhancements to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 | |
| | ||||||
* | remove unneeded parentheses on the right side of infix if/foreach/unless | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 | |
| | ||||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | |||||
* | (test_for_bad_drives): classify error messages (either read, write or ↵ | Pascal Rigaux | 2002-08-27 | 1 | -5/+6 | |
| | | | | something-else) | |||||
* | add Acronis bootloader magic | Pascal Rigaux | 2002-08-11 | 1 | -0/+1 | |
| | ||||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 | |
| | ||||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -0/+192 | |