summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Expand)AuthorAgeFilesLines
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-0465-292/+255
* - %l is not used, so why declare it??Pascal Rigaux2002-12-041-2/+2
* syntax changes to make perl_checker happyPascal Rigaux2002-12-043-9/+9
* my' variables as neededPascal Rigaux2002-12-041-1/+1
* $prefix is no good, replace it with $::prefixPascal Rigaux2002-12-041-3/+3
* fix typoPascal Rigaux2002-12-041-1/+1
* fix typo ($hd is not available in read_header(), so don't use it)Pascal Rigaux2002-12-041-1/+1
* no need to "require common", it is "use"dPascal Rigaux2002-12-041-1/+0
* "require log" causes some pb, perl thinking that "log" is the log() function....Pascal Rigaux2002-12-042-3/+3
* made 'en_US.UTF-8' the default locale for LC_* varaibles during isntallPablo Saratxaga2002-12-041-3/+3
* added recognition of locale named "en_US.UTF-8"Pablo Saratxaga2002-12-041-0/+0
* put "Nimbus Sans L" as used fontPablo Saratxaga2002-12-041-2/+2
* Put Nimbus Sans L as default fontPablo Saratxaga2002-12-041-0/+0
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-044-70/+129
* updateThierry Vignaud2002-12-041-36/+39
* put back the default iso8859-15 fonts used by install.rcPablo Saratxaga2002-12-041-0/+0
* try of Gtk2 font definitionsPablo Saratxaga2002-12-041-0/+2
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-0412-93/+72
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-1/+1
* - free objects non freeed by gtk+ (the eternal gobject vs boxed typesThierry Vignaud2002-12-041-11/+9
* display "cpu #<XX>: <name>" for cpusThierry Vignaud2002-12-041-1/+1
* syntax changes to make perl_checker happyPascal Rigaux2002-12-044-6/+6
* do not use "local *F"Pascal Rigaux2002-12-0412-96/+93
* don't use "local *F"Pascal Rigaux2002-12-041-3/+3
* perl_checkerMystery Man 5802002-12-041-1/+1
* use option tty7 to force X server to be on tty7 (instead of opening tty5 andMystery Man 5532002-12-041-4/+1
* kill "used by only one" harddrake::ui module,Mystery Man 5802002-12-043-310/+281
* cleanupsMystery Man 5802002-12-041-10/+5
* reverseMystery Man 5802002-12-041-3/+3
* hide config buttons when switching from a configurable device to a nonMystery Man 5802002-12-041-4/+11
* fix gtktext_insert() usageMystery Man 5802002-12-041-23/+24
* share common optionsMystery Man 5802002-12-041-5/+7
* - fix obvious pixel typo (s/if/if_/)Mystery Man 5802002-12-041-61/+7
* strict modeMystery Man 5802002-12-041-0/+1
* clean upMystery Man 5802002-12-041-3/+3
* gtk+2 port, yeah baby :-)Mystery Man 5802002-12-041-100/+103
* First try of fonts for Xft2Mystery Man 5512002-12-031-0/+0
* titisux, revert the pango pixels stuffMystery Man 5352002-12-031-6/+1
* workaround perl sprintf bug when some parameters are utf8 and some notMystery Man 5352002-12-032-1/+34
* do not use "local *F", use "my $F" or output() insteadPascal Rigaux2002-12-034-35/+25
* fix typoPascal Rigaux2002-12-031-1/+1
* use output()Pascal Rigaux2002-12-031-14/+13
* (find_exports): use run_program::raw + stdoutPascal Rigaux2002-12-031-9/+5
* one need run_program::raw() to use optionsPascal Rigaux2002-12-031-8/+8
* misc fixesGuillaume Cottenceau2002-12-031-9/+2
* gtk2Guillaume Cottenceau2002-12-037-391/+402
* do not use "local my $F, ...", use "local(my $F, ...) insteadPascal Rigaux2002-12-036-13/+9
* add gtktext_append() and uses itThierry Vignaud2002-12-032-3/+5
* cleanup use of filehandlesPascal Rigaux2002-12-031-20/+15
* (read_resolv_conf): simplifyPascal Rigaux2002-12-031-7/+2