summaryrefslogtreecommitdiffstats
path: root/perl-install/common.pm
Commit message (Expand)AuthorAgeFilesLines
...
* (translate_real) fix plural translating for C localeThierry Vignaud2007-08-281-1/+1
* (translate_real) fix translating plural forms by comparing the gettextThierry Vignaud2007-08-131-1/+1
* (translate_real) always use dngettext() if we have a plural stringThierry Vignaud2007-08-131-1/+1
* - for XFdrake: use update-alternatives command instead doing things by handPascal Rigaux2007-08-081-14/+1
* - fix range max value >2TB when creating a partition (useful for LVs >2TB)Pascal Rigaux2007-08-061-1/+8
* (mandrake_release_info) introduce it in order to have full release info (eg: ...Thierry Vignaud2007-06-271-1/+5
* - diskdrakePascal Rigaux2007-06-111-5/+7
* (to_utf8) tell perl this is now UTF-8 (spotted by #31067 and also seenThierry Vignaud2007-05-281-1/+3
* re-sync after the big svn lossPascal Rigaux2007-04-251-50/+143
* let packages using common.pm to use Locale::gettext without requiring itPascal Rigaux2005-12-281-1/+1
* allow common.pm and standalone.pm to be used in drakxtools-backend without pe...Pascal Rigaux2005-12-181-1/+1
* fix dropping sprintf_fixutf8 (i committed the wrong version...)Pascal Rigaux2005-12-151-1/+1
* - i had foolishly removed c::iconv whereas it was used still used by c::from_...Pascal Rigaux2005-12-151-0/+9
* get rid of sprintf_fixutf8 which is no more needed with current perlPascal Rigaux2005-12-151-10/+3
* use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ...Pascal Rigaux2005-12-151-1/+2
* fix looking for backup-ed release file firstPascal Rigaux2005-09-121-3/+5
* - new functionality: upgrade_by_removing_pkgs, enabled when upgrading redhat ...Pascal Rigaux2005-09-021-1/+3
* also look for conectiva-releasePascal Rigaux2005-08-311-1/+1
* move is_xbox from common to detect_devicesOlivier Blin2005-08-081-6/+1
* import md5file from net_applet/mdkonline/userdrakeOlivier Blin2005-07-181-0/+14
* do not load bloat POSIXThierry Vignaud2005-06-301-3/+2
* try to cleanup fs.pmPascal Rigaux2005-06-281-0/+2
* don't need use MDK::Common... when we have "use common" (which is the standar...Pascal Rigaux2005-06-101-1/+0
* use "our" instead of "use vars"Pascal Rigaux2005-06-031-4/+3
* drop untranslate which is unused and bad practicePascal Rigaux2005-06-031-8/+1
* update commentOlivier Blin2005-05-271-1/+1
* fix mandrake_release() when called with a prefixPascal Rigaux2005-04-271-1/+2
* allow using mandrake_release() with a prefixPascal Rigaux2005-04-271-2/+3
* create common::release_file() and use itPascal Rigaux2005-04-211-1/+6
* ensure this bloody stupid code doesn't break things when it is unusedPascal Rigaux2005-03-171-3/+3
* (set_l10n_sort) import comments from rpmdrakeThierry Vignaud2005-03-171-0/+4
* (set_l10n_sort) do not bother touch LC_ALLThierry Vignaud2005-03-171-3/+1
* (set_l10n_sort) stole it from rpmdrakeThierry Vignaud2005-03-171-1/+13
* *** empty log message ***Pascal Rigaux2005-02-251-0/+1
* cleanup is_xbox() here tooPascal Rigaux2005-02-231-1/+1
* XBox support - XFdrakeStew Benedict2005-02-231-1/+5
* - move some install specific code out of ugtk2.pm into install_gtk.pmPascal Rigaux2005-01-061-27/+0
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-3/+3
* since we don't use ramdisk but clp, some code is deadPascal Rigaux2004-11-181-2/+0
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-5/+5
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-1/+1
* /etc/mandrake-release is now /etc/mandrakelinux-releasePascal Rigaux2004-05-261-1/+1
* better error message on exceptionsPascal Rigaux2004-03-021-0/+1
* add unpack_with_refs()Pascal Rigaux2004-02-101-0/+21
* fix typoPascal Rigaux2004-02-091-1/+1
* move Xtest() and setMouseLive() out of c/stuff to xf86misc::mainPascal Rigaux2004-02-081-1/+5
* detect_devices::matching_driver -> matching_desc but matching driver names (k...Guillaume Cottenceau2004-01-131-1/+1
* enable other packages to override libDrakx translations with thoseThierry Vignaud2004-01-091-1/+1
* better override formatError than replacing all the formatError with formatErr...Pascal Rigaux2004-01-081-3/+4
* add formatError_and_log (to get log'ing even now that SIG{__DIE__} is not the...Pascal Rigaux2004-01-081-1/+7