01307bc1f3f2c5ea4ed0ad13bdbf2d2b7cb6e541
[platform/upstream/glib.git] / ChangeLog.pre-2-12
1 Wed Mar 20 11:17:32 2002  Owen Taylor  <otaylor@redhat.com>
2
3         * glib/gfileutils.c (get_contents_regfile): Close the
4         file descriptor. (#75507, Matthias Clasen)
5
6 Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
7
8         * configure.in: Use $PKG_CONFIG, not pkg-config.
9         (LEE Sau Dan, #75572)
10
11 2002-03-20  Sven Neumann  <sven@gimp.org>
12
13         * glib/ghash.c (g_hash_table_resize): avoid repeated call of 
14         g_spaced_primes_closest() by moving it out of the CLAMP macro 
15         (spotted by Salmaso Raffaele).
16
17 2002-03-17  Tor Lillqvist  <tml@iki.fi>
18
19         * README.win32: Add MSVC-specific text by Hans Breuer.
20
21 2002-03-16  Tor Lillqvist  <tml@iki.fi>
22
23         * glib/giowin32.c: Some debugging output formatting changes. The
24         following changes fix a problem with buffered GIOChannels, noticed
25         with the help of Owen's test program, thanks! (#59969)
26         (g_io_win32_prepare): Return value that takes the buffer condition
27         into account, like g_io_unix_prepare() does.
28         (g_io_win32_check): Ditto, like g_io_unix_check().
29         (g_io_win32_dispatch): Ditto, like g_io_unix_dispatch().
30
31 Thu Mar 14 17:37:45 2002  Owen Taylor  <otaylor@redhat.com>
32
33         * glib/giochannel.c (g_io_channel_write_chars): Fix some
34         gsize/gint mismatches. (#74422, Miroslaw Dobrzanski-Neumann)
35
36 2002-03-14  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
37
38         * glib/gmessages.c: Fixed threading issues brought up by
39         #74577. Make g_log_find_domain, g_log_domain_new,
40         g_log_domain_check_free and g_log_domain_get_handler require being
41         called with g_messages_lock held and remove all internal locking
42         in them. Then added proper locking to g_log_set_handler,
43         g_log_remove_handler and g_logv. Problem spotted by Miroslaw
44         Dobrzanski-Neumann <mne@mosaic-ag.com>. (#74577)
45
46 2002-03-13  Erwann Chenede  <erwann.chenede@sun.com>
47         * glib/gconvert.c 
48           glib/gen-unicode-tables.pl
49           glib/gunidecomp.h : fixed cast/type problems to 
50           avoid warnings (with forte compiler) (#73898)
51         
52 2002-03-12  Alexander Larsson  <alla@lysator.liu.se>
53
54         * glib/gconvert.c:
55         Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and
56         use instead. Add g_convert_init() that calls have_broken_filenames()
57
58         * gthread/gthread-impl.c:
59         Have g_thread_init call g_convert_init.
60
61 2002-03-11  Matthias Clasen  <maclas@gmx.de>
62
63         * glib/gstrfuncs.c (g_strtod): 
64         (g_ascii_strtod): 
65         (g_ascii_dtostr): 
66         (g_ascii_formatd): Doc formatting fixes.
67