From: Manish Singh Date: Mon, 14 Mar 2005 05:30:08 +0000 (+0000) Subject: remove spurious IA prefix from g_quark_try_string. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=dc232b4900fef925b2893aded1646ec7b88969a4;p=dana%2Fcg-glib.git remove spurious IA prefix from g_quark_try_string. Sun Mar 13 21:28:47 2005 Manish Singh * glib/gdataset.c: remove spurious IA prefix from g_quark_try_string. --- diff --git a/ChangeLog b/ChangeLog index 50f04e04..eaaf45dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ -005-03-13 Matthias Clasen +Sun Mar 13 21:28:47 2005 Manish Singh + + * glib/gdataset.c: remove spurious IA prefix from g_quark_try_string. + +2005-03-13 Matthias Clasen * glib/gatomic.c: * glib/gcache.c: Small fixes to the previous commit. -005-03-13 Matthias Clasen +2005-03-13 Matthias Clasen Make PLT-reduction work with gcc4, and don't include everything in galias.h: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 50f04e04..eaaf45dd 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,9 +1,13 @@ -005-03-13 Matthias Clasen +Sun Mar 13 21:28:47 2005 Manish Singh + + * glib/gdataset.c: remove spurious IA prefix from g_quark_try_string. + +2005-03-13 Matthias Clasen * glib/gatomic.c: * glib/gcache.c: Small fixes to the previous commit. -005-03-13 Matthias Clasen +2005-03-13 Matthias Clasen Make PLT-reduction work with gcc4, and don't include everything in galias.h: diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 50f04e04..eaaf45dd 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,9 +1,13 @@ -005-03-13 Matthias Clasen +Sun Mar 13 21:28:47 2005 Manish Singh + + * glib/gdataset.c: remove spurious IA prefix from g_quark_try_string. + +2005-03-13 Matthias Clasen * glib/gatomic.c: * glib/gcache.c: Small fixes to the previous commit. -005-03-13 Matthias Clasen +2005-03-13 Matthias Clasen Make PLT-reduction work with gcc4, and don't include everything in galias.h: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 50f04e04..eaaf45dd 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,9 +1,13 @@ -005-03-13 Matthias Clasen +Sun Mar 13 21:28:47 2005 Manish Singh + + * glib/gdataset.c: remove spurious IA prefix from g_quark_try_string. + +2005-03-13 Matthias Clasen * glib/gatomic.c: * glib/gcache.c: Small fixes to the previous commit. -005-03-13 Matthias Clasen +2005-03-13 Matthias Clasen Make PLT-reduction work with gcc4, and don't include everything in galias.h: diff --git a/glib/gdataset.c b/glib/gdataset.c index 4aecff7f..fbd9c2da 100644 --- a/glib/gdataset.c +++ b/glib/gdataset.c @@ -545,7 +545,7 @@ g_data_initialize (void) } GQuark -IA__g_quark_try_string (const gchar *string) +g_quark_try_string (const gchar *string) { GQuark quark = 0; g_return_val_if_fail (string != NULL, 0);