Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,

Mon Nov  4 14:41:48 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/gbsearcharray.c: Include config.h
        so DISABLE_MEMPOOLS actually has an effect.
        (#96437, Morten Welinder)

        * tests/uri-test.c: Include <config.h>

Mon Nov  4 14:42:36 2002  Owen Taylor  <otaylor@redhat.com>

        * gtype.c gsignal.c gvaluearray.c: Include config.h
        so DISABLE_MEMPOOLS actually has an effect.
        (#96437, Morten Welinder)

        * gsignal.c: Conditionalize definition of g_handler_ts
        on DISABLE_MEM_POOLS (#96437)

Mon Nov  4 14:45:24 2002  Owen Taylor  <otaylor@redhat.com>

        * gthread-posix.c gthread-solaris.c: Include <config.h>
This commit is contained in:
Owen Taylor 2002-11-04 20:09:48 +00:00 committed by Owen Taylor
parent b29e35c773
commit d4407e38fa
16 changed files with 113 additions and 0 deletions

View File

@ -1,3 +1,15 @@
Mon Nov 4 14:41:48 2002 Owen Taylor <otaylor@redhat.com>
* glib/gbsearcharray.c: Include config.h
so DISABLE_MEMPOOLS actually has an effect.
(#96437, Morten Welinder)
* tests/uri-test.c: Include <config.h>
Mon Nov 4 10:45:48 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Require pkg-config 0.14. (#97553)
2002-11-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belarusian to ALL_LINGUAS

View File

@ -1,3 +1,15 @@
Mon Nov 4 14:41:48 2002 Owen Taylor <otaylor@redhat.com>
* glib/gbsearcharray.c: Include config.h
so DISABLE_MEMPOOLS actually has an effect.
(#96437, Morten Welinder)
* tests/uri-test.c: Include <config.h>
Mon Nov 4 10:45:48 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Require pkg-config 0.14. (#97553)
2002-11-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belarusian to ALL_LINGUAS

View File

@ -1,3 +1,15 @@
Mon Nov 4 14:41:48 2002 Owen Taylor <otaylor@redhat.com>
* glib/gbsearcharray.c: Include config.h
so DISABLE_MEMPOOLS actually has an effect.
(#96437, Morten Welinder)
* tests/uri-test.c: Include <config.h>
Mon Nov 4 10:45:48 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Require pkg-config 0.14. (#97553)
2002-11-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belarusian to ALL_LINGUAS

View File

@ -1,3 +1,15 @@
Mon Nov 4 14:41:48 2002 Owen Taylor <otaylor@redhat.com>
* glib/gbsearcharray.c: Include config.h
so DISABLE_MEMPOOLS actually has an effect.
(#96437, Morten Welinder)
* tests/uri-test.c: Include <config.h>
Mon Nov 4 10:45:48 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Require pkg-config 0.14. (#97553)
2002-11-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belarusian to ALL_LINGUAS

View File

@ -1,3 +1,15 @@
Mon Nov 4 14:41:48 2002 Owen Taylor <otaylor@redhat.com>
* glib/gbsearcharray.c: Include config.h
so DISABLE_MEMPOOLS actually has an effect.
(#96437, Morten Welinder)
* tests/uri-test.c: Include <config.h>
Mon Nov 4 10:45:48 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Require pkg-config 0.14. (#97553)
2002-11-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belarusian to ALL_LINGUAS

View File

@ -1,3 +1,15 @@
Mon Nov 4 14:41:48 2002 Owen Taylor <otaylor@redhat.com>
* glib/gbsearcharray.c: Include config.h
so DISABLE_MEMPOOLS actually has an effect.
(#96437, Morten Welinder)
* tests/uri-test.c: Include <config.h>
Mon Nov 4 10:45:48 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Require pkg-config 0.14. (#97553)
2002-11-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belarusian to ALL_LINGUAS

View File

@ -1,3 +1,15 @@
Mon Nov 4 14:41:48 2002 Owen Taylor <otaylor@redhat.com>
* glib/gbsearcharray.c: Include config.h
so DISABLE_MEMPOOLS actually has an effect.
(#96437, Morten Welinder)
* tests/uri-test.c: Include <config.h>
Mon Nov 4 10:45:48 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Require pkg-config 0.14. (#97553)
2002-11-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belarusian to ALL_LINGUAS

View File

@ -16,6 +16,9 @@
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#define G_IMPLEMENT_INLINES 1
#define __G_BSEARCHARRAY_C__
#include "gbsearcharray.h"

View File

@ -1,3 +1,12 @@
Mon Nov 4 14:42:36 2002 Owen Taylor <otaylor@redhat.com>
* gtype.c gsignal.c gvaluearray.c: Include config.h
so DISABLE_MEMPOOLS actually has an effect.
(#96437, Morten Welinder)
* gsignal.c: Conditionalize definition of g_handler_ts
on DISABLE_MEM_POOLS (#96437)
2002-10-16 Matthias Clasen <maclas@gmx.de>
* glib-mkenums.in: Support for template files.

View File

@ -24,6 +24,8 @@
* MT safe
*/
#include <config.h>
#include "gsignal.h"
#include "gbsearcharray.h"
#include "gvaluecollector.h"
@ -248,7 +250,9 @@ static GBSearchConfig g_class_closure_bconfig = G_STATIC_BCONFIG (sizeof (ClassC
static GHashTable *g_handler_list_bsa_ht = NULL;
static Emission *g_recursive_emissions = NULL;
static Emission *g_restart_emissions = NULL;
#ifndef DISABLE_MEM_POOLS
static GTrashStack *g_handler_ts = NULL;
#endif
static gulong g_handler_sequential_number = 1;
G_LOCK_DEFINE_STATIC (g_signal_mutex);
#define SIGNAL_LOCK() G_LOCK (g_signal_mutex)

View File

@ -16,6 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "gtype.h"
/*

View File

@ -21,6 +21,8 @@
* MT safe
*/
#include <config.h>
#include "gvaluearray.h"
#include <string.h>
#include <stdlib.h> /* qsort() */

View File

@ -1,3 +1,7 @@
Mon Nov 4 14:45:24 2002 Owen Taylor <otaylor@redhat.com>
* gthread-posix.c gthread-solaris.c: Include <config.h>
2002-03-10 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c (g_thread_create_posix_impl): Do a comparison,

View File

@ -31,6 +31,8 @@
* MT safe
*/
#include <config.h>
#include <pthread.h>
#include <errno.h>
#include <stdlib.h>

View File

@ -31,6 +31,8 @@
* MT safe
*/
#include <config.h>
#include <thread.h>
#include <errno.h>
#include <stdlib.h>

View File

@ -27,6 +27,8 @@
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
#include <config.h>
#include <glib.h>
#include <stdio.h>
#include <string.h>