index
:
drakx
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
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
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/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
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_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
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
/
commands.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
perl_checker compliance ("ref" now need parentheses in many case)
Pascal Rigaux
2003-02-12
1
-2
/
+2
*
remove unused variables or rename them with an underscore (eg: $o becomes $_o)
Pascal Rigaux
2002-12-04
1
-2
/
+2
*
do not use "local my $F, ...", use "local(my $F, ...) instead
Pascal Rigaux
2002-12-03
1
-1
/
+1
*
remove pack_ and unpack_ (unused)
Pascal Rigaux
2002-12-03
1
-42
/
+2
*
fix "ps" and "df" (were broken due to localization of *DF and *PS)
Pascal Rigaux
2002-11-28
1
-5
/
+3
*
perl_checker adaptations
Pascal Rigaux
2002-11-27
1
-10
/
+10
*
- add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-14
1
-9
/
+9
*
add/remove some spaces to make perl_checker happy
Pascal Rigaux
2002-11-12
1
-2
/
+2
*
add or remove spaces where need to please perl_checker
Pascal Rigaux
2002-11-11
1
-4
/
+6
*
- do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ins...
Pascal Rigaux
2002-11-11
1
-11
/
+13
*
- have "local *FILEHANDLE" before each "open FILEHANDLE, ..."
Pascal Rigaux
2002-11-06
1
-1
/
+3
*
(cp): use cp_af
Pascal Rigaux
2002-11-06
1
-36
/
+2
*
please perl_checker:
Pascal Rigaux
2002-11-06
1
-6
/
+14
*
make perl_checker happy
Pascal Rigaux
2002-08-05
1
-1
/
+1
*
s/__END__/1;
Thierry Vignaud
2002-08-05
1
-1
/
+1
*
kill "wonderful perl"
Thierry Vignaud
2002-08-05
1
-5
/
+1
*
- the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}
Pascal Rigaux
2002-08-01
1
-1
/
+1
*
make new perl_checker happy
Pascal Rigaux
2002-07-31
1
-1
/
+2
*
make new perl_checker happy (and that's not easy!)
Pascal Rigaux
2002-07-31
1
-10
/
+10
*
remove "$_ =~ " (as detected by new perl_checker)
Pascal Rigaux
2002-07-17
1
-1
/
+1
*
adapt to new modprobe.pm
Pascal Rigaux
2002-07-06
1
-1
/
+1
*
adapt to new modules.pm
Pascal Rigaux
2002-07-04
1
-2
/
+2
*
make lspci a full pci probe instead of safe pci probe.
Francois Pons
2001-09-18
1
-1
/
+1
*
use new mkdir_p, rm_rf and cp_af from MDK::Common
Pascal Rigaux
2001-09-16
1
-14
/
+2
*
(sync): (re-?)add
Pascal Rigaux
2001-08-03
1
-0
/
+2
*
do not export sync, keep it in common (esp. so that it doesn't conflict with ...
Pascal Rigaux
2001-07-25
1
-1
/
+1
*
move to MDK::Common, bool->to_bool
Pascal Rigaux
2001-07-24
1
-6
/
+7
*
fix syntax
Pascal Rigaux
2001-07-24
1
-1
/
+1
*
removed/renamed unused/seldom-used functions
Pascal Rigaux
2001-07-24
1
-2
/
+2
*
generalize the use of chomp_ as the functional alternative to chomp (and work...
Pascal Rigaux
2001-07-24
1
-2
/
+2
*
(grep_): add a missing semi-colon
Pascal Rigaux
2001-06-11
1
-1
/
+1
*
fixed log of packdrake.
Francois Pons
2001-04-12
1
-2
/
+1
*
- move report_bug in install_any
Pascal Rigaux
2001-04-05
1
-29
/
+2
*
fix typo
Pascal Rigaux
2001-03-28
1
-2
/
+1
*
add fstab in the log
Pascal Rigaux
2001-03-28
1
-2
/
+6
*
fixed live update between GLIBC 2.1 and GLIBC 2.2. should work for other
Francois Pons
2001-03-12
1
-4
/
+4
*
(loadkeys): created
Pascal Rigaux
2001-03-12
1
-0
/
+7
*
*** empty log message ***
Stew Benedict
2001-03-03
1
-1
/
+1
*
(more): handle 'q' to quit
Pascal Rigaux
2001-02-24
1
-1
/
+5
*
call /usr/bin/insmod_ with full path
Pascal Rigaux
2001-02-22
1
-1
/
+1
*
(head_tail): fix usage
Pascal Rigaux
2001-02-05
1
-1
/
+1
*
removed need of packdrake binary
Francois Pons
2001-01-05
1
-1
/
+6
*
report_bug: created, returns a string
Pascal Rigaux
2000-12-08
1
-9
/
+12
*
removed foreach (<... which are eating memory
Francois Pons
2000-11-14
1
-3
/
+5
*
no_comment
Pascal Rigaux
2000-10-04
1
-1
/
+1
*
no_comment
Pascal Rigaux
2000-10-02
1
-1
/
+2
*
no_comment
Pascal Rigaux
2000-09-26
1
-0
/
+1
*
no_comment
Pascal Rigaux
2000-09-24
1
-1
/
+1
*
no_comment
Pascal Rigaux
2000-09-14
1
-1
/
+1
*
no_comment
Pascal Rigaux
2000-09-12
1
-1
/
+1
[next]