summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* no need to call common::backtrace(), use directly backtrace() (was it ↵Pascal Rigaux2002-11-261-2/+2
| | | | written that way to workaround a bug in old perl_checker?)
* fix typo (openInstallLog *must* return the filehandle)Pascal Rigaux2002-11-251-0/+1
|
* oops, didn't see titi modified option handlingPascal Rigaux2002-11-251-3/+0
|
* fix handling of options --expert and --testingPascal Rigaux2002-11-251-0/+3
|
* make perl_checker happyPascal Rigaux2002-11-251-12/+12
|
* don't use filehandle *pkgs::LOG, use a my'ed $LOGPascal Rigaux2002-11-251-14/+9
|
* in network::netconnect::main(), declare @l as it should be. But the code is ↵Pascal Rigaux2002-11-251-1/+2
| | | | really wrong, it NEEDS fixing
* - $up was my-ed inside the if-then block though it was used outside the ↵Pascal Rigaux2002-11-251-2/+3
| | | | | | | block (hint: buggy code) - my @country as it should be
* $modem is redefined 2 lines below its first declaration. this first ↵Pascal Rigaux2002-11-251-1/+0
| | | | declaration is useless (??)
* since $mouse is undefined, replace it with undef (??)Pascal Rigaux2002-11-251-1/+1
|
* add support for Sagem USB Modem (for free.fr ;-))Francois Pons2002-11-251-2/+14
|
* add support ADIModem.Francois Pons2002-11-251-2/+3
|
* revert previous change useless (another problem).Francois Pons2002-11-251-2/+0
|
* added a trailing true value for perl being happy.Francois Pons2002-11-251-0/+2
|
* removed reference to ...->{nb_cards} no more used.Francois Pons2002-11-251-2/+0
|
* removed old code (commented out).Francois Pons2002-11-251-14/+0
|
* removed 2 labels and 2 gotos by a very simple while, dam's is really greatFrancois Pons2002-11-251-6/+5
| | | | | sometimes ;-)
* use a scalar instead of a typeglob (let typeglobs be deprecated!)Pascal Rigaux2002-11-251-1/+1
|
* since we use the "fileno", perl doesn't know we're still using the ↵Pascal Rigaux2002-11-251-1/+2
| | | | filehandle, and so closes it, and :-(
* fix handling of "all" languages selectedPascal Rigaux2002-11-251-3/+2
|
* added is_domain_name that checks validity of a domain name.Francois Pons2002-11-251-0/+5
|
* add getSagem() to detect Sagem USB ADSL Modem.Francois Pons2002-11-251-0/+3
|
* fixes perl-checker importation of bug, getFile is complex for perl newbies, doFrancois Pons2002-11-251-1/+1
| | | | | not rely on perl-checker for trying to "fix" it else it won't run anymore ;-)
* make it work (changed *F => *GETFILE and added a return) else perl has someFrancois Pons2002-11-251-1/+1
| | | | | problem using it as reference to file handle.
* s/mdk_rel/mandrake_release/Thierry Vignaud2002-11-253-6/+6
|
* - simplify --embedded handlingThierry Vignaud2002-11-251-2/+2
| | | | | - stricter matching on --no-autoc
* consolidate some stuff from standalone tools & mcc into mdk_rel()Thierry Vignaud2002-11-253-7/+9
|
* warn about broken programs that misuse my_gtkThierry Vignaud2002-11-251-1/+1
|
* display in mcc when embedded only when ready to interact with the userThierry Vignaud2002-11-251-1/+1
|
* interactive->exit call my_gtk->exit which destroy the windowThierry Vignaud2002-11-251-1/+0
|
* - simplify mcc stuffThierry Vignaud2002-11-251-8/+5
| | | | | - prevent bad stacking of right icons in mcc at startup
* remove doblesThierry Vignaud2002-11-251-2/+0
|
* incorporate 8.2 HP fixes back in cooker.Francois Pons2002-11-221-1/+7
|
* use ask_warn when I should, and remove a one year old debug statement (???)Guillaume Cottenceau2002-11-211-3/+2
|
* switch latest tools that still manually handle embeddingThierry Vignaud2002-11-216-66/+59
| | | | | to use my_gtk
* - perl_checker fixesThierry Vignaud2002-11-211-92/+90
| | | | | - use my_gtk to transparently handle embedding
* - Gtk::Gdk::ImlibImage is not neededThierry Vignaud2002-11-211-29/+27
| | | | | | - perl_checker fixes - fix interactive exit (s/in/$in/ ->exit)
* this one requires anyThierry Vignaud2002-11-211-1/+1
|
* remove dead code about option managment which isThierry Vignaud2002-11-211-12/+8
| | | | | obsoleted by standalone
* message_noconf_box() and message_underdevel() were quiteThierry Vignaud2002-11-201-19/+8
| | | | | identical. let consolidate them
* message_noselect_box() and message_noselect_what_box() were justThierry Vignaud2002-11-201-27/+23
| | | | | | identical (but for their label). let consolidate this
* send_mail_pb() and client_ftp_pb() were just identical (modulo theirThierry Vignaud2002-11-201-36/+23
| | | | | label)
* kill heavy duplication in get_cd_info()Thierry Vignaud2002-11-201-43/+27
|
* perl_checker fixesThierry Vignaud2002-11-201-82/+91
|
* - don't gratuitously copy a 70 lines help text with typo changes,Thierry Vignaud2002-11-201-73/+6
| | | | | | | translators will kill us - use strict, fix it
* s/$x ne (0|'')/$x/Thierry Vignaud2002-11-204-27/+27
|
* cleanupsThierry Vignaud2002-11-201-12/+8
|
* hide the "please wait" at the latest stageThierry Vignaud2002-11-201-3/+3
|
* - api change for latest harddrakeThierry Vignaud2002-11-201-2/+4
| | | | | - s/$x ne ''/$x/
* this is a module, not a programThierry Vignaud2002-11-201-1/+1
|