1 2008-12-15 Matthias Clasen <mclasen@redhat.com>
3 * configure.in: Bump version
5 * === Released 2.19.3 ===
7 2008-12-13 Matthias Clasen <mclasen@redhat.com>
11 2008-12-12 Dan Winship <danw@gnome.org>
13 * glib/pltcheck.sh: make this work on x86_64
15 2008-12-12 Ryan Lortie <desrt@desrt.ca>
17 * gio/gicon.c (g_icon_to_string_tokenized): free the tokens when done
20 2008-12-12 Ryan Lortie <desrt@desrt.ca>
22 * gio/gunixmounts.c (g_unix_mount_at): fix leak that occurs when
23 multiple mount entries match the requested path
25 2008-12-12 Behdad Esfahbod <behdad@gnome.org>
27 * glib/guniprop.c: Improve g_unichar_iswide_cjk() docs.
29 2008-12-07 Matthias Clasen <mclasen@redhat.com>
31 Bug 508021 – Add support for the CRIS and CRISv32 architectures
34 * glib/gatomic.c: Add an implementation for the CRIS and CRISv32
35 architectures, by Peter Kjellerstedt
37 2008-12-02 Matthias Clasen <mclasen@redhat.com>
39 * glib/gkeyfile.c: Some more documentation additions.
41 2008-12-01 Matthias Clasen <mclasen@redhat.com>
43 * configure.in: Bump version
45 2008-12-01 Matthias Clasen <mclasen@redhat.com>
47 * === Released 2.19.2 ===
49 2008-12-01 Matthias Clasen <mclasen@redhat.com>
51 * configure.in: Bump version
53 2008-12-01 Matthias Clasen <mclasen@redhat.com>
55 * === Released 2.19.1 ===
59 2008-11-28 Behdad Esfahbod <behdad@gnome.org>
61 Bug 562639 – g_parse_debug_flags() parsing "help"
63 * glib/gutils.c (g_parse_debug_string): Print available keys if
66 2008-11-28 Behdad Esfahbod <behdad@gnome.org>
68 Bug 562638 – GDebugKey key member should be const
70 * glib/gutils.h: Change GDebugKey key member from gchar * to
73 2008-11-28 Matthias Clasen <mclasen@redhat.com>
75 Bug 547264 – Missing "no flags" flag
77 * glib/gregex.c: Mention 0 as value for 'no flags' in some places..
78 Pointed out by Bastien Nocera
80 2008-11-28 Matthias Clasen <mclasen@redhat.com>
82 Bug 562544 – g_key_file_get_string and g_key_file_get_value
83 documentation does not explain the difference
85 * glib/gkeyfile.c (g_key_file_get_string): Explain the difference
86 to g_key_file_get_value(). Pointed out by Mart Raudsepp.
88 2008-11-28 Matthias Clasen <mclasen@redhat.com>
90 * glib/gkeyfile.c: Refer to @locale parameters as locale identifier
93 2008-11-28 Matthias Clasen <mclasen@redhat.com>
95 Bug 557603 – carbon check output misplaced
97 * configure.in: Call AC_PROG_CPP early to avoid it messing up
98 carbon check output. Fix proposed by Christian Persch
100 2008-11-28 Matthias Clasen <mclasen@redhat.com>
102 Bug 559110 – Do not include libintl.h after glibintl.h
104 * glib/glibintl.h: Define bind_textdomain_codeset in the DISABLE_NLS
105 branch. Patch by Peter Kjellerstedt.
107 * glib/gutil.c: Don't include libintl.h directly.
109 2008-11-28 Matthias Clasen <mclasen@redhat.com>
111 Bug 562378 – callback return value not respected for callback option
114 * glib/goption.c (parse_long_option): Return the parse_arg return
115 value even for no-arg callbacks. Patch by Christian Persch
117 * glib/tests/option-context.c: Add a test for a callback which
120 2008-11-23 Christian Persch <chpe@gnome.org>
122 Bug 559413 – g_option_group_set_error_hook docs buglet
124 * glib/goption.c: Doc fix.
126 2008-11-23 Christian Persch <chpe@gnome.org>
128 Bug 560568 – gkeyfile docs buglet
130 * glib/gkeyfile.c: Clarify the docs.
132 2008-11-23 Christian Persch <chpe@gnome.org>
134 Bug 560569 – gkeyfile doesn't use the set list_separator in some cases
136 * glib/gkeyfile.c: (g_key_file_get_locale_string_list),
137 (g_key_file_set_locale_string_list), (g_key_file_set_integer_list),
138 (g_key_file_set_double_list): Use the key file's list separator character,
141 * glib/tests/keyfile.c: (test_lists), (test_reload_idempotency): Test
144 2008-11-21 Christophe Fergeau <teuf@gnome.org>
146 Bug 561212 – GFileReadMoreCallback API doc refers to non-existant function
148 * gio/giotypes.h: fix name of function referred to in
149 GFileReadMoreCallback API documentation
151 2008-11-21 Matthias Clasen <mclasen@redhat.com>
153 * configure.in: Bump gtk-doc dependency to 1.11 for
154 nicer index-generation.
156 2008-11-14 Matthias Clasen <mclasen@redhat.com>
160 2008-11-04 Christian Dywan <christian@imendio.com>
162 Bug 558672 – NULL key lookup using g_hash_table_lookup_extended()
165 Clarify g_hash_table_lookup_extended
167 2008-11-02 Tor Lillqvist <tml@novell.com>
169 * configure.in: Expand also build/win32/vs9/Makefile.
171 2008-10-31 Christian Dywan <christian@imendio.com>
173 Bug 558513 – g_warn_if_fail FIXME in gtestutils
175 * glib/gtestutils.c (g_test_log_send):
176 Turn g_assert into g_warn_if_fail as advised
178 2008-10-31 Grahame Bowland <grahame@angrygoats.net>
180 Bug 558185 – 'parent' variable in g_local_file_get_child_for_display_name()
181 hits g_object_unref(NULL) assertion
184 - remove unused variable. Patch by Matt Johnston <matt@ucc.asn.au>
186 2008-10-29 16:11:14 Tim Janik <timj@gtk.org>
188 * glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
189 patches by Christian Persch and Christian Dywan. Fixes:
190 Bug 558381 - Add support for compile time assertions
192 2008-10-27 Joseph Pingenot <gnomesvn@digitasaru.net>
194 * glib/ghash.c: changed "#GHashTableIterator" to "#GHashTableIter"
195 in the documentation-comments above g_hash_table_foreach_remove()
196 and g_hash_table_foreach_steal() to correctly name and link to
197 GHashTableIter. This affects the GNOME documentation website
198 as well, so further steps are likely necessary beyond this subproject..
200 2008-10-23 Matthias Clasen <mclasen@redhat.com>
202 Bug 557210 – g_compute_checksum_for_* asserts with less than 2 bytes
204 * glib/gchecksum.c (g_compute_checksum_for_data): Accept
205 lengths < 2. Patch by Tommi Komulainen
207 * tests/checksum-test.c: Add a test for this
209 2008-10-23 Matthias Clasen <mclasen@redhat.com>
211 Bug 556921 – gpoll.h breaks hal compilation
213 * glib/gpoll.h: Include gtypes.h. Pointed out by Anis Elleuch
215 2008-10-20 Christian Persch <chpe@gnome.org>
217 Bug 557087 – mem leak in g_content_types_get_registered
219 * gio/gcontenttype.c: Plug a mem leak.
221 2008-10-19 Michael Natterer <mitch@imendio.com>
223 Bug 556186 – gpoll.h breaks gmain.h inclusion
225 * glib/gpoll.h: different fix: disallow direct inclusion
226 unconditionally again but make an exception if included from
227 gmain.h to maintain compatibility.
229 2008-10-16 Matthias Clasen <mclasen@redhat.com>
231 * configure.in: Bump version to 2.19.1
233 * === Released 2.19.0 ===
237 2008-10-14 Christian Persch <chpe@gnome.org>
239 Bug 556186 – gpoll.h breaks gmain.h inclusion
241 * glib/gpoll.h: Only disallow direct inclusion when
242 G_DISABLE_SINGLE_INCLUDES is defined.
244 2008-10-13 Sven Herzberg <sven@imendio.com>
246 Bug 556101 – static mutex yields warnings with g++
247 Reviewed by Tim Janik
249 * configure.in: added an intermediate cast to gpointer
251 2008-10-13 Christian Persch <chpe@gnome.org>
253 Bug 555311 – format not a string literal and no format arguments
256 * glib/gshell.c: Use literal errors where appropriate.
258 2008-10-10 Behdad Esfahbod <behdad@gnome.org>
260 Bug 551355 – [PATCH] Make glib build with libtool 2.2
262 * autogen.sh: Accept libtool 2.2. We are moving towards having
265 2008-10-10 Behdad Esfahbod <behdad@gnome.org>
267 * configure.in: With libtool 2.x, regenerate libtool early.
268 Based on bug 552107, patch by Patryk Zawadzki
270 2008-10-10 Matthias Clasen <mclasen@redhat.com>
272 Bug 554557 – Patch to fix gcc warnings about missing format
277 * glib/grel.c: Fix gcc warnings. Patch by Kjartan Maraas
279 2008-10-10 Matthias Clasen <mclasen@redhat.com>
281 Bug 552861 – glib-2.0.m4 calls system(3) without storing its result
283 * m4macros/glib-2.0.m4: Cosmetic change to make -Werror happy.
284 Patch by Andreas Köhler
286 2008-10-08 Christian Persch <chpe@gnome.org>
288 Bug 555313 – GFileAttribute boxed type get_type function should
289 use usual get_type pattern
291 * gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
292 g_once_init_enter/leave.
294 2008-10-08 Christian Persch <chpe@gnome.org>
296 Bug 555314 – mem leak in gmarkup
298 * glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
300 2008-10-08 Tor Lillqvist <tml@novell.com>
302 Bug 554790 - g_convert() misbehaves with winiconv versions
304 * glib/win_iconv.c (kernel_mbtowc): If converting from ASCII,
305 explicitly check for and reject 8bit chars. MultiByteToWideChar()
306 doesn't, at least not on XP.
308 2008-10-06 Matthias Clasen <mclasen@redhat.com>
310 * glib/gtypes.h: Properly include gmacros.h
312 2008-10-06 Behdad Esfahbod <behdad@gnome.org>
314 Bug 555309 – giochannel breaks on error
315 Patch from Christian Persch
317 * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
318 (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags):
319 Don't shadow err. Oops!
321 2008-10-06 Christophe Fergeau <teuf@gnome.org>
323 Bug 555224 – Improve g_format_size_for_display doc
325 * glib/gfileutils.c: change g_format_size_for_display API doc to
326 explicitly say that the returned string has to be freed. Change
327 spelling of "newly allocated" to "newly-allocated" in g_file_read_link
328 API doc to be more consistent with what is done in that file.
330 2008-10-01 David Zeuthen <davidz@redhat.com>
332 * README.in: Add "Notes about glib 2.20" section detailing the
333 ramifications of the patch from bug #528670.
335 2008-09-30 Behdad Esfahbod <behdad@gnome.org>
337 Bug 554092 – glib doesn't return G_FILE_ERROR_NOENT et al on OS X
339 * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
340 (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags),
341 (g_io_unix_get_flags), (g_io_channel_new_file):
342 Like mclasen says: "well, thats the way errno works...,
343 save it or loose it". Save errno.
345 2008-09-30 Tor Lillqvist <tml@novell.com>
348 * glib/tests/Makefile.am: Bypass gtester related stuff on Windows.
350 2008-09-30 Tor Lillqvist <tml@novell.com>
353 * glib/gnulib/vasnprintf.c: Don't define _GNU_SOURCE on Windows,
354 as _GNU_SOURCE has unintended side effects when compiling against
355 newest mingw headers.
357 2008-09-26 Dan Winship <danw@gnome.org>
359 Bug 553447 – g_assert_no_error()
361 * glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to
362 assert that a GError is not set, or else is set to a particular
365 * glib/gtestutils.c (g_assertion_message_error): utility for
368 * glib/tests/keyfile.c:
369 * tests/asyncqueue-test.c:
370 * tests/bookmarkfile-test.c:
371 * tests/convert-test.c:
372 * tests/file-test.c: Use g_assert_error/g_assert_no_error
374 2008-09-26 Dan Winship <danw@gnome.org>
376 * glib/gthreadpool.c (wakeup_thread_marker): make this a "const
377 gpointer" rather than a gconstpointer to avoid warnings later
379 * glib/pcre/pcre_ucp_searchfuncs.c:
380 * glib/pcre/pcre_valid_utf8.c: #include "config.h"
382 * glib/tests/printf.c (test_d): fool gcc into not warning about
383 some printf format strings that we know are dubious
385 2008-09-26 Matthias Clasen <mclasen@redhat.com>
387 Bug 553857 – gbacktrace.h requires signal.h
389 * glib/gbacktrace.h: Include signal.h for raise().
390 Pointed out by Sebastien Bacher
392 2008-09-26 Matthias Clasen <mclasen@redhat.com>
394 Bug 553724 – python interpretter path not patched in correctly
396 * glib/Makefile.am: Fix the sed magic to replace python.
398 2008-09-26 Matthias Clasen <mclasen@redhat.com>
400 * glib/gmain.c: Add some more docs.
402 * glib/giochannel.c: Move more docs inline, and improve them
405 2008-09-25 Tor Lillqvist <tml@novell.com>
407 Bug 553820 - gpoll.c: undeclared identifier
410 * glib/gpoll.c: Make the g_poll() function non-static also on
411 Windows. Prefix an underscore to the g_main_poll_debug variable
412 and make it non-static in gmain.c so that it can be used in
413 gpoll.c. Add back missing variable declaration.
415 2008-09-25 Tor Lillqvist <tml@novell.com>
417 * glib/gspawn-win32.c (do_spawn_with_pipes) (do_spawn_directly):
418 Just ignore the child_setup function, never call it. The is no
419 situation in which it could be useful on Windows. Do print a
420 warning, like before.
422 * glib/gspawn.c (g_spawn_async_with_pipes): Corresponding change
425 2008-09-24 Sven Herzberg <sven@imendio.com>
427 Be a little more explcit in the docs. Includes Owen's requested
430 * glib/gmain.c: improved documentation for g_source_attach() and
433 2008-09-23 Michael Natterer <mitch@imendio.com>
435 * glib/glib.h: #include <glib/gpoll.h>
437 * glib/gpoll.h: #error out if gpoll.h is included directly.
439 * glib/gpoll.c: remove trailing whitespace.
441 2008-09-23 Dan Winship <danw@gnome.org>
443 * glib/gpoll.[ch] (g_poll): Move this out of gmain.c and make it part
444 of the public API. (Part of Bug 505361 - gunixinputstream.c assumes
447 2008-09-23 Tor Lillqvist <tml@novell.com>
449 * glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was
450 passing an incorrect third parameter to memmove(), had forgotten
451 to multiply by the size of the table entry. Just use a for loop
452 instead, clearer. Odd I didn't notice when testing this code.
454 2008-09-19 Hans Petter Jansson <hpj@novell.com>
456 Rewrite most of GHashTable to use open addressing with quadratic
457 probing instead of chaining. This has the potential to reduce memory
458 fragmentation significantly, while being slightly faster due to
459 better locality and no need to call alloc/free functions for nodes.
460 Benchmarks suggest it also uses less memory overall.
462 * glib/ghash.c (prime_mod): Table of suitable primes for
463 initial-probe distribution.
464 (g_hash_table_set_shift): New function.
465 (g_hash_table_find_closest_shift): New function.
466 (g_hash_table_set_shift_from_size): New function.
467 (g_hash_table_lookup_node_for_insertion): New function.
468 (g_hash_table_lookup_node): Rewritten to return node index instead of
469 pointer, use quadratic probe on flat table, and not return insertion
470 data. The latter saves some computation for read-only lookups.
471 (g_hash_table_remove_node): Rewrite to take a pointer directly to the
472 node structure to remove, and clear that. Remove unlinking code.
473 (g_hash_table_remove_all_nodes): Rewrite to not clear nodes
474 individually, but en masse using memset () after potentially calling
476 (iter_remove_or_steal): Use new data structure and algorithm. Vastly
477 simplified - now just a call to g_hash_table_remove_node ().
478 (g_hash_table_resize): New resize code, re-indexing with new prime
479 and cleaning up tombstones.
480 (g_hash_table_maybe_resize): Table may hold 8 buckets minimum, no less
481 than 1/4 load excluding tombstones, and no more than 15/16 load
482 including tombstones. These numbers are the results of a lot of
483 benchmarking with multiple complex applications, and should not be
485 (g_hash_table_iter_next)
486 (g_hash_table_lookup)
487 (g_hash_table_lookup_extended)
488 (g_hash_table_insert_internal)
489 (g_hash_table_remove_internal)
490 (g_hash_table_foreach_remove_or_steal)
491 (g_hash_table_foreach)
493 (g_hash_table_get_keys)
494 (g_hash_table_get_values): Use new data structure and algorithm,
495 fairly trivial changes.
497 2008-09-19 Tor Lillqvist <tml@novell.com>
499 * glib-zip.in: Look for man pages in share/man.
501 * glib/gutils.c (_glib_get_dll_directory)
502 * glib/gspawn-win32.c (do_spawn_with_pipes): Be a bit less
503 restrictive, look for the helper programs in the same folder where
504 the GLib DLL is, not necessarily in a "bin" subfolder of the top
505 GLib installation folder.
507 2008-09-18 Matthias Clasen <mclasen@redhat.com>
509 * configure.in: Bump version to 2.19.0
511 * ChangeLog.pre-2-18: rotate ChangeLog
513 * === branch for 2.18 ===