summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
Commit message (Collapse)AuthorAgeFilesLines
* declare exit as a function, to allow to override synonymous builtinGuillaume Rousse2012-09-221-0/+1
|
* no need to test for a potential match before substitutingGuillaume Rousse2012-09-121-1/+1
|
* use perl syntax, not sed oneGuillaume Rousse2012-09-121-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-231-2/+2
|
* (bug_handler) do not keep around the segfaulted process once weThierry Vignaud2011-11-221-1/+1
| | | | | | collected all needed data when running drakbug this eats memory for nothing
* (bug_handler) remove top of traces that is inside bug handler from reportThierry Vignaud2011-11-221-0/+1
|
* include better C traces in reportsThierry Vignaud2011-11-221-2/+5
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* adjust translations accordinglyThierry Vignaud2009-10-271-2/+1
|
* 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
|