diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-11-04 20:10:34 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-11-04 20:10:34 +0000 |
commit | d089e382c386afbd648f8af3438410b6ef23a05c (patch) | |
tree | 3ea8eda9abb1d18e6de43d0ed68f6b086a7d784d | |
parent | 289b42f23158eff580d78069887379480796eaf8 (diff) |
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>
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-12 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 8 | ||||
-rw-r--r-- | glib/gbsearcharray.c | 3 | ||||
-rw-r--r-- | gobject/ChangeLog | 9 | ||||
-rw-r--r-- | gobject/gsignal.c | 4 | ||||
-rw-r--r-- | gobject/gtype.c | 1 | ||||
-rw-r--r-- | gobject/gvaluearray.c | 2 | ||||
-rw-r--r-- | gthread/ChangeLog | 4 | ||||
-rw-r--r-- | gthread/gthread-posix.c | 2 | ||||
-rw-r--r-- | gthread/gthread-solaris.c | 2 | ||||
-rw-r--r-- | tests/uri-test.c | 2 |
16 files changed, 85 insertions, 0 deletions
@@ -1,3 +1,11 @@ +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 12:59:01 2002 Owen Taylor <otaylor@redhat.com> * glib/gscanner.[ch] glib/gstrfuncs.[ch] configure.in: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 470349fcf..62de1cb8e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +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 12:59:01 2002 Owen Taylor <otaylor@redhat.com> * glib/gscanner.[ch] glib/gstrfuncs.[ch] configure.in: diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 470349fcf..62de1cb8e 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,11 @@ +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 12:59:01 2002 Owen Taylor <otaylor@redhat.com> * glib/gscanner.[ch] glib/gstrfuncs.[ch] configure.in: diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 470349fcf..62de1cb8e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,11 @@ +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 12:59:01 2002 Owen Taylor <otaylor@redhat.com> * glib/gscanner.[ch] glib/gstrfuncs.[ch] configure.in: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 470349fcf..62de1cb8e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +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 12:59:01 2002 Owen Taylor <otaylor@redhat.com> * glib/gscanner.[ch] glib/gstrfuncs.[ch] configure.in: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 470349fcf..62de1cb8e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +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 12:59:01 2002 Owen Taylor <otaylor@redhat.com> * glib/gscanner.[ch] glib/gstrfuncs.[ch] configure.in: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 470349fcf..62de1cb8e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +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 12:59:01 2002 Owen Taylor <otaylor@redhat.com> * glib/gscanner.[ch] glib/gstrfuncs.[ch] configure.in: diff --git a/glib/gbsearcharray.c b/glib/gbsearcharray.c index ee8b3a118..a9891eca0 100644 --- a/glib/gbsearcharray.c +++ b/glib/gbsearcharray.c @@ -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" diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 92f0151bc..dedc3c0e9 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -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) + Sat Oct 12 22:02:32 2002 Tim Janik <timj@gtk.org> * testgobject.c: test creation of new fundamental types. diff --git a/gobject/gsignal.c b/gobject/gsignal.c index 893667592..3050ded24 100644 --- a/gobject/gsignal.c +++ b/gobject/gsignal.c @@ -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) diff --git a/gobject/gtype.c b/gobject/gtype.c index f5d341e9f..9cdc9a49c 100644 --- a/gobject/gtype.c +++ b/gobject/gtype.c @@ -16,6 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307, USA. */ +#include <config.h> #include "gtype.h" /* diff --git a/gobject/gvaluearray.c b/gobject/gvaluearray.c index 44685482e..908724270 100644 --- a/gobject/gvaluearray.c +++ b/gobject/gvaluearray.c @@ -21,6 +21,8 @@ * MT safe */ +#include <config.h> + #include "gvaluearray.h" #include <string.h> #include <stdlib.h> /* qsort() */ diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 9a1070bb5..c306b3954 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -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, diff --git a/gthread/gthread-posix.c b/gthread/gthread-posix.c index 4df20b58c..eb15afb0e 100644 --- a/gthread/gthread-posix.c +++ b/gthread/gthread-posix.c @@ -31,6 +31,8 @@ * MT safe */ +#include <config.h> + #include <pthread.h> #include <errno.h> #include <stdlib.h> diff --git a/gthread/gthread-solaris.c b/gthread/gthread-solaris.c index 259fbe813..a6bacdede 100644 --- a/gthread/gthread-solaris.c +++ b/gthread/gthread-solaris.c @@ -31,6 +31,8 @@ * MT safe */ +#include <config.h> + #include <thread.h> #include <errno.h> #include <stdlib.h> diff --git a/tests/uri-test.c b/tests/uri-test.c index 000917656..814025752 100644 --- a/tests/uri-test.c +++ b/tests/uri-test.c @@ -27,6 +27,8 @@ #undef G_DISABLE_ASSERT #undef G_LOG_DOMAIN +#include <config.h> + #include <glib.h> #include <stdio.h> #include <string.h> |