Allocate GErrors using the slice allocator. (#354054, Matt Barnes)
[platform/upstream/glib.git] / ChangeLog
1 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gerror.c: Allocate GErrors using the slice allocator.
4         (#354054, Matt Barnes)
5
6 2006-09-02  Matthias Clasen  <mclasen@redhat.com>
7
8         * glib/gtimer.c: Forgotten HAVE_CLOCK_GETTIME.
9
10 2006-09-02  Tor Lillqvist  <tml@novell.com>
11
12         * glib/gutils.c (g_get_any_init_do): Correct C99ism (mixed
13         declarations and code) in Win32 ifdef branch. (#353903, Mike
14         Edenfield)
15
16 2006-09-01  Abel Cheung  <abel@oaka.org>
17
18         * configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
19
20 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
21
22         * configure.in: Check for CLOCK_MONOTONIC.
23
24         * glib/gtimer.c: Only use clock_gettime if we
25         have a monotonic clock.
26
27 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
28
29         * configure.in: Add missing includes to a few test
30         programs.  (#353580, Chris Wilson)
31
32 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
33
34         * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
35         va_end on caller-provided va_args.  (#353584, Chris Wilson)
36
37 2006-08-29  Tor Lillqvist  <tml@novell.com>
38
39         Remove support for Windows 9x/ME, as will be done also in Pango
40         and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
41         it's pretty pointless to keep the Win9x code in here either. If
42         somebody is interested, the code can always be found in older GLib
43         versions, and in CVS.
44
45         * glib/gdir.c
46         * glib/gfileutils.c
47         * glib/gspawn-win32-helper.c
48         * glib/gspawn-win32.c
49         * glib/gstdio.c
50         * glib/gutils.c
51         * glib/gwin32.c
52         * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
53         G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
54         branches, and any variables or static functions used only by the
55         Win9x branches.
56
57         * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
58         run on Win9x.
59
60 2006-08-27  Matthias Clasen  <mclasen@redhat.com>
61
62         * configure.in: Fix pthread compiler flag detection.
63
64         * glib/gtimer.c: Use Posix monotonic clocks instead of 
65         gettimeofday when available.  (#336114, William Jon McCann)
66
67 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
68
69         * glib/gutils.h: 
70         * glib/gscanner.c: Fix some typos.  (#351741, Kjartan Maraas)
71
72 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
73
74         * configure.in: Fix the pthread compiler flag detection.
75
76         * glib/gunicode.h: 
77         * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
78         from gconvert.c, move it to gutf8.c, and export it privately.
79
80         * glib/gconvert.c (g_filename_display_name): Adjust callers.
81
82         * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
83         places to ensure error messages are valid UTF-8.  (#351853,
84         Simon Budig)
85
86 2006-08-22  Matthias Clasen <mclasen@redhat.com>
87
88         * Branch for 2.12
89