summaryrefslogtreecommitdiffstats
path: root/perl-install/common.pm
Commit message (Expand)AuthorAgeFilesLines
* no need for NC(), doing it in translate() in any casePascal Rigaux2003-08-211-8/+3
* perl_checker complain avout using N(@_) so NC() has been rewritten asPablo Saratxaga2003-08-211-3/+4
* definition and use of an NC() function (translation with context, kde like)Pablo Saratxaga2003-08-211-0/+8
* ensure N() is not called before ugtk2 is initialised, otherwisePascal Rigaux2003-06-061-0/+1
* (set_permissions): owner and group are optional parametersThierry Vignaud2003-05-201-7/+7
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-6/+6
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
* prevent warning when using diagnostics pragma (easier debugging)Thierry Vignaud2003-03-051-0/+2
* please perl_checkerPascal Rigaux2003-02-021-1/+1
* cleaning the utf8 support stuff:Thierry Vignaud2003-01-281-2/+10
* (require_root_capability): having extracted it from interactive enableThierry Vignaud2003-01-271-5/+1
* strip authentification out of interactive->vnew into common.pmThierry Vignaud2003-01-271-2/+19
* fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading strings...Guillaume Cottenceau2003-01-241-2/+9
* better fix of ->isa usePascal Rigaux2003-01-231-1/+1
* remove use of UNIVERSAL::isa() (it is not much more complex with ref + ->isa,...Pascal Rigaux2003-01-231-1/+1
* correctly pop when F2 (screenshots)Guillaume Cottenceau2003-01-221-3/+2
* fix accents characters displaying in console mode during install:Guillaume Cottenceau2003-01-221-1/+1
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-2/+2
* common::secured_file() is a wrapper around c::is_secure_file()Pascal Rigaux2003-01-061-0/+6
* workaround perl sprintf bug when some parameters are utf8 and some notMystery Man 5352002-12-031-1/+8
* do not use "local my $F, ...", use "local(my $F, ...) insteadPascal Rigaux2002-12-031-2/+2
* (formatXiB): simplifyPascal Rigaux2002-12-031-1/+2
* use "my $F" instead of "local *F" (and cleanup)Pascal Rigaux2002-12-031-11/+10
* (set_alternative): simplifyPascal Rigaux2002-12-021-30/+8
* s/mdk_rel/mandrake_release/Thierry Vignaud2002-11-251-3/+3
* consolidate some stuff from standalone tools & mcc into mdk_rel()Thierry Vignaud2002-11-251-0/+4
* printer related modules cleaning :Thierry Vignaud2002-11-121-1/+58
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-1/+1
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-10/+10
* allow various textdomains for i18nPascal Rigaux2002-09-111-1/+6
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
* kill "wonderful perl"Thierry Vignaud2002-08-051-4/+1
* (availableRamMB): use a precise constraint on 'Card:Intel 810' instead of a r...Pascal Rigaux2002-07-281-1/+1
* remove internal_error (which is now in MDK::Common)Pascal Rigaux2002-07-251-5/+1
* use $::prefix instead of $::o->{prefix}Pascal Rigaux2002-07-181-1/+1
* add function "internal_error" (a specialized "die")Pascal Rigaux2002-07-171-1/+5
* move join_lines to commonPascal Rigaux2002-07-091-0/+14
* enable easy screenshot'ingPascal Rigaux2001-12-121-0/+28
* new features for new mccdamien2001-11-261-0/+8
* cleanupPascal Rigaux2001-10-191-0/+1
* - don't expand symlinks in grub's menu.lstPascal Rigaux2001-09-041-0/+11
* rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless w...Pascal Rigaux2001-08-191-2/+2
* moved arch() and alike to MDK::Common::SystemPascal Rigaux2001-08-041-14/+1
* (translate): empty string translation is an empty stringPascal Rigaux2001-07-311-1/+1
* do not export sync, keep it in common (esp. so that it doesn't conflict with ...Pascal Rigaux2001-07-251-1/+1
* (removeXiBSuffix): add TB (tera)Pascal Rigaux2001-07-251-0/+1
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-502/+11
* cleanup (remove unused stuff and dangerous prototypes)Pascal Rigaux2001-07-241-21/+21
* removed/renamed unused/seldom-used functionsPascal Rigaux2001-07-241-70/+4