Updates
[glib.git] / ChangeLog
blob0f686089f10c072d06f36615934ad9eda5ec285f
1 2009-01-05  Matthias Clasen  <mclasen@redhat.com>
3         * NEWS: Updates
5 2009-01-05  Dan Winship  <danw@gnome.org>
7         * glib/tests/.gitignore: update
9         * tests/.gitignore: update, sort
11         * tests/gobject/.gitignore: add
13 2009-01-05  Tor Lillqvist  <tml@iki.fi>
15         Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
17         * glib/gfileutils.c: Move the binary compatibility versions of
18         g_file_test(), g_file_get_contents(), g_mkstemp() and
19         g_file_open_tmp() last in the file. Remove the restriction that
20         the XXXXXX is last in the template in the binary compatibility
21         version of g_mkstemp(). Thanks to Morten Welinder and Jody
22         Goldberg.
24 2009-01-03  Matthias Clasen  <mclasen@redhat.com>
26         * NEWS: Updates
28 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
30         * glib/gregex.c: Add an example to the g_regex_replace_eval() docs.
32 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
34         * glib/gstrfuncs.c: Move docs inline, adding references to g_free()
35         where appropriate.
37 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
39         Bug 564210 – SUN Studio 12 has supported visibility attribute
41         * configure.in: Use visibility attribute for new enough sun cc.
42         Patch by Chris Wang
44 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
46         Bug 565905 – There is no named g_context_group_set_translation_domain()
47         in GOption command line parser
49         * glib/goption.c: Fix a wrong reference in the docs, reported by
50         Takeshi Aihana.
52 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
54         * glib/gspawn.c:
55         * glib/gthread.c:
56         * glib/goption.c:
57         * glib/gmain.c:
58         * glib/gkeyfile.c:
59         * glib/gfileutils.c:
60         * glib/gdate.c:
61         * glib/garray.c:
62         * glib/gbookmarkfile.c:
63         * glib/gbacktrace.c: Fix some compiler warnings.
65 2008-12-19  Tor Lillqvist  <tml@novell.com>
67         * glib/glib.symbols: Add g_thread_get_initialized here,
68         too. Surround g_test_config_vars with ifdef INCLUDE_VARIABLES.
70 2008-12-18  Mike Kestner <mkestner@novell.com>
72         Bug 560676 - function access for g_threads_supported
74         * glib/gthreads.c (g_thread_get_initialized): new accessor for
75         g_threads_supported macro.
76         * glib/gthreads.h: add g_thread_get_initialized
78 2008-12-15  Matthias Clasen <mclasen@redhat.com>
80         * configure.in: Bump version
82         * === Released 2.19.3 ===
84 2008-12-13  Matthias Clasen <mclasen@redhat.com>
86         * NEWS: Updates
88 2008-12-12  Dan Winship  <danw@gnome.org>
90         * glib/pltcheck.sh: make this work on x86_64
92 2008-12-12  Behdad Esfahbod  <behdad@gnome.org>
94         * glib/guniprop.c: Improve g_unichar_iswide_cjk() docs.
96 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
98         Bug 508021 – Add support for the CRIS and CRISv32 architectures
100         * configure.in: 
101         * glib/gatomic.c: Add an implementation for the CRIS and CRISv32 
102         architectures, by Peter Kjellerstedt
104 2008-12-02  Matthias Clasen  <mclasen@redhat.com>
106         * glib/gkeyfile.c: Some more documentation additions.
108 2008-12-01  Matthias Clasen  <mclasen@redhat.com>
110         * configure.in: Bump version
112 2008-12-01  Matthias Clasen  <mclasen@redhat.com>
114         * === Released 2.19.2 ===
116 2008-12-01  Matthias Clasen  <mclasen@redhat.com>
118         * configure.in: Bump version
120 2008-12-01  Matthias Clasen  <mclasen@redhat.com>
122         * === Released 2.19.1 ===
124         * NEWS: Updates
126 2008-11-28  Behdad Esfahbod  <behdad@gnome.org>
128         Bug 562639 – g_parse_debug_flags() parsing "help"
130         * glib/gutils.c (g_parse_debug_string): Print available keys if
131         string is "help".
133 2008-11-28  Behdad Esfahbod  <behdad@gnome.org>
135         Bug 562638 – GDebugKey key member should be const
137         * glib/gutils.h: Change GDebugKey key member from gchar * to
138         const gchar *.
140 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
142         Bug 547264 – Missing "no flags" flag
144         * glib/gregex.c: Mention 0 as value for 'no flags' in some places..
145         Pointed out by Bastien Nocera
147 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
149         Bug 562544 – g_key_file_get_string and g_key_file_get_value
150         documentation does not explain the difference
152         * glib/gkeyfile.c (g_key_file_get_string): Explain the difference
153         to g_key_file_get_value(). Pointed out by Mart Raudsepp.
155 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
157         * glib/gkeyfile.c: Refer to @locale parameters as locale identifier
158         in docs.
160 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
162         Bug 557603 – carbon check output misplaced
164         * configure.in: Call AC_PROG_CPP early to avoid it messing up
165         carbon check output. Fix proposed by Christian Persch
167 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
169         Bug 559110 – Do not include libintl.h after glibintl.h
171         * glib/glibintl.h: Define bind_textdomain_codeset in the DISABLE_NLS
172         branch. Patch by Peter Kjellerstedt.
174         * glib/gutil.c: Don't include libintl.h directly.
176 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
178         Bug 562378 – callback return value not respected for callback option
179         with no arg
181         * glib/goption.c (parse_long_option): Return the parse_arg return
182         value even for no-arg callbacks. Patch by Christian Persch
184         * glib/tests/option-context.c: Add a test for a callback which
185         returns FALSE.
187 2008-11-23  Christian Persch  <chpe@gnome.org>
189         Bug 559413 – g_option_group_set_error_hook docs buglet
191         * glib/goption.c: Doc fix.
193 2008-11-23  Christian Persch  <chpe@gnome.org>
195         Bug 560568 – gkeyfile docs buglet
197         * glib/gkeyfile.c: Clarify the docs.
199 2008-11-23  Christian Persch  <chpe@gnome.org>
201         Bug 560569 – gkeyfile doesn't use the set list_separator in some cases
203         * glib/gkeyfile.c: (g_key_file_get_locale_string_list),
204         (g_key_file_set_locale_string_list), (g_key_file_set_integer_list),
205         (g_key_file_set_double_list): Use the key file's list separator character,
206         not the default one.
208         * glib/tests/keyfile.c: (test_lists), (test_reload_idempotency): Test
209         this.
211 2008-11-21  Christophe Fergeau <teuf@gnome.org>
213         Bug 561212 – GFileReadMoreCallback API doc refers to non-existant function
215         * gio/giotypes.h: fix name of function referred to in
216         GFileReadMoreCallback API documentation
218 2008-11-21  Matthias Clasen <mclasen@redhat.com>
220         * configure.in: Bump gtk-doc dependency to 1.11 for
221         nicer index-generation.
223 2008-11-14  Matthias Clasen <mclasen@redhat.com>
225         * NEWS: Updates
227 2008-11-04  Christian Dywan  <christian@imendio.com>
229         Bug 558672 – NULL key lookup using g_hash_table_lookup_extended()
231         * glib/ghash.c:
232         Clarify g_hash_table_lookup_extended
234 2008-11-02  Tor Lillqvist  <tml@novell.com>
236         * configure.in: Expand also build/win32/vs9/Makefile.
238 2008-10-31  Christian Dywan  <christian@imendio.com>
240         Bug 558513 – g_warn_if_fail FIXME in gtestutils
242         * glib/gtestutils.c (g_test_log_send):
243         Turn g_assert into g_warn_if_fail as advised
245 2008-10-31  Grahame Bowland  <grahame@angrygoats.net>
247         Bug 558185 – 'parent' variable in g_local_file_get_child_for_display_name() 
248         hits g_object_unref(NULL) assertion
250         * gio/glocalfile.c: 
251         - remove unused variable. Patch by Matt Johnston <matt@ucc.asn.au>
253 2008-10-29 16:11:14  Tim Janik  <timj@gtk.org>
255         * glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
256         patches by Christian Persch and Christian Dywan. Fixes:
257         Bug 558381 - Add support for compile time assertions
259 2008-10-27  Joseph Pingenot  <gnomesvn@digitasaru.net>
261         * glib/ghash.c: changed "#GHashTableIterator" to "#GHashTableIter"
262         in the documentation-comments above g_hash_table_foreach_remove()
263         and g_hash_table_foreach_steal() to correctly name and link to
264         GHashTableIter.  This affects the GNOME documentation website
265         as well, so further steps are likely necessary beyond this subproject..
267 2008-10-23 Matthias Clasen <mclasen@redhat.com>
269         Bug 557210 – g_compute_checksum_for_* asserts with less than 2 bytes
271         * glib/gchecksum.c (g_compute_checksum_for_data): Accept 
272         lengths < 2. Patch by Tommi Komulainen
274         * tests/checksum-test.c: Add a test for this
276 2008-10-23 Matthias Clasen <mclasen@redhat.com>
278         Bug 556921 – gpoll.h breaks hal compilation
280         * glib/gpoll.h: Include gtypes.h. Pointed out by Anis Elleuch
282 2008-10-20 Christian Persch <chpe@gnome.org>
284         Bug 557087 – mem leak in g_content_types_get_registered
285                 
286         * gio/gcontenttype.c: Plug a mem leak.
288 2008-10-19  Michael Natterer  <mitch@imendio.com>
290         Bug 556186 – gpoll.h breaks gmain.h inclusion
292         * glib/gpoll.h: different fix: disallow direct inclusion
293         unconditionally again but make an exception if included from
294         gmain.h to maintain compatibility.
296 2008-10-16  Matthias Clasen <mclasen@redhat.com>
298         * configure.in: Bump version to 2.19.1
300         * === Released 2.19.0 ===
302         * NEWS: Updates
304 2008-10-14  Christian Persch <chpe@gnome.org>
306         Bug 556186 – gpoll.h breaks gmain.h inclusion
308         * glib/gpoll.h: Only disallow direct inclusion when
309         G_DISABLE_SINGLE_INCLUDES is defined.
311 2008-10-13  Sven Herzberg  <sven@imendio.com>
313         Bug 556101 – static mutex yields warnings with g++
314         Reviewed by Tim Janik
316         * configure.in: added an intermediate cast to gpointer
318 2008-10-13  Christian Persch <chpe@gnome.org>
320         Bug 555311 – format not a string literal and no format arguments
322         * glib/gmarkup.c:
323         * glib/gshell.c: Use literal errors where appropriate.
325 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
327         Bug 551355 – [PATCH] Make glib build with libtool 2.2
329         * autogen.sh: Accept libtool 2.2.   We are moving towards having
330         it working.
332 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
334         * configure.in: With libtool 2.x, regenerate libtool early.
335         Based on bug 552107, patch by Patryk Zawadzki
337 2008-10-10  Matthias Clasen  <mclasen@redhat.com>
339         Bug 554557 – Patch to fix gcc warnings about missing format 
340         specifiers
342         * glib/gmarkup.c:
343         * glib/gshell.c:
344         * glib/grel.c: Fix gcc warnings. Patch by Kjartan Maraas
346 2008-10-10  Matthias Clasen  <mclasen@redhat.com>
348         Bug 552861 – glib-2.0.m4 calls system(3) without storing its result
350         * m4macros/glib-2.0.m4: Cosmetic change to make -Werror happy.
351         Patch by Andreas Köhler
353 2008-10-08  Christian Persch  <chpe@gnome.org>
355         Bug 555313 – GFileAttribute boxed type get_type function should
356         use usual get_type pattern
358         * gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
359         g_once_init_enter/leave.
361 2008-10-08  Christian Persch  <chpe@gnome.org>
363         Bug 555314 – mem leak in gmarkup
365         * glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
367 2008-10-08  Tor Lillqvist  <tml@novell.com>
369         Bug 554790 - g_convert() misbehaves with winiconv versions
371         * glib/win_iconv.c (kernel_mbtowc): If converting from ASCII,
372         explicitly check for and reject 8bit chars. MultiByteToWideChar()
373         doesn't, at least not on XP.
375 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
377         * glib/gtypes.h: Properly include gmacros.h
379 2008-10-06  Behdad Esfahbod  <behdad@gnome.org>
381         Bug 555309 – giochannel breaks on error
382         Patch from Christian Persch
384         * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
385         (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags):
386         Don't shadow err.  Oops!
388 2008-10-06  Christophe Fergeau  <teuf@gnome.org>
390         Bug 555224 – Improve g_format_size_for_display doc
391         
392         * glib/gfileutils.c: change g_format_size_for_display API doc to
393         explicitly say that the returned string has to be freed. Change
394         spelling of "newly allocated" to "newly-allocated" in g_file_read_link
395         API doc to be more consistent with what is done in that file.
397 2008-10-01  David Zeuthen  <davidz@redhat.com>
399         * README.in: Add "Notes about glib 2.20" section detailing the
400         ramifications of the patch from bug #528670.
402 2008-09-30  Behdad Esfahbod  <behdad@gnome.org>
404         Bug 554092 – glib doesn't return G_FILE_ERROR_NOENT et al on OS X
406         * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
407         (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags),
408         (g_io_unix_get_flags), (g_io_channel_new_file):
409         Like mclasen says: "well, thats the way errno works...,
410         save it or loose it".  Save errno.
412 2008-09-30  Tor Lillqvist  <tml@novell.com>
414         * Makefile.decl
415         * glib/tests/Makefile.am: Bypass gtester related stuff on Windows.
417 2008-09-30  Tor Lillqvist  <tml@novell.com>
419         * glib/gprintf.c
420         * glib/gnulib/vasnprintf.c: Don't define _GNU_SOURCE on Windows,
421         as _GNU_SOURCE has unintended side effects when compiling against
422         newest mingw headers.
424 2008-09-26  Dan Winship  <danw@gnome.org>
426         Bug 553447 – g_assert_no_error()
428         * glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to
429         assert that a GError is not set, or else is set to a particular
430         error.
432         * glib/gtestutils.c (g_assertion_message_error): utility for
433         those macros
435         * glib/tests/keyfile.c:
436         * tests/asyncqueue-test.c:
437         * tests/bookmarkfile-test.c:
438         * tests/convert-test.c:
439         * tests/file-test.c: Use g_assert_error/g_assert_no_error
441 2008-09-26  Dan Winship  <danw@gnome.org>
443         * glib/gthreadpool.c (wakeup_thread_marker): make this a "const
444         gpointer" rather than a gconstpointer to avoid warnings later
446         * glib/pcre/pcre_ucp_searchfuncs.c:
447         * glib/pcre/pcre_valid_utf8.c: #include "config.h"
449         * glib/tests/printf.c (test_d): fool gcc into not warning about
450         some printf format strings that we know are dubious
452 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
454         Bug 553857 – gbacktrace.h requires signal.h
456         * glib/gbacktrace.h: Include signal.h for raise(). 
457         Pointed out by Sebastien Bacher
459 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
461         Bug 553724 – python interpretter path not patched in correctly
463         * glib/Makefile.am: Fix the sed magic to replace python.
465 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
467         * glib/gmain.c: Add some more docs.
469         * glib/giochannel.c: Move more docs inline, and improve them
470         on the way.
472 2008-09-25  Tor Lillqvist  <tml@novell.com>
474         Bug 553820 - gpoll.c: undeclared identifier
476         * glib/gmain.c
477         * glib/gpoll.c: Make the g_poll() function non-static also on
478         Windows. Prefix an underscore to the g_main_poll_debug variable
479         and make it non-static in gmain.c so that it can be used in
480         gpoll.c. Add back missing variable declaration.
482 2008-09-25  Tor Lillqvist  <tml@novell.com>
484         * glib/gspawn-win32.c (do_spawn_with_pipes) (do_spawn_directly):
485         Just ignore the child_setup function, never call it. The is no
486         situation in which it could be useful on Windows. Do print a
487         warning, like before.
489         * glib/gspawn.c (g_spawn_async_with_pipes): Corresponding change
490         in documentation.
492 2008-09-24  Sven Herzberg  <sven@imendio.com>
494         Be a little more explcit in the docs. Includes Owen's requested
495         changes.
497         * glib/gmain.c: improved documentation for g_source_attach() and
498         g_source_destroy()
500 2008-09-23  Michael Natterer  <mitch@imendio.com>
502         * glib/glib.h: #include <glib/gpoll.h>
504         * glib/gpoll.h: #error out if gpoll.h is included directly.
506         * glib/gpoll.c: remove trailing whitespace.
508 2008-09-23  Dan Winship  <danw@gnome.org>
510         * glib/gpoll.[ch] (g_poll): Move this out of gmain.c and make it part
511         of the public API. (Part of Bug 505361 - gunixinputstream.c assumes
512         poll() available.)
514 2008-09-23  Tor Lillqvist  <tml@novell.com>
516         * glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was
517         passing an incorrect third parameter to memmove(), had forgotten
518         to multiply by the size of the table entry. Just use a for loop
519         instead, clearer. Odd I didn't notice when testing this code.
521 2008-09-19  Hans Petter Jansson  <hpj@novell.com>
523         Rewrite most of GHashTable to use open addressing with quadratic
524         probing instead of chaining. This has the potential to reduce memory
525         fragmentation significantly, while being slightly faster due to
526         better locality and no need to call alloc/free functions for nodes.
527         Benchmarks suggest it also uses less memory overall.
529         * glib/ghash.c (prime_mod): Table of suitable primes for
530         initial-probe distribution.
531         (g_hash_table_set_shift): New function.
532         (g_hash_table_find_closest_shift): New function.
533         (g_hash_table_set_shift_from_size): New function.
534         (g_hash_table_lookup_node_for_insertion): New function.
535         (g_hash_table_lookup_node): Rewritten to return node index instead of
536         pointer, use quadratic probe on flat table, and not return insertion
537         data. The latter saves some computation for read-only lookups.
538         (g_hash_table_remove_node): Rewrite to take a pointer directly to the
539         node structure to remove, and clear that. Remove unlinking code.
540         (g_hash_table_remove_all_nodes): Rewrite to not clear nodes
541         individually, but en masse using memset () after potentially calling
542         notify functions.
543         (iter_remove_or_steal): Use new data structure and algorithm. Vastly
544         simplified - now just a call to g_hash_table_remove_node ().
545         (g_hash_table_resize): New resize code, re-indexing with new prime
546         and cleaning up tombstones.
547         (g_hash_table_maybe_resize): Table may hold 8 buckets minimum, no less
548         than 1/4 load excluding tombstones, and no more than 15/16 load
549         including tombstones. These numbers are the results of a lot of
550         benchmarking with multiple complex applications, and should not be
551         changed lightly.
552         (g_hash_table_iter_next)
553         (g_hash_table_lookup)
554         (g_hash_table_lookup_extended)
555         (g_hash_table_insert_internal)
556         (g_hash_table_remove_internal)
557         (g_hash_table_foreach_remove_or_steal)
558         (g_hash_table_foreach)
559         (g_hash_table_find)
560         (g_hash_table_get_keys)
561         (g_hash_table_get_values): Use new data structure and algorithm,
562         fairly trivial changes.
564 2008-09-19  Tor Lillqvist  <tml@novell.com>
566         * glib-zip.in: Look for man pages in share/man.
568         * glib/gutils.c (_glib_get_dll_directory)
569         * glib/gspawn-win32.c (do_spawn_with_pipes): Be a bit less
570         restrictive, look for the helper programs in the same folder where
571         the GLib DLL is, not necessarily in a "bin" subfolder of the top
572         GLib installation folder.
574 2008-09-18  Matthias Clasen <mclasen@redhat.com>
576         * configure.in: Bump version to 2.19.0
578         * ChangeLog.pre-2-18: rotate ChangeLog
579         
580         * === branch for 2.18 ===