index
:
drakx-backup-do-not-use
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/dietlibc
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unused variables or rename them with an underscore (eg: $o becomes $_o)
Pascal Rigaux
2002-12-04
11
-33
/
+27
*
- %l is not used, so why declare it??
Pascal Rigaux
2002-12-04
1
-2
/
+2
*
syntax changes to make perl_checker happy
Pascal Rigaux
2002-12-04
3
-9
/
+9
*
my' variables as needed
Pascal Rigaux
2002-12-04
1
-1
/
+1
*
More data are now fetched from system instead of drakconnect conf file
Arnaud Desmons
2002-12-04
4
-70
/
+129
*
use if_() where possible (as reported by perl_checker)
Pascal Rigaux
2002-12-04
2
-9
/
+5
*
syntax changes to make perl_checker happy
Pascal Rigaux
2002-12-04
3
-5
/
+5
*
(find_exports): use run_program::raw + stdout
Pascal Rigaux
2002-12-03
1
-9
/
+5
*
cleanup use of filehandles
Pascal Rigaux
2002-12-03
1
-20
/
+15
*
(read_resolv_conf): simplify
Pascal Rigaux
2002-12-03
1
-7
/
+2
*
make it $::testing aware
Guillaume Cottenceau
2002-12-03
1
-0
/
+1
*
(add2hosts): use output and pixelization
Pascal Rigaux
2002-12-02
1
-20
/
+7
*
use output_with_perm()
Pascal Rigaux
2002-12-02
4
-27
/
+16
*
Some data are now fetched from system instead of drakconnect conf file (adsl,...
Arnaud Desmons
2002-12-02
4
-41
/
+47
*
perl_checker adaptations
Pascal Rigaux
2002-11-28
6
-14
/
+14
*
perl_checker adaptations
Pascal Rigaux
2002-11-28
1
-2
/
+2
*
perl_checker adaptations
Pascal Rigaux
2002-11-27
6
-13
/
+13
*
in network::netconnect::main(), declare @l as it should be. But the code is r...
Pascal Rigaux
2002-11-25
1
-1
/
+2
*
- $up was my-ed inside the if-then block though it was used outside the block...
Pascal Rigaux
2002-11-25
1
-2
/
+3
*
$modem is redefined 2 lines below its first declaration. this first declarati...
Pascal Rigaux
2002-11-25
1
-1
/
+0
*
since $mouse is undefined, replace it with undef (??)
Pascal Rigaux
2002-11-25
1
-1
/
+1
*
add support for Sagem USB Modem (for free.fr ;-))
Francois Pons
2002-11-25
1
-2
/
+14
*
add support ADIModem.
Francois Pons
2002-11-25
1
-2
/
+3
*
removed reference to ...->{nb_cards} no more used.
Francois Pons
2002-11-25
1
-2
/
+0
*
removed old code (commented out).
Francois Pons
2002-11-25
1
-14
/
+0
*
removed 2 labels and 2 gotos by a very simple while, dam's is really great
Francois Pons
2002-11-25
1
-6
/
+5
*
added is_domain_name that checks validity of a domain name.
Francois Pons
2002-11-25
1
-0
/
+5
*
default dhcp client is dhcp-client
Frederic Lepied
2002-11-19
1
-8
/
+8
*
make perl_checker happy
Pascal Rigaux
2002-11-18
3
-7
/
+5
*
- add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-14
3
-6
/
+6
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
7
-58
/
+58
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
3
-3
/
+3
*
add/remove some spaces to make perl_checker happy
Pascal Rigaux
2002-11-12
1
-3
/
+3
*
- replace ... =~ 'foo' with ... =~ /foo/
Pascal Rigaux
2002-11-11
4
-16
/
+15
*
add or remove spaces where need to please perl_checker
Pascal Rigaux
2002-11-11
10
-30
/
+30
*
various small syntax enhancements to please perl_checker
Pascal Rigaux
2002-11-11
1
-1
/
+1
*
replace qq{...} with qq(...)
Pascal Rigaux
2002-11-11
1
-4
/
+4
*
don't return a typeglob ref, return the typeglob (reference to typeglobs are
Pascal Rigaux
2002-11-10
1
-1
/
+1
*
- do not use q{...} to please perl_checker
Pascal Rigaux
2002-11-09
1
-7
/
+6
*
- have "local *FILEHANDLE" before each "open FILEHANDLE, ..."
Pascal Rigaux
2002-11-06
2
-9
/
+6
*
(write_resolv_conf): much cleanup (originally it was meant to introduce
Pascal Rigaux
2002-11-06
1
-34
/
+37
*
make perl_checker happy
Pascal Rigaux
2002-11-06
1
-0
/
+1
*
replace complex "unless"s with "if"s
Pascal Rigaux
2002-11-06
3
-7
/
+7
*
replace "_" with "N" and "__" with "N_"
Pascal Rigaux
2002-11-06
9
-181
/
+181
*
few reworks for winmodem detection
Damien Chaumette
2002-10-28
1
-15
/
+12
*
add sub winmodemConfigure
Damien Chaumette
2002-10-28
1
-0
/
+19
*
perl_checker fixes
Thierry Vignaud
2002-10-23
1
-0
/
+1
*
make perl_checker happy: replace PKG::f with PKG::f()
Pascal Rigaux
2002-10-23
1
-1
/
+1
*
remove useless 'pop'
Damien Chaumette
2002-10-18
1
-2
/
+1
*
change dumb return values s/@pci_modems, $serial_modem/$serial_modem, @pci_mo...
Damien Chaumette
2002-10-18
1
-1
/
+1
[next]