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