diff --git a/ChangeLog b/ChangeLog index 756e71b26..ebebbbd8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed + typo. (#78985). Merged from HEAD. + 2002-04-19 Tor Lillqvist * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 756e71b26..ebebbbd8a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed + typo. (#78985). Merged from HEAD. + 2002-04-19 Tor Lillqvist * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 756e71b26..ebebbbd8a 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed + typo. (#78985). Merged from HEAD. + 2002-04-19 Tor Lillqvist * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 756e71b26..ebebbbd8a 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed + typo. (#78985). Merged from HEAD. + 2002-04-19 Tor Lillqvist * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 756e71b26..ebebbbd8a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed + typo. (#78985). Merged from HEAD. + 2002-04-19 Tor Lillqvist * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 756e71b26..ebebbbd8a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed + typo. (#78985). Merged from HEAD. + 2002-04-19 Tor Lillqvist * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 756e71b26..ebebbbd8a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed + typo. (#78985). Merged from HEAD. + 2002-04-19 Tor Lillqvist * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c index ed44d2a66..24105a39c 100644 --- a/gthread/gthread-impl.c +++ b/gthread/gthread-impl.c @@ -350,7 +350,7 @@ g_thread_init (GThreadFunctions* init) init->cond_free && init->private_new && init->private_get && - init->private_get && + init->private_set && init->thread_create && init->thread_yield && init->thread_join &&