summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Expand)AuthorAgeFilesLines
* 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
* do not use "local *F"Pascal Rigaux2002-12-032-24/+20
* (formatXiB): simplifyPascal Rigaux2002-12-031-1/+2
* use "my $F" instead of "local *F" (and cleanup)Pascal Rigaux2002-12-031-11/+10
* remove pack_ and unpack_ (unused)Pascal Rigaux2002-12-031-42/+2
* allow #, and other characters in phone numberdamien2002-12-031-1/+1
* do not use "local *F", use run_program::get_stdout() or "local $F" insteadPascal Rigaux2002-12-031-24/+18
* make it $::testing awareGuillaume Cottenceau2002-12-032-6/+14
* simplify (esp. use cat_)Pascal Rigaux2002-12-031-20/+2
* (get_value): cleanupPascal Rigaux2002-12-031-34/+20
* (add2hosts): use output and pixelizationPascal Rigaux2002-12-021-20/+7
* simplifyPascal Rigaux2002-12-022-51/+34
* (set_alternative): simplifyPascal Rigaux2002-12-021-30/+8
* use output_with_perm()Pascal Rigaux2002-12-027-49/+30
* any::get_autologin() doesnt modify $o, it returns a hashPascal Rigaux2002-12-022-4/+3
* - use any::get_autologin and any::set_autologinPascal Rigaux2002-12-021-43/+6
* use $::prefixPascal Rigaux2002-12-023-14/+14
* remove commented codePascal Rigaux2002-12-021-3/+0
* (get_autologin): $o->{autologin} is set to the chosen user only if AUTOLOGIN ...Pascal Rigaux2002-12-021-1/+1
* don't use $_Pascal Rigaux2002-12-021-2/+2
* any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-022-3/+3
* this package is unused, no need to keep itPascal Rigaux2002-12-021-110/+0
* - any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-021-2/+2
* any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-021-1/+1
* use any::runlevel()Pascal Rigaux2002-12-021-22/+2
* use output()Pascal Rigaux2002-12-021-4/+3
* Some data are now fetched from system instead of drakconnect conf file (adsl,...Arnaud Desmons2002-12-025-41/+48
* use output and append_to_filePascal Rigaux2002-12-021-12/+3
* adapt "make test_pms" to new perl_checkerPascal Rigaux2002-12-021-7/+3