diff --git a/ChangeLog b/ChangeLog index f689c187b..002d167f0 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 f689c187b..002d167f0 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 f689c187b..002d167f0 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 f689c187b..002d167f0 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 f689c187b..002d167f0 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 f689c187b..002d167f0 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 78a021ea3..008bd6652 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