summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/livedrake
Commit message (Collapse)AuthorAgeFilesLines
* - standalone.pm :Thierry Vignaud2002-11-181-6/+0
| | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-3/+3
| | | | | | | | | | | | | | | | | | | 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!
* - write the 'common' part of the 'explanations' stuff,Guillaume Cottenceau2002-01-181-1/+2
| | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations'
* use vnew the right way everywhereGuillaume Cottenceau2001-08-091-1/+1
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* use standalone and standalone::pkgs_installPascal Rigaux2001-01-101-1/+1
|
* *** empty log message ***Francois Pons2000-09-281-12/+6
|
* *** empty log message ***Francois Pons2000-09-281-5/+4
|
* *** empty log message ***Francois Pons2000-09-281-0/+52