mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
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)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user