Bug 557087 – mem leak in g_content_types_get_registered
[platform/upstream/glib.git] / ChangeLog
1 2008-10-20 Christian Persch <chpe@gnome.org>
2
3         Bug 557087 – mem leak in g_content_types_get_registered
4                 
5         * gio/gcontenttype.c: Plug a mem leak.
6
7 2008-10-19  Michael Natterer  <mitch@imendio.com>
8
9         Bug 556186 – gpoll.h breaks gmain.h inclusion
10
11         * glib/gpoll.h: different fix: disallow direct inclusion
12         unconditionally again but make an exception if included from
13         gmain.h to maintain compatibility.
14
15 2008-10-16  Matthias Clasen <mclasen@redhat.com>
16
17         * configure.in: Bump version to 2.19.1
18
19         * === Released 2.19.0 ===
20
21         * NEWS: Updates
22
23 2008-10-14  Christian Persch <chpe@gnome.org>
24
25         Bug 556186 – gpoll.h breaks gmain.h inclusion
26
27         * glib/gpoll.h: Only disallow direct inclusion when
28         G_DISABLE_SINGLE_INCLUDES is defined.
29
30 2008-10-13  Sven Herzberg  <sven@imendio.com>
31
32         Bug 556101 – static mutex yields warnings with g++
33         Reviewed by Tim Janik
34
35         * configure.in: added an intermediate cast to gpointer
36
37 2008-10-13  Christian Persch <chpe@gnome.org>
38
39         Bug 555311 – format not a string literal and no format arguments
40
41         * glib/gmarkup.c:
42         * glib/gshell.c: Use literal errors where appropriate.
43
44 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
45
46         Bug 551355 – [PATCH] Make glib build with libtool 2.2
47
48         * autogen.sh: Accept libtool 2.2.   We are moving towards having
49         it working.
50
51 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
52
53         * configure.in: With libtool 2.x, regenerate libtool early.
54         Based on bug 552107, patch by Patryk Zawadzki
55
56 2008-10-10  Matthias Clasen  <mclasen@redhat.com>
57
58         Bug 554557 – Patch to fix gcc warnings about missing format 
59         specifiers
60
61         * glib/gmarkup.c:
62         * glib/gshell.c:
63         * glib/grel.c: Fix gcc warnings. Patch by Kjartan Maraas
64
65 2008-10-10  Matthias Clasen  <mclasen@redhat.com>
66
67         Bug 552861 – glib-2.0.m4 calls system(3) without storing its result
68
69         * m4macros/glib-2.0.m4: Cosmetic change to make -Werror happy.
70         Patch by Andreas Köhler
71
72 2008-10-08  Christian Persch  <chpe@gnome.org>
73
74         Bug 555313 – GFileAttribute boxed type get_type function should
75         use usual get_type pattern
76
77         * gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
78         g_once_init_enter/leave.
79
80 2008-10-08  Christian Persch  <chpe@gnome.org>
81
82         Bug 555314 – mem leak in gmarkup
83
84         * glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
85
86 2008-10-08  Tor Lillqvist  <tml@novell.com>
87
88         Bug 554790 - g_convert() misbehaves with winiconv versions
89
90         * glib/win_iconv.c (kernel_mbtowc): If converting from ASCII,
91         explicitly check for and reject 8bit chars. MultiByteToWideChar()
92         doesn't, at least not on XP.
93
94 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
95
96         * glib/gtypes.h: Properly include gmacros.h
97
98 2008-10-06  Behdad Esfahbod  <behdad@gnome.org>
99
100         Bug 555309 – giochannel breaks on error
101         Patch from Christian Persch
102
103         * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
104         (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags):
105         Don't shadow err.  Oops!
106
107 2008-10-06  Christophe Fergeau  <teuf@gnome.org>
108
109         Bug 555224 – Improve g_format_size_for_display doc
110         
111         * glib/gfileutils.c: change g_format_size_for_display API doc to
112         explicitly say that the returned string has to be freed. Change
113         spelling of "newly allocated" to "newly-allocated" in g_file_read_link
114         API doc to be more consistent with what is done in that file.
115
116 2008-10-01  David Zeuthen  <davidz@redhat.com>
117
118         * README.in: Add "Notes about glib 2.20" section detailing the
119         ramifications of the patch from bug #528670.
120
121 2008-09-30  Behdad Esfahbod  <behdad@gnome.org>
122
123         Bug 554092 – glib doesn't return G_FILE_ERROR_NOENT et al on OS X
124
125         * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
126         (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags),
127         (g_io_unix_get_flags), (g_io_channel_new_file):
128         Like mclasen says: "well, thats the way errno works...,
129         save it or loose it".  Save errno.
130
131 2008-09-30  Tor Lillqvist  <tml@novell.com>
132
133         * Makefile.decl
134         * glib/tests/Makefile.am: Bypass gtester related stuff on Windows.
135
136 2008-09-30  Tor Lillqvist  <tml@novell.com>
137
138         * glib/gprintf.c
139         * glib/gnulib/vasnprintf.c: Don't define _GNU_SOURCE on Windows,
140         as _GNU_SOURCE has unintended side effects when compiling against
141         newest mingw headers.
142
143 2008-09-26  Dan Winship  <danw@gnome.org>
144
145         Bug 553447 – g_assert_no_error()
146
147         * glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to
148         assert that a GError is not set, or else is set to a particular
149         error.
150
151         * glib/gtestutils.c (g_assertion_message_error): utility for
152         those macros
153
154         * glib/tests/keyfile.c:
155         * tests/asyncqueue-test.c:
156         * tests/bookmarkfile-test.c:
157         * tests/convert-test.c:
158         * tests/file-test.c: Use g_assert_error/g_assert_no_error
159
160 2008-09-26  Dan Winship  <danw@gnome.org>
161
162         * glib/gthreadpool.c (wakeup_thread_marker): make this a "const
163         gpointer" rather than a gconstpointer to avoid warnings later
164
165         * glib/pcre/pcre_ucp_searchfuncs.c:
166         * glib/pcre/pcre_valid_utf8.c: #include "config.h"
167
168         * glib/tests/printf.c (test_d): fool gcc into not warning about
169         some printf format strings that we know are dubious
170
171 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
172
173         Bug 553857 – gbacktrace.h requires signal.h
174
175         * glib/gbacktrace.h: Include signal.h for raise(). 
176         Pointed out by Sebastien Bacher
177
178 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
179
180         Bug 553724 – python interpretter path not patched in correctly
181
182         * glib/Makefile.am: Fix the sed magic to replace python.
183
184 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
185
186         * glib/gmain.c: Add some more docs.
187
188         * glib/giochannel.c: Move more docs inline, and improve them
189         on the way.
190
191 2008-09-25  Tor Lillqvist  <tml@novell.com>
192
193         Bug 553820 - gpoll.c: undeclared identifier
194
195         * glib/gmain.c
196         * glib/gpoll.c: Make the g_poll() function non-static also on
197         Windows. Prefix an underscore to the g_main_poll_debug variable
198         and make it non-static in gmain.c so that it can be used in
199         gpoll.c. Add back missing variable declaration.
200
201 2008-09-25  Tor Lillqvist  <tml@novell.com>
202
203         * glib/gspawn-win32.c (do_spawn_with_pipes) (do_spawn_directly):
204         Just ignore the child_setup function, never call it. The is no
205         situation in which it could be useful on Windows. Do print a
206         warning, like before.
207
208         * glib/gspawn.c (g_spawn_async_with_pipes): Corresponding change
209         in documentation.
210
211 2008-09-24  Sven Herzberg  <sven@imendio.com>
212
213         Be a little more explcit in the docs. Includes Owen's requested
214         changes.
215
216         * glib/gmain.c: improved documentation for g_source_attach() and
217         g_source_destroy()
218
219 2008-09-23  Michael Natterer  <mitch@imendio.com>
220
221         * glib/glib.h: #include <glib/gpoll.h>
222
223         * glib/gpoll.h: #error out if gpoll.h is included directly.
224
225         * glib/gpoll.c: remove trailing whitespace.
226
227 2008-09-23  Dan Winship  <danw@gnome.org>
228
229         * glib/gpoll.[ch] (g_poll): Move this out of gmain.c and make it part
230         of the public API. (Part of Bug 505361 - gunixinputstream.c assumes
231         poll() available.)
232
233 2008-09-23  Tor Lillqvist  <tml@novell.com>
234
235         * glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was
236         passing an incorrect third parameter to memmove(), had forgotten
237         to multiply by the size of the table entry. Just use a for loop
238         instead, clearer. Odd I didn't notice when testing this code.
239
240 2008-09-19  Hans Petter Jansson  <hpj@novell.com>
241
242         Rewrite most of GHashTable to use open addressing with quadratic
243         probing instead of chaining. This has the potential to reduce memory
244         fragmentation significantly, while being slightly faster due to
245         better locality and no need to call alloc/free functions for nodes.
246         Benchmarks suggest it also uses less memory overall.
247
248         * glib/ghash.c (prime_mod): Table of suitable primes for
249         initial-probe distribution.
250         (g_hash_table_set_shift): New function.
251         (g_hash_table_find_closest_shift): New function.
252         (g_hash_table_set_shift_from_size): New function.
253         (g_hash_table_lookup_node_for_insertion): New function.
254         (g_hash_table_lookup_node): Rewritten to return node index instead of
255         pointer, use quadratic probe on flat table, and not return insertion
256         data. The latter saves some computation for read-only lookups.
257         (g_hash_table_remove_node): Rewrite to take a pointer directly to the
258         node structure to remove, and clear that. Remove unlinking code.
259         (g_hash_table_remove_all_nodes): Rewrite to not clear nodes
260         individually, but en masse using memset () after potentially calling
261         notify functions.
262         (iter_remove_or_steal): Use new data structure and algorithm. Vastly
263         simplified - now just a call to g_hash_table_remove_node ().
264         (g_hash_table_resize): New resize code, re-indexing with new prime
265         and cleaning up tombstones.
266         (g_hash_table_maybe_resize): Table may hold 8 buckets minimum, no less
267         than 1/4 load excluding tombstones, and no more than 15/16 load
268         including tombstones. These numbers are the results of a lot of
269         benchmarking with multiple complex applications, and should not be
270         changed lightly.
271         (g_hash_table_iter_next)
272         (g_hash_table_lookup)
273         (g_hash_table_lookup_extended)
274         (g_hash_table_insert_internal)
275         (g_hash_table_remove_internal)
276         (g_hash_table_foreach_remove_or_steal)
277         (g_hash_table_foreach)
278         (g_hash_table_find)
279         (g_hash_table_get_keys)
280         (g_hash_table_get_values): Use new data structure and algorithm,
281         fairly trivial changes.
282
283 2008-09-19  Tor Lillqvist  <tml@novell.com>
284
285         * glib-zip.in: Look for man pages in share/man.
286
287         * glib/gutils.c (_glib_get_dll_directory)
288         * glib/gspawn-win32.c (do_spawn_with_pipes): Be a bit less
289         restrictive, look for the helper programs in the same folder where
290         the GLib DLL is, not necessarily in a "bin" subfolder of the top
291         GLib installation folder.
292
293 2008-09-18  Matthias Clasen <mclasen@redhat.com>
294
295         * configure.in: Bump version to 2.19.0
296
297         * ChangeLog.pre-2-18: rotate ChangeLog
298         
299         * === branch for 2.18 ===