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