reapply inlining fix from r6333 to fix: Bug 522292 - Gives warnings in
[platform/upstream/glib.git] / ChangeLog
1 2008-03-31 10:39:17  Tim Janik  <timj@imendio.com>
2
3         * glib/gutils.h: reapply inlining fix from r6333 to fix:
4         Bug 522292 – Gives warnings in glib/gutils.h with GCC in C99 mode
5         and again:
6         Bug 315437 – extern inline -> static inline
7
8 2008-03-31  Tor Lillqvist  <tml@novell.com>
9
10         Bug 525192 - 100% CPU if run main loop with no IO sources
11
12         * glib/gmain.c (g_poll) [Win32]: Patch by Neil Roberts.
13
14 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
15
16         * glib/gtester.c: Don't use ARG_MAX.  (#522335, patch by 
17         Sebastian Dröge)
18
19 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
20
21         * glib/gmacros.h: Add macros wrapping the gcc alloc_size 
22         function attribute.  (#523019, Rodrigo Moya)
23
24         * glib/gmem.h: 
25         * glib/gslice.h:
26         * glib/gstrfuncs.h: Use the new attribute where appropriate.
27
28 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
29
30         * glib/glibintl.h:
31         * glib/gstrfuncs.c:
32         * glib/gutils.c: Simple fixes to help building GLib on 
33         embedded systems without NLS.  (#524350, Peter Kjellerstedt)
34
35 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
36
37         * glib/ghash.c: Fix the build with -DG_DISABLE_ASSERT.
38         (#525060, Arfrever Frehtes Taifersar Arahesis)
39
40 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
41         
42         * glib/gthread.h: Replace occurrances of G_GNUC_PRETTY_FUNCTION
43         by G_STRFUNC.  (#524344, Peter Kjellerstedt)
44
45 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
46
47         * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)
48
49 2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>
50
51         Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
52         other optimizations
53
54         * glib/gbookmarkfile.c: (bookmark_metadata_dump),
55         (bookmark_item_dump), (g_bookmark_file_dump), (expand_exec_line):
56         Replace all calls to g_string_append_printf with g_strconcat () or
57         g_string_append () where appropriate, to reduce the file creation time.
58         Also, use g_string_sized_new () with an appropriate buffer size instead
59         of g_string_new (NULL), to reduce time spent in memory reallocation.
60         (#523877, Claudio Saavedra, Emmanuele Bassi)
61
62 2008-03-22  Emmanuele Bassi  <ebassi@gnome.org>
63
64         Bug 518160 - replace two g_strdup_printf calls in GBookmarkFile
65
66         * glib/gbookmarkfile.c (is_element_full): Compare the fragments
67         instead of building two strings; this avoids two g_strdup_printf()
68         per namespaced element enountered. (#518160, Felix Riemann)
69
70 2008-03-20  Alexander Larsson  <alexl@redhat.com>
71
72         * configure.in:
73         Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
74         Patch from ephraim_owns@hotmail.com
75
76 2008-03-19  Tor Lillqvist  <tml@novell.com>
77
78         Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
79
80         * glib/win_iconv.c: Fixes for code page 54936 (GB18030)
81         (mbtowc_flags): New function. Check if a code page is one of those
82         for which the dwFlags parameter to MultiByteToWideChar() must be
83         zero. Return 0 or MB_ERR_INVALID_CHARS.
84         (mbcs_mblen): New function for multi-byte (more than two bytes for
85         some characters) code pages. Only handles 54936 for now.
86         (make_csconv): Use it for 54936.
87         (kernel_mbtowc): Use mbtowc_flags().
88
89 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
90
91         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
92
93         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
94         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
95         gcc version prior to 4.3 no correct C99-inline was implemented which
96         has semantic differences to GNU inline.
97
98 2008-03-16  Tor Lillqvist  <tml@novell.com>
99
100         * configure.in: Don't bother defining Autoconf variables for
101         glib.def, gmodule.def, gobject.def and gthread.def when this can
102         be handled easily in */Makefile.am which are the only files that
103         use them. Remove also TESTGMODULE_EXP which isn't used at all.
104
105         * glib/Makefile.am: Corrsponding change.
106         
107 2008-03-14  Michael Natterer  <mitch@imendio.com>
108
109         * glib/*.h: make it possible to disable single-file includes by
110         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
111         Approved by Tim Janik.
112
113         * glib/glib.h: include <glib/gslice.h>.
114
115         * glib/gi18n.h
116         * glib/gi18n-lib.h
117         * glib/gprintf.h: include <glib.h> so the above works when these
118         files are included without including <glib.h> first.
119
120 2008-03-14  Alexander Larsson  <alexl@redhat.com>
121
122         * configure.in:
123         Add required includes for f_fstypename member check.
124
125 2008-03-14  Alexander Larsson  <alexl@redhat.com>
126
127         * configure.in:
128         Added checks for FEN (Solaris  File Event Notification)
129
130 2008-03-13  Tor Lillqvist  <tml@novell.com>
131
132         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
133
134 2008-03-12  Tor Lillqvist  <tml@novell.com>
135
136         * configure.in: Expand gio/win32/Makefile.
137
138 2008-03-12  Matthias Clasen <mclasen@redhat.com>
139
140         * configure.in: Bump version to 2.17.0
141
142         * ChangeLog.pre-2-16: rotate ChangeLog
143         
144         * === branch for 2.16 ===