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