summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Expand)AuthorAgeFilesLines
* add bind_textdomain_codeset, iconv the dgettext results to UTF8 since perl se...Guillaume Cottenceau2002-12-061-16/+34
* miscGuillaume Cottenceau2002-12-061-8/+4
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-065-84/+135
* 2.1.3 doesn't have trouble with expand_to_pathGuillaume Cottenceau2002-12-061-2/+0
* parameter passing using $_ is badPascal Rigaux2002-12-051-4/+5
* replace "map $_->{normal}, @l" with "map { $_->{normal} } @l"Pascal Rigaux2002-12-051-1/+1
* $_ was not localized, fixing (and cleanup)Pascal Rigaux2002-12-051-3/+2
* format => sub { ...} doesn't pass parameter as $_, but as $_[0]Pascal Rigaux2002-12-051-1/+1
* updated po filesPablo Saratxaga2002-12-0545-118622/+153770
* Fixed some typos or bad EnglishPablo Saratxaga2002-12-053-1759/+1885
* try to fix charset2pango_fontGuillaume Cottenceau2002-12-051-1/+5
* fix syntax & styleGuillaume Cottenceau2002-12-052-25/+27
* gtk+-2 portThierry Vignaud2002-12-051-5/+5
* use gtkflush()Thierry Vignaud2002-12-054-7/+7
* two pango font names, for 10 and 12 sizesPablo Saratxaga2002-12-051-1/+2
* start gtk+2 port; perl-gtk2 is expected to implementThierry Vignaud2002-12-051-56/+53
* made some functions to retrieve pango font namese from lang/charsetPablo Saratxaga2002-12-052-2/+46
* fix gtk+-2 portThierry Vignaud2002-12-051-6/+6
* glib-config is obsolete nowThierry Vignaud2002-12-051-1/+1
* gtk+-2 portThierry Vignaud2002-12-051-1/+1
* drakxservices' gtk+-2 portThierry Vignaud2002-12-051-7/+7
* add bind_textdomain_codesetGuillaume Cottenceau2002-12-051-0/+1
* bug fixThierry Vignaud2002-12-051-1/+1
* remove unused $_lanGuillaume Cottenceau2002-12-051-1/+0
* Changed the way locale->encoding is handled; revert to the old way which wasPablo Saratxaga2002-12-053-41/+23
* don't use anymore deprecated widgetsThierry Vignaud2002-12-051-4/+2
* gtk+2 portThierry Vignaud2002-12-051-39/+37
* gtk+2 port (how difficult it was ...)Thierry Vignaud2002-12-051-1/+1
* fix gtk+2 portThierry Vignaud2002-12-051-1/+1
* fix typo, be perl_checker compatiblePascal Rigaux2002-12-051-2/+3
* packages should not "use lib qw(/usr/lib/libDrakX)"Pascal Rigaux2002-12-051-1/+0
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-051-3/+3
* gtk+2 fixesThierry Vignaud2002-12-051-2/+2
* pre gtk+2 work snapshot for mcc (mandrake_release() and the likeThierry Vignaud2002-12-051-1/+4
* s/describe/describes/Thierry Vignaud2002-12-051-20/+22
* remove unused code (installCrypto)Pascal Rigaux2002-12-043-47/+0
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-0465-292/+255
* - %l is not used, so why declare it??Pascal Rigaux2002-12-041-2/+2
* syntax changes to make perl_checker happyPascal Rigaux2002-12-043-9/+9
* my' variables as neededPascal Rigaux2002-12-041-1/+1
* $prefix is no good, replace it with $::prefixPascal Rigaux2002-12-041-3/+3
* fix typoPascal Rigaux2002-12-041-1/+1
* fix typo ($hd is not available in read_header(), so don't use it)Pascal Rigaux2002-12-041-1/+1
* no need to "require common", it is "use"dPascal Rigaux2002-12-041-1/+0
* "require log" causes some pb, perl thinking that "log" is the log() function....Pascal Rigaux2002-12-042-3/+3
* made 'en_US.UTF-8' the default locale for LC_* varaibles during isntallPablo Saratxaga2002-12-041-3/+3
* added recognition of locale named "en_US.UTF-8"Pablo Saratxaga2002-12-041-0/+0
* put "Nimbus Sans L" as used fontPablo Saratxaga2002-12-041-2/+2
* Put Nimbus Sans L as default fontPablo Saratxaga2002-12-041-0/+0
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-044-70/+129