summaryrefslogtreecommitdiff
path: root/gthread
diff options
context:
space:
mode:
authorAlexander Larsson <alla@lysator.liu.se>2002-03-13 05:01:58 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-03-13 05:01:58 +0000
commit428704a0b6efde1e2dcd9fd04a01ac5cad6c6c17 (patch)
tree1ca0e0000dc7ea77a006d38ce7ef8d9900a204f0 /gthread
parent3346808702b3c828b82f4b444b796f2bb8cd5c4e (diff)
downloadglib-428704a0b6efde1e2dcd9fd04a01ac5cad6c6c17.tar.gz
glib-428704a0b6efde1e2dcd9fd04a01ac5cad6c6c17.tar.bz2
glib-428704a0b6efde1e2dcd9fd04a01ac5cad6c6c17.zip
Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and use
2002-03-12 Alexander Larsson <alla@lysator.liu.se> * 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.
Diffstat (limited to 'gthread')
-rw-r--r--gthread/gthread-impl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c
index ef79584b3..ed44d2a66 100644
--- a/gthread/gthread-impl.c
+++ b/gthread/gthread-impl.c
@@ -65,6 +65,7 @@ static gint g_thread_priority_map [G_THREAD_PRIORITY_URGENT + 1];
void g_mutex_init (void);
void g_mem_init (void);
void g_messages_init (void);
+void g_convert_init (void);
#define G_MUTEX_DEBUG_INFO(mutex) (*((gpointer*)(((char*)mutex)+G_MUTEX_SIZE)))
@@ -379,6 +380,7 @@ g_thread_init (GThreadFunctions* init)
g_mutex_init ();
g_mem_init ();
g_messages_init ();
+ g_convert_init ();
/* now we can set g_threads_got_initialized and thus enable
* all the thread functions