Don't call va_end on caller-provided va_args. (#353584, Chris Wilson)
[platform/upstream/glib.git] / ChangeLog
1 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
4         va_end on caller-provided va_args.  (#353584, Chris Wilson)
5
6 2006-08-29  Tor Lillqvist  <tml@novell.com>
7
8         Remove support for Windows 9x/ME, as will be done also in Pango
9         and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
10         it's pretty pointless to keep the Win9x code in here either. If
11         somebody is interested, the code can always be found in older GLib
12         versions, and in CVS.
13
14         * glib/gdir.c
15         * glib/gfileutils.c
16         * glib/gspawn-win32-helper.c
17         * glib/gspawn-win32.c
18         * glib/gstdio.c
19         * glib/gutils.c
20         * glib/gwin32.c
21         * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
22         G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
23         branches, and any variables or static functions used only by the
24         Win9x branches.
25
26         * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
27         run on Win9x.
28
29 2006-08-27  Matthias Clasen  <mclasen@redhat.com>
30
31         * configure.in: Fix pthread compiler flag detection.
32
33         * glib/gtimer.c: Use Posix monotonic clocks instead of 
34         gettimeofday when available.  (#336114, William Jon McCann)
35
36 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
37
38         * glib/gutils.h: 
39         * glib/gscanner.c: Fix some typos.  (#351741, Kjartan Maraas)
40
41 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
42
43         * configure.in: Fix the pthread compiler flag detection.
44
45         * glib/gunicode.h: 
46         * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
47         from gconvert.c, move it to gutf8.c, and export it privately.
48
49         * glib/gconvert.c (g_filename_display_name): Adjust callers.
50
51         * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
52         places to ensure error messages are valid UTF-8.  (#351853,
53         Simon Budig)
54
55 2006-08-22  Matthias Clasen <mclasen@redhat.com>
56
57         * Branch for 2.12
58