summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Expand)AuthorAgeFilesLines
* - harddrake : don't display modem when there're noneThierry Vignaud2002-11-071-6/+3
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-0612-94/+50
* (write_resolv_conf): much cleanup (originally it was meant to introducePascal Rigaux2002-11-061-34/+37
* (cp): use cp_afPascal Rigaux2002-11-061-36/+2
* cleanup get_of_dev (aka ofpath)Pascal Rigaux2002-11-061-15/+6
* when needVideoRam, don't take the raw value VideoRam_probed,Pascal Rigaux2002-11-061-7/+9
* make perl_checker happyPascal Rigaux2002-11-068-7/+9
* fix typoPascal Rigaux2002-11-061-1/+1
* make perl_checker happyPascal Rigaux2002-11-064-10/+11
* replace "for my ..." with "foreach my ..."Pascal Rigaux2002-11-062-33/+33
* replace complex "unless"s with "if"sPascal Rigaux2002-11-0612-29/+27
* remove unneeded parentheses on the right side of infix if/foreach/unlessPascal Rigaux2002-11-064-21/+21
* please perl_checker:Pascal Rigaux2002-11-0610-54/+60
* 1.1.10-mdkThierry Vignaud2002-11-061-1/+4
* fix for modules.pm not exporting category2modules_and_descriptionThierry Vignaud2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-06112-3169/+3175
* (xmouse2xId): ensure weird ids are ignoredPascal Rigaux2002-11-051-1/+1
* - do not handle "format"ing in interactive for combosPascal Rigaux2002-11-052-19/+23
* basic uml_install support (thanks to Brian Murrell)Pascal Rigaux2002-11-051-2/+3
* (format_ext2): better error message when it is called from format_ext3Pascal Rigaux2002-11-051-0/+1
* - isUBD can tell wether it is an ubd partitionPascal Rigaux2002-11-051-1/+2
* introduce a new flag: getting_rid_of_readonly_allowed. It is set when the par...Pascal Rigaux2002-11-052-2/+9
* add /dev/ubd/0, /dev/ubd/1... support (thanks to Brian Murrell)Pascal Rigaux2002-11-051-0/+1
* fix the use of a non-bounded regexp to check services (fix "nfs" being markedPascal Rigaux2002-11-051-5/+5
* - fix dialog boxes using a scrollbarPascal Rigaux2002-11-052-49/+8
* newt rebuildThierry Vignaud2002-11-051-1/+4
* use each_index instead of map_index when the return value is not usedPascal Rigaux2002-11-058-14/+14
* use find_index instead of map_indexPascal Rigaux2002-11-051-1/+1
* add XkbCompat "group_led" for all keyboards where a group layout switching is...Pascal Rigaux2002-11-044-5/+6
* have an empty configuration when a config file is buggyPascal Rigaux2002-11-041-2/+2
* typo fixesThierry Vignaud2002-11-041-4/+8
* 1.1.10-2mdkThierry Vignaud2002-11-041-2/+4
* Reflect changes in yaboot package.Stew Benedict2002-10-291-4/+4
* few reworks for winmodem detectionDamien Chaumette2002-10-281-15/+12
* add sub winmodemConfigureDamien Chaumette2002-10-281-0/+19
* s#$_->{driver} eq 'Bad:www.linmodems.org'#$_->{driver} =~ /www.linmodems.org/...Damien Chaumette2002-10-281-1/+1
* typo in comments: Josep L. Guallar-Esteve <jlguallar@computer.org>Stew Benedict2002-10-281-2/+2
* (preConfigureTimezone): don't set UTC in beginner mode if there is no windowsPascal Rigaux2002-10-281-1/+1
* add new driversThierry Vignaud2002-10-281-0/+2
* Updated pot filePablo Saratxaga2002-10-243-3596/+3935
* perl_checker fixesThierry Vignaud2002-10-234-11/+13
* fix pixel codeThierry Vignaud2002-10-231-0/+1
* do a perl_checker pass after pixel one since he only do half the workThierry Vignaud2002-10-231-1/+2
* nono changes for stupid perl_checker whose maintainer don't want to fix defic...Thierry Vignaud2002-10-231-3/+5
* fix "poulpy sux"Thierry Vignaud2002-10-231-3/+3
* make perl_checker happy: replace PKG::f with PKG::f()Pascal Rigaux2002-10-233-4/+4
* reindent for lord pixThierry Vignaud2002-10-234-530/+533
* remove useless 'pop'Damien Chaumette2002-10-181-2/+1
* change dumb return values s/@pci_modems, $serial_modem/$serial_modem, @pci_mo...Damien Chaumette2002-10-182-11/+2
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-179-24/+24