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