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