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