# HG changeset patch # User nenolod # Date 1168159782 28800 # Node ID 9841545632e90ef882f9e989fdf1272340725de9 # Parent 9fc150e3542edebf5f270f08e2d456e1300bf13b [svn] - reverse the nature of the crash handler diff -r 9fc150e3542e -r 9841545632e9 ChangeLog --- a/ChangeLog Sun Jan 07 00:47:47 2007 -0800 +++ b/ChangeLog Sun Jan 07 00:49:42 2007 -0800 @@ -1,3 +1,12 @@ +2007-01-07 08:47:47 +0000 William Pitcock + revision [3588] + - add memory_pool_add(): adds a pre-allocated element to a memory pool + + trunk/audacious/memorypool.c | 10 ++++++++++ + trunk/audacious/memorypool.h | 1 + + 2 files changed, 11 insertions(+) + + 2007-01-06 21:29:29 +0000 Giacomo Lozito revision [3586] - strenghtened penalty check in playback_initiate to handle some extreme situations (such as no output plugins loaded) diff -r 9fc150e3542e -r 9841545632e9 audacious/signals.c --- a/audacious/signals.c Sun Jan 07 00:47:47 2007 -0800 +++ b/audacious/signals.c Sun Jan 07 00:49:42 2007 -0800 @@ -86,7 +86,7 @@ static void sigsegv_handler (gint signal_number) { -#ifdef HANDLE_SIGSEGV +#ifndef SIGSEGV_ABORT g_printerr(_("\nReceived SIGSEGV\n\n" "This could be a bug in Audacious. If you don't know why this happened, " "file a bug at http://bugs-meta.atheme.org/\n\n"));