Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
[platform/upstream/glib.git] / ChangeLog
1 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
2
3         * glib/Makefile.am:
4         * gobject/Makefile.am:
5         Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
6         (#358966)
7
8 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
9
10         * glib/gtimer.c (g_usleep): Use nsleep to implement
11         g_usleep on AIX.  (#321974, Andrew Paprocki)
12
13         * configure.in: Check for nsleep
14
15         * glib/gmain.c: Fix typos in doc comments.  
16         (#358421, Tom Tromey)
17
18 2006-09-30  Matthias Clasen  <mclasen@redhat.com>
19
20         * glib/pltcheck.sh: A script to check PLT entries.
21         * glib/Makefile.am (TESTS): Run pltcheck.sh
22
23         * glib/*: Fix includes to correct some issues with
24         PLT entries.  (#354522, Behdad Esfahbod)
25
26 2006-09-17  Hans Breuer  <hans@breuer.org>
27
28         * glib/makefile.msc.in gobject/makefile.msc.in : better filtering
29         of G_GNUC_* stuff when generating .def files. Now also works with
30         newer (less tolerant) linkers, e.g. from vc2500e
31
32 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
33
34         * glib/gbacktrace.c: Assume string.h is available. 
35         (#354523, Behdad Esfahbod)
36
37         * configure.in: Bump version to 2.13.0
38
39         * glib/glib.symbols:
40         * glib/gmain.[hc]: Add functions to create approximate
41         timeouts.  (#353942, Arjan van de Ven)
42
43         * glib/gstdio.c (g_rename): Initialize save_errno.
44         (#355206, Mike Edenfield)
45
46 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
47
48         * glib/gerror.c: Allocate GErrors using the slice allocator.
49         (#354054, Matt Barnes)
50
51 2006-09-02  Matthias Clasen  <mclasen@redhat.com>
52
53         * glib/gtimer.c: Forgotten HAVE_CLOCK_GETTIME.
54
55 2006-09-02  Tor Lillqvist  <tml@novell.com>
56
57         * glib/gutils.c (g_get_any_init_do): Correct C99ism (mixed
58         declarations and code) in Win32 ifdef branch. (#353903, Mike
59         Edenfield)
60
61 2006-09-01  Abel Cheung  <abel@oaka.org>
62
63         * configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
64
65 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
66
67         * configure.in: Check for CLOCK_MONOTONIC.
68
69         * glib/gtimer.c: Only use clock_gettime if we
70         have a monotonic clock.
71
72 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
73
74         * configure.in: Add missing includes to a few test
75         programs.  (#353580, Chris Wilson)
76
77 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
78
79         * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
80         va_end on caller-provided va_args.  (#353584, Chris Wilson)
81
82 2006-08-29  Tor Lillqvist  <tml@novell.com>
83
84         Remove support for Windows 9x/ME, as will be done also in Pango
85         and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
86         it's pretty pointless to keep the Win9x code in here either. If
87         somebody is interested, the code can always be found in older GLib
88         versions, and in CVS.
89
90         * glib/gdir.c
91         * glib/gfileutils.c
92         * glib/gspawn-win32-helper.c
93         * glib/gspawn-win32.c
94         * glib/gstdio.c
95         * glib/gutils.c
96         * glib/gwin32.c
97         * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
98         G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
99         branches, and any variables or static functions used only by the
100         Win9x branches.
101
102         * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
103         run on Win9x.
104
105 2006-08-27  Matthias Clasen  <mclasen@redhat.com>
106
107         * configure.in: Fix pthread compiler flag detection.
108
109         * glib/gtimer.c: Use Posix monotonic clocks instead of 
110         gettimeofday when available.  (#336114, William Jon McCann)
111
112 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
113
114         * glib/gutils.h: 
115         * glib/gscanner.c: Fix some typos.  (#351741, Kjartan Maraas)
116
117 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
118
119         * configure.in: Fix the pthread compiler flag detection.
120
121         * glib/gunicode.h: 
122         * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
123         from gconvert.c, move it to gutf8.c, and export it privately.
124
125         * glib/gconvert.c (g_filename_display_name): Adjust callers.
126
127         * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
128         places to ensure error messages are valid UTF-8.  (#351853,
129         Simon Budig)
130
131 2006-08-22  Matthias Clasen <mclasen@redhat.com>
132
133         * Branch for 2.12
134