Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
[platform/upstream/glib.git] / ChangeLog
1 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
4
5         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
6         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
7         gcc version prior to 4.3 no correct C99-inline was implemented which
8         has semantic differences to GNU inline.
9
10 2008-03-16  Tor Lillqvist  <tml@novell.com>
11
12         * configure.in: Don't bother defining Autoconf variables for
13         glib.def, gmodule.def, gobject.def and gthread.def when this can
14         be handled easily in */Makefile.am which are the only files that
15         use them. Remove also TESTGMODULE_EXP which isn't used at all.
16
17         * glib/Makefile.am: Corrsponding change.
18         
19 2008-03-14  Michael Natterer  <mitch@imendio.com>
20
21         * glib/*.h: make it possible to disable single-file includes by
22         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
23         Approved by Tim Janik.
24
25         * glib/glib.h: include <glib/gslice.h>.
26
27         * glib/gi18n.h
28         * glib/gi18n-lib.h
29         * glib/gprintf.h: include <glib.h> so the above works when these
30         files are included without including <glib.h> first.
31
32 2008-03-14  Alexander Larsson  <alexl@redhat.com>
33
34         * configure.in:
35         Add required includes for f_fstypename member check.
36
37 2008-03-14  Alexander Larsson  <alexl@redhat.com>
38
39         * configure.in:
40         Added checks for FEN (Solaris  File Event Notification)
41
42 2008-03-13  Tor Lillqvist  <tml@novell.com>
43
44         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
45
46 2008-03-12  Tor Lillqvist  <tml@novell.com>
47
48         * configure.in: Expand gio/win32/Makefile.
49
50 2008-03-12  Matthias Clasen <mclasen@redhat.com>
51
52         * configure.in: Bump version to 2.17.0
53
54         * ChangeLog.pre-2-16: rotate ChangeLog
55         
56         * === branch for 2.16 ===