summaryrefslogtreecommitdiffstats
path: root/perl-install/common.pm
Commit message (Expand)AuthorAgeFilesLines
* (N) kill KDE like comment even if string doesn't have "\n" at endThierry Vignaud2012-10-021-1/+1
* (cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy ...Thierry Vignaud2012-03-121-0/+12
* (secured_file) ensure that ~/tmp is correctly owned if createdThierry Vignaud2011-11-271-2/+11
* (parse_release_file) silent perl_checkerThierry Vignaud2011-11-271-1/+1
* (secured_file) fix crashing on creating temp file if temp dir doesn't exist (...Thierry Vignaud2011-11-271-0/+1
* also take mandriva-release file in account in common::release_file for consis...Michael Scherer2011-05-231-1/+1
* - string changes: perl -pi -e 's!Can not!Cannot!'Ahmad Samir2011-04-041-1/+1
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-2/+2
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-5/+5
* create unwind_protect() and with_private_tmp_file()Pascal Rigaux2008-09-181-0/+23
* - keep in $o->{previous_release} the info about upgraded /etc/release,Pascal Rigaux2008-09-011-1/+3
* (is_running) make it return the actual PID of the first found process rather ...Thierry Vignaud2008-08-071-3/+3
* (is_running) factorize code between mdkapplet & net_applet so that draksnapsh...Thierry Vignaud2008-08-071-1/+10
* fix reading and setting kdmrc (by resolving alternative in chroot)Olivier Blin2008-07-101-0/+6
* fix reading alternatives in installOlivier Blin2008-03-201-1/+1
* (to_utf8) export it (for rpmdrake)Thierry Vignaud2008-02-211-1/+1
* also detect SuSE distros (see #16604)Pascal Rigaux2008-02-011-1/+1
* create common::parse_release_file() out of find_root_parts()Pascal Rigaux2008-01-301-0/+8
* release_file(): handle /etc/fedora-releasePascal Rigaux2008-01-291-1/+1
* - fix configuring kdeglobals (was broken because of /etc/kderc usingPascal Rigaux2007-10-041-0/+15
* formatXiB: make it explicit that we don't support float numbersPascal Rigaux2007-09-211-1/+1
* simplify handling negative numbersPascal Rigaux2007-09-211-3/+5
* make formatXiB() handle negative numbers (for rpmdrake)Thierry Vignaud2007-09-211-3/+3
* (get_parent_uid) introduce it in order to be able to run a processThierry Vignaud2007-09-131-1/+5
* (translate_real) simplifyThierry Vignaud2007-08-281-4/+3
* (translate_real) in english 1 is singular whereas 0 is plural (pixel)Thierry Vignaud2007-08-281-1/+3
* (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