X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-6;h=2b0c0608633e21524454b6c426da19bbc8a91961;hb=a3fc275ddd1237ba897eb86200636c49ffedae35;hp=b3b2632c666598f1f03b799a7f23e8cf19776f3a;hpb=7633908c9396ff0b45d3f09c898781adb4caab84;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b3b2632..2b0c060 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,26 @@ +2000-09-29 Martin Baulig + + Several minor ANSI C fixes. + + Added missing casts: + * gdate.c (g_date_fill_parse_tokens): `s = (guchar *) str'. + * gmain.c (g_idle_dispatch): `func = (GSourceFunc) source_data'. + (g_idle_add_full): `(gpointer) function' in call to g_source_add(). + * gstrfuncs.c (g_strdown): `s = (guchar *) string' and + `return (gchar *) string'. + (g_strup): Likewise. + (g_strchug): `start = (guchar*) string' in 1st for() argument; + `strlen ((gchar *) start)' in call to g_memmove(). + * gstring.c (g_string_down): `s = (guchar *) string->str'. + (g_string_up): Likewise. + * gthreadpool.c (stop_this_thread_marker): + `(gpointer) &g_thread_pool_new'. + * gunidecomp.h (decomp_table[]): Cast all the strings to + `unsigned char *'. + + Put text following #endif into comments: + * gmain.c: here. + 2000-09-29 Sebastian Wilhelmi * configure.in, glib.h: Added errorcheck mutexes. These are