summaryrefslogtreecommitdiffstats
path: root/perl-install/proxy.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix typoPascal Rigaux2002-11-091-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-20/+20
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* allow http://xxx for ftp_proxyPascal Rigaux2002-09-051-1/+1
|
* add $Id: $Pascal Rigaux2002-08-191-1/+1
|
* allow ftp_proxy beginning with http: (thanks to Christophe Combelles)Pascal Rigaux2002-08-121-2/+2
|
* big renaming of ask_from_entries_refH in ask_from and ↵Pascal Rigaux2001-08-181-48/+50
| | | | ask_from_entries_refH_powered in ask_from_
* add interactive_pkgs stuffPascal Rigaux2001-08-081-1/+1
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* fix some tab madnessDavid Odin2001-06-151-49/+49
|
* small fixesDavid Odin2001-06-131-8/+11
|
* typodamien2001-06-121-1/+2
|
* perlizeddamien2001-06-121-69/+63
|
* added some sanity checks.David Odin2001-06-121-13/+42
|
* drakproxy begins to work :-)David Odin2001-06-121-18/+41
|
* ui for drakproxy almost doneDavid Odin2001-06-121-3/+36
|
* updateddamien2001-06-111-2/+10
|
* typoCVS: ----------------------------------------------------------------------damien2001-06-111-0/+5
|
* proxydamien2001-06-111-0/+12