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