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