Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - bug command: fix choosing the usb-key/floppy drive | Pascal Rigaux | 2007-08-27 | 1 | -4/+10 |
| | | | | | (ie adapting interactive::stdio to new interactive callbacks) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -9/+10 |
| | |||||
* | cleanup (translate late, and move methods to upper class) | Pascal Rigaux | 2005-08-30 | 1 | -8/+0 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | $def_n is unused | Pascal Rigaux | 2004-01-22 | 1 | -2/+1 |
| | |||||
* | let interactive uses stock items on x11 and old drak translated items in | Thierry Vignaud | 2003-07-14 | 1 | -0/+8 |
| | | | | | other backends | ||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -3/+3 |
| | |||||
* | s/$x ne (0|'')/$x/ | Thierry Vignaud | 2002-11-20 | 1 | -2/+2 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -2/+2 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | various small syntax enhancements to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | use each_index instead of map_index when the return value is not used | Pascal Rigaux | 2002-11-05 | 1 | -4/+4 |
| | |||||
* | - handle setting 'ok' && 'cancel' | Pascal Rigaux | 2002-08-13 | 1 | -0/+2 |
| | | | | | - handle isWizard in newt (basic handling) | ||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 |
| | |||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -0/+171 |