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