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