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