summaryrefslogtreecommitdiffstats
path: root/urpm/msg.pm
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-241-31/+49
* perl_checker compliancePascal Rigaux2006-11-031-9/+9
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-071-1/+3
* Avoid an undefined subroutine warning during global destruction if Sys::SyslogRafael Garcia-Suarez2006-02-281-1/+1
* Simplification of usage of duped stdoutRafael Garcia-Suarez2006-02-081-5/+1
* Get rid of message() functionRafael Garcia-Suarez2006-02-081-12/+3
* Remove default logging to /var/log/urpmi.log.Rafael Garcia-Suarez2006-02-081-4/+14
* A bit of clarification in logging codeRafael Garcia-Suarez2006-02-071-3/+4
* Add versions to modulesRafael Garcia-Suarez2005-12-021-0/+3
* Update copyright noticesRafael Garcia-Suarez2005-12-021-1/+3
* This workaround is no longer necessaryRafael Garcia-Suarez2005-09-071-9/+0
* Don't decode utf-8 text when the locale charset is itself in utf-8.Rafael Garcia-Suarez2005-09-071-2/+4
* Turn off utf8 warnings in the caller each time we use urpm::msg.Rafael Garcia-Suarez2005-08-311-0/+10
* decode every utf8 that gets translatedRafael Garcia-Suarez2005-08-301-1/+3
* Update copyrightsRafael Garcia-Suarez2005-04-251-1/+1
* Fall back to using locale(1) if I18N::Langinfo is not available.Rafael Garcia-Suarez2005-02-241-1/+5
* Locale::gettext is not optional in urpmi.Rafael Garcia-Suarez2005-02-241-6/+4
* Adds a function from_utf8() to convert strings from RPM headers (utf8)Rafael Garcia-Suarez2005-02-241-1/+13
* Remove GUI messages.Rafael Garcia-Suarez2004-12-071-53/+27
* When asking for choices, default to the first oneRafael Garcia-Suarez2004-11-241-1/+3
* Optionally use zenity instead of gchooser if found, it's much prettierRafael Garcia-Suarez2004-08-161-0/+1
* Copyright updatesRafael Garcia-Suarez2004-07-221-0/+4
* Missing changes in the last revision (urpmi v1.249)Rafael Garcia-Suarez2004-05-131-1/+1
* Initialize the noexpr and yesexpr *after* the locale has been set.Rafael Garcia-Suarez2004-04-281-3/+3
* Fix interactive mode in urpmeRafael Garcia-Suarez2004-04-281-2/+2
* Fix locale handling and the --no-locales command-line argumentRafael Garcia-Suarez2004-04-281-2/+5
* Fix regressions due to modularizationRafael Garcia-Suarez2004-04-201-4/+4
* Some more cleanup and refactorization.Rafael Garcia-Suarez2004-04-191-1/+8
* Factorize the message/prompt/I18N code of urpm* in a separate moduleRafael Garcia-Suarez2004-04-141-0/+109