From 6fb380e374a6e927ac5d9d8ef1056b2973ce22f2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 10 Aug 2003 01:54:02 +0000 Subject: [PATCH] Add g_once_impl. 2003-08-08 Tor Lillqvist * glib/glib.def: Add g_once_impl. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-12 | 2 ++ ChangeLog.pre-2-4 | 2 ++ ChangeLog.pre-2-6 | 2 ++ ChangeLog.pre-2-8 | 2 ++ glib/glib.def | 2 +- 7 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f689c18..002d167 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-08-08 Tor Lillqvist + * glib/glib.def: Add g_once_impl. + * glib/gutils.c (g_setenv): Fix syntax error in the !HAVE_SETENV case. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f689c18..002d167 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2003-08-08 Tor Lillqvist + * glib/glib.def: Add g_once_impl. + * glib/gutils.c (g_setenv): Fix syntax error in the !HAVE_SETENV case. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index f689c18..002d167 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2003-08-08 Tor Lillqvist + * glib/glib.def: Add g_once_impl. + * glib/gutils.c (g_setenv): Fix syntax error in the !HAVE_SETENV case. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f689c18..002d167 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2003-08-08 Tor Lillqvist + * glib/glib.def: Add g_once_impl. + * glib/gutils.c (g_setenv): Fix syntax error in the !HAVE_SETENV case. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f689c18..002d167 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2003-08-08 Tor Lillqvist + * glib/glib.def: Add g_once_impl. + * glib/gutils.c (g_setenv): Fix syntax error in the !HAVE_SETENV case. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f689c18..002d167 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2003-08-08 Tor Lillqvist + * glib/glib.def: Add g_once_impl. + * glib/gutils.c (g_setenv): Fix syntax error in the !HAVE_SETENV case. diff --git a/glib/glib.def b/glib/glib.def index 78a021e..008bd66 100644 --- a/glib/glib.def +++ b/glib/glib.def @@ -173,7 +173,6 @@ EXPORTS g_get_codeset g_get_current_dir g_get_current_time - g_getenv g_get_home_dir g_get_prgname g_get_real_name @@ -393,6 +392,7 @@ EXPORTS g_nullify_pointer g_on_error_query g_on_error_stack_trace + g_once_impl g_parse_debug_string g_path_get_basename g_path_get_dirname -- 2.7.4