X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-0;h=5eb30711b3fa2929eda791cf9482f58e2897ea16;hb=799c99ade81172e234bf2b5072f7d8c90c431155;hp=d85822145498d26ecc1de4bdd0deaa060ad905b1;hpb=738c1cfd6bc87a410324209e8e96f76f90ada720;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index d858221..5eb3071 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,25 +1,3 @@ -2002-03-13 Erwann Chenede - * glib/gconvert.c - glib/gen-unicode-tables.pl - glib/gunidecomp.h : fixed cast/type problems to - avoid warnings (with forte compiler) (#73898) - -2002-03-12 Alexander Larsson - - * glib/gconvert.c: - Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and - use instead. Add g_convert_init() that calls have_broken_filenames() - - * gthread/gthread-impl.c: - Have g_thread_init call g_convert_init. - -2002-03-11 Matthias Clasen - - * glib/gstrfuncs.c (g_strtod): - (g_ascii_strtod): - (g_ascii_dtostr): - (g_ascii_formatd): Doc formatting fixes. - Fri Mar 8 10:58:28 2002 Owen Taylor * ======== Released 2.0.0 ======== @@ -6799,7 +6777,7 @@ Mon Mar 22 03:54:43 1999 Tim Janik functions, so it can be used to e.g. pass a GPollFd. (g_main_poll): only add poll records with an events mask != 0 to the fd_array. don't even bother calling poll_func() if fds=timeout=0. - added debugging printouts around poll_func() invokation that can be + added debugging printouts around poll_func() invocation that can be enabled with #define G_MAIN_POLL_DEBUG. Fri Mar 19 16:29:50 PST 1999 Manish Singh