Some debugging output formatting changes. The following two changes fixes
[platform/upstream/glib.git] / ChangeLog.pre-2-2
1 2002-03-16  Tor Lillqvist  <tml@iki.fi>
2
3         * glib/giowin32.c: Some debugging output formatting changes. The
4         following two changes fixes a problem with buffered GIOChannels,
5         noticed with the help of Owen's test program, thanks!
6         (g_io_win32_prepare): Return value that takes the buffer condition
7         into account, like g_io_unix_prepare() does.
8         (g_io_win32_check): Ditto, like g_io_unix_check().
9
10 Thu Mar 14 17:37:45 2002  Owen Taylor  <otaylor@redhat.com>
11
12         * glib/giochannel.c (g_io_channel_write_chars): Fix some
13         gsize/gint mismatches. (#74422, Miroslaw Dobrzanski-Neumann)
14
15 2002-03-14  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
16
17         * glib/gmessages.c: Fixed threading issues brought up by
18         #74577. Make g_log_find_domain, g_log_domain_new,
19         g_log_domain_check_free and g_log_domain_get_handler require being
20         called with g_messages_lock held and remove all internal locking
21         in them. Then added proper locking to g_log_set_handler,
22         g_log_remove_handler and g_logv. Problem spotted by Miroslaw
23         Dobrzanski-Neumann <mne@mosaic-ag.com>. (#74577)
24
25 2002-03-13  Erwann Chenede  <erwann.chenede@sun.com>
26         * glib/gconvert.c 
27           glib/gen-unicode-tables.pl
28           glib/gunidecomp.h : fixed cast/type problems to 
29           avoid warnings (with forte compiler) (#73898)
30         
31 2002-03-12  Alexander Larsson  <alla@lysator.liu.se>
32
33         * glib/gconvert.c:
34         Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and
35         use instead. Add g_convert_init() that calls have_broken_filenames()
36
37         * gthread/gthread-impl.c:
38         Have g_thread_init call g_convert_init.
39
40 2002-03-11  Matthias Clasen  <maclas@gmx.de>
41
42         * glib/gstrfuncs.c (g_strtod): 
43         (g_ascii_strtod): 
44         (g_ascii_dtostr): 
45         (g_ascii_formatd): Doc formatting fixes.
46