diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-15 01:35:07 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-15 01:35:07 +0000 |
commit | ceb35b237bb7538c0defd3acc13f95af3081495e (patch) | |
tree | 7891d46d843cc0bacf512de2c9ca13b3863c4f25 /ChangeLog.pre-2-2 | |
parent | c95ce4b301b073a10cf7d0b9077ed3a605b34a17 (diff) |
Break _g_locale_charset() into two pieces - a fast "raw" piece, and a slow
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)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 7d8fdcb5f..f91117cd4 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,11 @@ +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. |