Move pre-2.0 ChangeLog aside
[platform/upstream/glib.git] / ChangeLog.pre-2-2
1 Thu Mar 14 17:37:45 2002  Owen Taylor  <otaylor@redhat.com>
2
3         * glib/giochannel.c (g_io_channel_write_chars): Fix some
4         gsize/gint mismatches. (#74422, Miroslaw Dobrzanski-Neumann)
5
6 2002-03-14  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
7
8         * glib/gmessages.c: Fixed threading issues brought up by
9         #74577. Make g_log_find_domain, g_log_domain_new,
10         g_log_domain_check_free and g_log_domain_get_handler require being
11         called with g_messages_lock held and remove all internal locking
12         in them. Then added proper locking to g_log_set_handler,
13         g_log_remove_handler and g_logv. Problem spotted by Miroslaw
14         Dobrzanski-Neumann <mne@mosaic-ag.com>. (#74577)
15
16 2002-03-13  Erwann Chenede  <erwann.chenede@sun.com>
17         * glib/gconvert.c 
18           glib/gen-unicode-tables.pl
19           glib/gunidecomp.h : fixed cast/type problems to 
20           avoid warnings (with forte compiler) (#73898)
21         
22 2002-03-12  Alexander Larsson  <alla@lysator.liu.se>
23
24         * glib/gconvert.c:
25         Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and
26         use instead. Add g_convert_init() that calls have_broken_filenames()
27
28         * gthread/gthread-impl.c:
29         Have g_thread_init call g_convert_init.
30
31 2002-03-11  Matthias Clasen  <maclas@gmx.de>
32
33         * glib/gstrfuncs.c (g_strtod): 
34         (g_ascii_strtod): 
35         (g_ascii_dtostr): 
36         (g_ascii_formatd): Doc formatting fixes.
37