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