Add MSVC-specific text by Hans Breuer.
[platform/upstream/glib.git] / ChangeLog.pre-2-2
1 2002-03-17  Tor Lillqvist  <tml@iki.fi>
2
3         * README.win32: Add MSVC-specific text by Hans Breuer.
4
5 2002-03-16  Tor Lillqvist  <tml@iki.fi>
6
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().
14
15 Thu Mar 14 17:37:45 2002  Owen Taylor  <otaylor@redhat.com>
16
17         * glib/giochannel.c (g_io_channel_write_chars): Fix some
18         gsize/gint mismatches. (#74422, Miroslaw Dobrzanski-Neumann)
19
20 2002-03-14  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
21
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)
29
30 2002-03-13  Erwann Chenede  <erwann.chenede@sun.com>
31         * glib/gconvert.c 
32           glib/gen-unicode-tables.pl
33           glib/gunidecomp.h : fixed cast/type problems to 
34           avoid warnings (with forte compiler) (#73898)
35         
36 2002-03-12  Alexander Larsson  <alla@lysator.liu.se>
37
38         * glib/gconvert.c:
39         Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and
40         use instead. Add g_convert_init() that calls have_broken_filenames()
41
42         * gthread/gthread-impl.c:
43         Have g_thread_init call g_convert_init.
44
45 2002-03-11  Matthias Clasen  <maclas@gmx.de>
46
47         * glib/gstrfuncs.c (g_strtod): 
48         (g_ascii_strtod): 
49         (g_ascii_dtostr): 
50         (g_ascii_formatd): Doc formatting fixes.
51