summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
Commit message (Collapse)AuthorAgeFilesLines
* workaround crahsing while handling strange DBus errors (hacky :-() such as:Thierry Vignaud2008-09-291-1/+1
| | | | | | | | | | | | "org.freedesktop.Hal.NoSuchDevice: No device with id /org/freedesktop/Hal/devices/volume_uuid_0d60bf68_9e31_46b5_b98a_ac61d2f96352" which results in: "Operation "eq": no method found, left argument in overloaded package Net::DBus::Error, right argument in overloaded package Net::DBus::Error at /usr/lib/libDrakX/standalone.pm line 199."
* enable to disable it trough the DISABLE_DRAKBUG environment variableThierry Vignaud2008-09-231-2/+4
|
* - drakbug:Pascal Rigaux2008-02-291-1/+1
| | | | | | o do not catch exception if $^S is undef (occurs when "eval { require foo }" and foo.pm do "use not_available")
* fix titi typoPascal Rigaux2008-02-051-1/+1
|
* bump copyright yearThierry Vignaud2008-01-231-1/+1
|
* keep buggy process around so that we can run gdb on it (if perl segfaulted)Thierry Vignaud2007-11-061-1/+2
|
* (bug_handler) nicer formatting for real segfaultsThierry Vignaud2007-09-131-0/+1
|
* (bug_handler) distinct exceptions from SEGV, thus restoring catchingThierry Vignaud2007-09-131-4/+4
| | | | | SEGV and preventing looping while segfaulting again
* (bug_handler) do a "normal" die if drakbug is not presentThierry Vignaud2007-08-091-1/+1
|
* fix fetching translations from "libDrakX-standalone" domain (#32402)Thierry Vignaud2007-08-081-0/+2
|
* (bug_handler) make it more readableThierry Vignaud2007-08-061-0/+6
|
* (bug_handler) better testThierry Vignaud2007-08-061-1/+1
|
* exceptions with "\n" are considered normal ways to quit and thus do not fire upThierry Vignaud2007-08-061-0/+5
| | | | | drakbug (eg: #32292)
* (bug_handler) drakbug: do not report "wizcancel" exceptions (#32308)Thierry Vignaud2007-08-061-2/+2
|
* (bug_handler) explainThierry Vignaud2007-08-021-0/+3
|
* report real version on --help, set by MakefieThierry Vignaud2007-08-021-1/+4
|
* (bug_handler) prevent looping if drakbug crashesThierry Vignaud2007-08-021-0/+4
|
* (bug_handler) display full backtraceThierry Vignaud2007-08-021-0/+1
|
* (bug_handler) do not fsck up exceptions in eval { }Thierry Vignaud2007-08-021-0/+1
|
* provide drakbug with the perl backtraceThierry Vignaud2007-08-011-2/+3
|
* report ordinary crash (unhandled exceptions, not seg faults) on bugzilla tooThierry Vignaud2007-08-011-1/+7
|
* centralize common textdomains in a single common place, thus ensuring ↵Thierry Vignaud2007-06-281-1/+0
| | | | they'll be binded (#31580)
* re-sync after the big svn lossPascal Rigaux2007-04-251-5/+6
|
* add support for $::no_global_argv_parsing, enabling to NOT using common optionThierry Vignaud2005-12-221-1/+2
| | | | | managemnt (eg: when using Getopt)
* allow common.pm and standalone.pm to be used in drakxtools-backend without ↵Pascal Rigaux2005-12-181-2/+4
| | | | perl-Locale-gettext
* use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵Pascal Rigaux2005-12-151-1/+1
| | | | | | | instead of module c (that way we can also use dngettext, and it's more modular)
* - fix typoDaouda Lo2005-09-131-1/+1
|
* rename setlocale() as init_setlocale() since it's more meaninfull regarding ↵Thierry Vignaud2005-06-301-1/+1
| | | | its purpose
* class_discard is a bad idea, now unused, so drop itPascal Rigaux2005-06-101-1/+1
|
* mandrakelinux -> Mandriva LinuxPablo Saratxaga2005-04-231-4/+4
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-3/+3
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* help perlPascal Rigaux2005-03-101-2/+2
|
* log program exitingThierry Vignaud2005-03-081-1/+14
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-3/+3
|
* (version) print translated usage message (#5657)Thierry Vignaud2004-09-291-1/+2
|
* aspell's typo fixesThierry Vignaud2004-08-231-1/+1
|
* Remove a perl compilation warningRafael Garcia-Suarez2004-08-131-6/+5
|
* perl_checker cleanupsThierry Vignaud2004-08-111-2/+2
|
* perl_checker compliancePascal Rigaux2004-08-111-3/+3
|
* s/Mandrake/MandrakelinuxFunda Wang2004-08-081-3/+3
|
* (rename) only log succesfull renamingsThierry Vignaud2004-07-221-1/+1
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* XFree 3 is gone!Pascal Rigaux2004-05-031-1/+1
|
* (version) bump release numberThierry Vignaud2004-04-301-1/+1
|
* $::noBorder is deprecated (it was the same as !$::isInstall)Pascal Rigaux2004-02-041-1/+0
|
* http://www.gnu.org/prep/standards_18.html says --help and --version are ↵Guillaume Cottenceau2004-02-041-2/+2
| | | | printed on standard output
* update drakfont help messageThierry Vignaud2004-02-021-2/+4
|
* bump copyrightThierry Vignaud2004-02-021-1/+1
|
* --help: documente new drakboot and drakconnect parametersThierry Vignaud2004-02-021-0/+12
|