Slight update to match what is currently produced by configure.
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index 0c18506..ce0338d 100644 (file)
@@ -1,5 +1,39 @@
+2002-12-15  Tor Lillqvist  <tml@iki.fi>
+
+       * config.h.win32.in: Slight update to match what is currently
+       produced by configure.
+
+Sat Dec 14 21:24:04 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gutils.c (g_get_any_init): HP-UX 10 xshares the
+       same non-posix getpwuid_r signature as AIX. 
+       (#100756, Kai Poitschke)
+
+Sat Dec 14 21:10:57 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gthread.h: Mark the contents of the strucures
+       in this file /*< private >*/
+
+       * glib/gthread.[ch]: Rename the 'write' field of the
+       structure to 'have_writer' to avoid any possible
+       conflict with system headers. (#90549, Morten Welinder)
+
+Sat Dec 14 20:11:41 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/libcharset/{localcharset.[ch] libcharset-glib.patch}
+       glib/gutf8.c: Break _g_locale_charset() into two pieces 
+       - a fast "raw" piece, and a slow "unalias pieces". 
+       Always call the "raw" piece, and call the unalias bit
+       if it changes. Use a per-thread cache. (#79529)
+
 2002-12-15  Matthias Clasen  <maclas@gmx.de>
 
+       * configure.in: Set TRIO_LIBS when building with trio.
+
+       * glib-2.0.pc.in (Libs): Add @TRIO_LIBS@.
+
+       * glib/trio/Makefile.am (libtrio_la_LIBADD): Use @TRIO_LIBS@.
+
        * glib/trio/glibtrio.h: New file, redefining all trio symbols to
        fall into the _G/_g_ private glib namespace.