summaryrefslogtreecommitdiffstats
path: root/perl-install/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-191-1/+0
|
* fix BUG 2530, no more spurious window when insmoding failDamien Chaumette2003-05-201-1/+2
|
* new perl_checker compliancePascal Rigaux2003-04-171-4/+4
|
* join detect_devices::stringlist() to have it in a text box (eurk!)Pascal Rigaux2003-02-251-1/+1
| | | | | (for bug #1802), the result is quite ugly, but at least the full line can be read
* - set_help is deprecatedPascal Rigaux2003-02-131-1/+4
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* use run_program::get_stdoutPascal Rigaux2003-02-031-3/+1
|
* pixelize(tm)Thierry Vignaud2003-02-031-3/+1
|
* (load_category__prompt_for_more): cleanup, propose "See hardware info" in ↵Pascal Rigaux2003-01-231-3/+2
| | | | any case
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
|
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-291-0/+117
| | | | | (and a few other functions which are only used by load_category())
* bug fixThierry Vignaud2002-12-051-1/+1
|
* rename modparm as modules::parametersThierry Vignaud2002-11-182-2/+63
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-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!
* split harddrake part that configure a module into modules::interactiveThierry Vignaud2002-09-241-0/+25