Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move comment where it belongs | Thierry Vignaud | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | split drakbug stuff in its own module (mga#14565) | Thierry Vignaud | 2014-11-25 | 1 | -37/+1 |
| | | | | rationale: @ARGV handling in standalone breaks gurpmi --auto | ||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -1/+1 |
| | | | | they're obsolete since switching from CVS/SVN to git... | ||||
* | display mga copyright too (mga#10289) | Thierry Vignaud | 2014-01-07 | 1 | -0/+1 |
| | |||||
* | declare exit as a function, to allow to override synonymous builtin | Guillaume Rousse | 2012-09-22 | 1 | -0/+1 |
| | |||||
* | no need to test for a potential match before substituting | Guillaume Rousse | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | use perl syntax, not sed one | Guillaume Rousse | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -2/+2 |
| | |||||
* | (bug_handler) do not keep around the segfaulted process once we | Thierry Vignaud | 2011-11-22 | 1 | -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 report | Thierry Vignaud | 2011-11-22 | 1 | -0/+1 |
| | |||||
* | include better C traces in reports | Thierry Vignaud | 2011-11-22 | 1 | -2/+5 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-06 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. 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 accordingly | Thierry Vignaud | 2009-10-27 | 1 | -2/+1 |
| | |||||
* | workaround crahsing while handling strange DBus errors (hacky :-() such as: | Thierry Vignaud | 2008-09-29 | 1 | -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 variable | Thierry Vignaud | 2008-09-23 | 1 | -2/+4 |
| | |||||
* | - drakbug: | Pascal Rigaux | 2008-02-29 | 1 | -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 typo | Pascal Rigaux | 2008-02-05 | 1 | -1/+1 |
| | |||||
* | bump copyright year | Thierry Vignaud | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | keep buggy process around so that we can run gdb on it (if perl segfaulted) | Thierry Vignaud | 2007-11-06 | 1 | -1/+2 |
| | |||||
* | (bug_handler) nicer formatting for real segfaults | Thierry Vignaud | 2007-09-13 | 1 | -0/+1 |
| | |||||
* | (bug_handler) distinct exceptions from SEGV, thus restoring catching | Thierry Vignaud | 2007-09-13 | 1 | -4/+4 |
| | | | | | SEGV and preventing looping while segfaulting again | ||||
* | (bug_handler) do a "normal" die if drakbug is not present | Thierry Vignaud | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | fix fetching translations from "libDrakX-standalone" domain (#32402) | Thierry Vignaud | 2007-08-08 | 1 | -0/+2 |
| | |||||
* | (bug_handler) make it more readable | Thierry Vignaud | 2007-08-06 | 1 | -0/+6 |
| | |||||
* | (bug_handler) better test | Thierry Vignaud | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | exceptions with "\n" are considered normal ways to quit and thus do not fire up | Thierry Vignaud | 2007-08-06 | 1 | -0/+5 |
| | | | | | drakbug (eg: #32292) | ||||
* | (bug_handler) drakbug: do not report "wizcancel" exceptions (#32308) | Thierry Vignaud | 2007-08-06 | 1 | -2/+2 |
| | |||||
* | (bug_handler) explain | Thierry Vignaud | 2007-08-02 | 1 | -0/+3 |
| | |||||
* | report real version on --help, set by Makefie | Thierry Vignaud | 2007-08-02 | 1 | -1/+4 |
| | |||||
* | (bug_handler) prevent looping if drakbug crashes | Thierry Vignaud | 2007-08-02 | 1 | -0/+4 |
| | |||||
* | (bug_handler) display full backtrace | Thierry Vignaud | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | (bug_handler) do not fsck up exceptions in eval { } | Thierry Vignaud | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | provide drakbug with the perl backtrace | Thierry Vignaud | 2007-08-01 | 1 | -2/+3 |
| | |||||
* | report ordinary crash (unhandled exceptions, not seg faults) on bugzilla too | Thierry Vignaud | 2007-08-01 | 1 | -1/+7 |
| | |||||
* | centralize common textdomains in a single common place, thus ensuring ↵ | Thierry Vignaud | 2007-06-28 | 1 | -1/+0 |
| | | | | they'll be binded (#31580) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -5/+6 |
| | |||||
* | add support for $::no_global_argv_parsing, enabling to NOT using common option | Thierry Vignaud | 2005-12-22 | 1 | -1/+2 |
| | | | | | managemnt (eg: when using Getopt) | ||||
* | allow common.pm and standalone.pm to be used in drakxtools-backend without ↵ | Pascal Rigaux | 2005-12-18 | 1 | -2/+4 |
| | | | | perl-Locale-gettext | ||||
* | use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵ | Pascal Rigaux | 2005-12-15 | 1 | -1/+1 |
| | | | | | | | instead of module c (that way we can also use dngettext, and it's more modular) | ||||
* | - fix typo | Daouda Lo | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | rename setlocale() as init_setlocale() since it's more meaninfull regarding ↵ | Thierry Vignaud | 2005-06-30 | 1 | -1/+1 |
| | | | | its purpose | ||||
* | class_discard is a bad idea, now unused, so drop it | Pascal Rigaux | 2005-06-10 | 1 | -1/+1 |
| | |||||
* | mandrakelinux -> Mandriva Linux | Pablo Saratxaga | 2005-04-23 | 1 | -4/+4 |
| | |||||
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -3/+3 |
| | |||||
* | switch from MandrakeSoft to Mandriva in copyright notices | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | help perl | Pascal Rigaux | 2005-03-10 | 1 | -2/+2 |
| | |||||
* | log program exiting | Thierry Vignaud | 2005-03-08 | 1 | -1/+14 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -3/+3 |
| | |||||
* | (version) print translated usage message (#5657) | Thierry Vignaud | 2004-09-29 | 1 | -1/+2 |
| | |||||
* | aspell's typo fixes | Thierry Vignaud | 2004-08-23 | 1 | -1/+1 |
| |