summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix bad interaction between mcc & mousedrake.Thierry Vignaud2002-11-271-3/+2
| | | | | interactive already take care of it through my_gtk...
* *** empty log message ***Pascal Rigaux2002-11-261-32/+0
|
* fix undeclared variablePascal Rigaux2002-11-261-1/+1
|
* fix typo (gtkstring_size) thx to perl checkerGuillaume Cottenceau2002-11-261-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-261-4/+4
|
* fix shadow bug due to wrong extraction of allocation dataGuillaume Cottenceau2002-11-261-2/+2
|
* two small fixesGuillaume Cottenceau2002-11-261-5/+3
|
* addGuillaume Cottenceau2002-11-261-0/+1255
|
* ugtk2.pm is temporarily not in drakxtools but in perl-GTK2Guillaume Cottenceau2002-11-261-1/+1
|
* miaouhThierry Vignaud2002-11-261-17/+8
|
* simplifyThierry Vignaud2002-11-261-34/+23
|
* perl_checker fixesThierry Vignaud2002-11-264-4/+4
|
* simplify some stuffThierry Vignaud2002-11-261-15/+7
|
* changed values for console font when en_US is chosenPablo Saratxaga2002-11-261-2/+2
|
* forgot to commit it (.cvsignore containing * doesn't help)Guillaume Cottenceau2002-11-261-0/+371
|
* fix eating too much itemsThierry Vignaud2002-11-261-1/+2
|
* no need to call common::backtrace(), use directly backtrace() (was it ↵Pascal Rigaux2002-11-261-1/+1
| | | | written that way to workaround a bug in old perl_checker?)
* 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
|
* assume any hardware is found (forget to commit).Francois Pons2002-11-251-1/+1
|
* synced with latest change to HP version (and now HP is in CVS).Francois Pons2002-11-251-4/+5
|
* fixed too many modules removed (but untested if still buildable, pixel can doFrancois Pons2002-11-251-6/+6
| | | | | the changes now or gégé ?).
* 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
|
* revert.Francois Pons2002-11-251-1/+1
|
* added adiusbadsl (for supporting Sagem USB ADSL modem).Francois Pons2002-11-251-7/+13
|
* 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.
* fixes for new kernel headers (It should problably be kernel-headers to beFrancois Pons2002-11-251-0/+1
| | | | | modified but it is *much* faster to modify yoyotte's works).
* 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
|