2.11.3
[platform/upstream/glib.git] / ChangeLog.pre-2-12
1 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
2
3         * === Released 2.11.3 ===
4
5         * NEWS: Updates
6
7 2006-06-09  Emmanuele Bassi  <ebassi@cvs.gnome.org>
8
9         * glib/gbookmarkfile.c (g_bookmark_file_remove_application): Use
10         an empty string to pass the test in set_app_info.
11
12         (g_bookmark_file_move_item): Remove the old item from the
13         look up table; return success in case of empty target.
14
15 2006-06-08  Tor Lillqvist  <tml@novell.com>
16
17         * glib/gunicollate.c (msc_strxfrm_wrapper): Workaround for bug in
18         strxfrm() in Microsoft's newer C runtimes. (#343919, Kazuki
19         Iwamoto)
20
21 2006-06-05  Matthias Clasen  <mclasen@redhat.com>
22
23         * configure.in: Bump version
24
25         * === Released 2.11.2 ===
26
27         * configure.in: Set interface age to 0.
28
29         * NEWS: Updates
30
31         * glib/gmain.c: Fix some doc formatting issues.
32
33         * glib/gstrfuncs.c: Revert accidental commit.
34
35         * glib/gmain.c (get_dispatch): Don't leak the
36         dispatch struct.  (#321886)
37
38         * tests/strtod-test.c: Add some tests involving
39         leading whitespace.
40
41         * glib/gstrfuncs.c (g_ascii_formatd): Skip leading 
42         whitespace.  (#343899, Ã˜ystein Johansen)
43
44 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
45
46         * glib/gmain.h: 
47         * glib/gmain.c: Add three new functions, 
48         g_main_current_source, g_source_set_funcs and 
49         g_source_is_destroyed, that will be necessary to 
50         solve thread-safety issues with idles in GTK+.  
51         (#321886, Chris Wilson)
52
53 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
54
55         * glib/giochannel.c (g_io_channel_write_chars): Avoid
56         running in an assertion with small writes.  (#343566, Chris
57         Wilson)
58
59         * tests/iochannel-test.c: Add a testcase for small writes.
60
61         * glib/glib.symbols: 
62         * glib/ghash.h: 
63         * glib/ghash.c: Add g_hash_table_{remove,steal}_all to
64         remove all nodes from a hash table.  (#168538, Matt Barnes)
65
66 2006-06-01  Behdad Esfahbod  <behdad@gnome.org>
67
68         * glib/gkeyfile.c (g_key_file_to_data),
69         (g_key_file_parse_value_as_comment),
70         (g_key_file_parse_comment_as_value):
71         * glib/gscanner.c (g_scanner_get_token_ll): Cleanup. Use return
72         value of g_string_free(...). (#343548, Chris Wilson)
73
74 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
75
76         * glib/gmarkup.c (g_markup_parse_context_parse): 
77         Don't use g_str_has_{prefix,suffix} here.
78
79 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
80
81         * glib/gmarkup.h: Add a GMarkupParseFlags flag for
82         treating CDATA as text. 
83
84         * glib/gmarkup.c (g_markup_parse_context_parse): 
85         Implement it here.
86
87 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
88
89         * tests/markups/expected-*: Output that test-markup
90         is expected to produce when run on the valid gmarkup 
91         examples.
92
93         * tests/markup-test.c: Only dump the results of the
94         first, unchunked parse, to compare it against the expected
95         output. 
96
97         * tests/run-markup-tests.sh: For valid examples, compare
98         the output of test-markup against the corresponding
99         expected-<n> file.
100         
101 2006-05-24  Matthias Clasen  <mclasen@redhat.com>
102
103         * configure.in: Don't compile timeloop on Minix. 
104         (Leonard den Ottolander)
105
106 2006-05-22  Sebastian Wilhelmi  <wilhelmi@google.com>
107
108         * glib/gthread.c (g_thread_init_glib): Run _g_atomic_thread_init
109         as the first of the full fledged initializers to allow the later
110         to potentially use atomic ints (which they currently do
111         not). (#342563, Peter Kjellerstedt)
112
113 2006-05-16  Matthias Clasen  <mclasen@redhat.com>
114
115         * tests/Makefile.am: 
116         * tests/strtoll-test.c: Add tests for g_ascii_strtoll()
117         and g_ascii_strtoull().
118
119         * glib/glib.symbols:
120         * glib/gstrfuncs.h: 
121         * glib/gstrfuncs.c (g_ascii_strtoll): New function to
122         parse signed 64bit integers like strtoll does.  
123
124         * glib/goption.c (parse_int64): Use g_ascii_strtoll(),
125         since strtoll() is C99 and not available on some
126         systems.  (#341826, Kazuki Iwamoto)
127
128 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
129         
130         * configure.in: Bump version
131
132         * === Released 2.11.1 ===
133
134         * NEWS: Updates
135
136 2006-05-13  Matthias Clasen  <mclasen@redhat.com>
137
138         * glib/grel.c: Fix several cases of deref-before-NULL-check.
139         (#341191, Pascal Terjan)
140
141         * glib/glib.symbols: 
142         * glib/goption.h: 
143         * glib/goption.c: Allow optional summary and description
144         texts before and after the option descriptions, and add
145         a way to translate them.  (#336120, Behdad Esfahbod)
146
147 2006-05-12  Tor Lillqvist  <tml@novell.com>
148
149         * glib/giowin32.c (g_io_win32_sock_set_flags): Implement
150         setting/clearing G_IO_FLAG_NONBLOCK for channels attached to
151         sockets. (#341192)
152         (g_io_win32_unimpl_set_flags): set_flags method for the
153         unimplemented case.
154         
155 2006-05-11  Bastien Nocera  <hadess@hadess.net>
156
157         * glib/goption.c: (parse_int64), (parse_arg), (free_changes_list):
158         * glib/goption.h:
159         * tests/option-test.c: (arg_test6), (main): add an int64 type for
160         GOption (G_OPTION_ARG_INT64) (#341237)
161
162 2006-05-10  Sebastian Wilhelmi  <wilhelmi@google.com>
163
164         * glib/gthread.h, gthread/gthread-impl.c: Make the magic and
165         location arguments to the error-checking-mutex functions const and
166         do not write to them, as we might not own them. Clean up the
167         error-checking-mutex code quite a bit. (#335198, Chris Wilson)
168
169         * glib/gthread.c: Use g_atomic_pointer_set instead of old
170         homegrown version now that we have it. (#335198, Chris Wilson)
171
172         * gthread/gthread-posix.c, gthread/gthread-win32.c: Prevent
173         calling into g_cond_wait resp. g_mutex_lock/unlock directly to
174         avoid recursions into the errorcheking mutex code (and out of
175         principle anyway). (#335198, Chris Wilson)
176
177         * tests/errorcheck-mutex-test.c: Adapt to GLib coding standards.
178
179 2006-05-09  Sebastian Wilhelmi  <wilhelmi@google.com>
180
181         * glib/gthreadinit.h: Renamed to glib/gthreadprivate.h and moved
182         system thread identifier comparision and assignment macros from
183         glib/gthread.c to glib/gthreadprivate.h.
184
185         * glib/Makefile.am, glib/gatomic.c, glib/gconvert.c, glib/gmain.c,
186         glib/gmem.c, glib/gmessages.c, glib/grand.c, glib/gslice.c,
187         glib/gthread.c, glib/gutils.c, gthread/gthread-impl.c: Use
188         glib/gthreadprivate.h instead of glib/gthreadinit.h.
189
190         * gthread/gthread-impl.c: Use GSystemThread instead of GThread for
191         owner determination. (#311043, jylefort@FreeBSD.org)
192
193         * tests/Makefile.am, tests/errorcheck-mutex-test: New test program
194         to test for all checked violations.
195
196         * glib/gprintf.c, glib/gspawn-win32.c, glib/gutf8.c,
197         gthread/gthread-impl.c, gthread/gthread-posix.c,
198         gthread/gthread-win32.c: Use canonical include form for internal
199         headers. config.h is always there.
200
201         * Remove obsolete gthread/gthread-solaris.c.
202
203 2006-05-08  Matthias Clasen  <mclasen@redhat.com>
204
205         * tests/convert-test.c (test_one_half): Use encoding names which 
206         may work better on Solaris.  (#340434, Alessandro Vesely)
207
208         * tests/keyfile-test.c (test_number): Add some tests for
209         invalid floating point numbers.
210
211         * glib/gkeyfile.c (g_key_file_parse_value_as_double): Return
212         an error for the empty string.  (#339105, Morten Welinder)
213
214         * glib/gscanner.c (g_scanner_config_template): Make const,
215         noticed by Kjartan Maraas.
216
217 2006-05-06  Matthias Clasen  <mclasen@redhat.com>
218
219         * glib/gkeyfile.c (g_key_file_set_string_list)
220         (g_key_file_set_locale_string_list): Fix invalid memory
221         reads.  (#340816, Nick Treleaven)
222
223 2006-05-04  Alexander Larsson  <alexl@redhat.com>
224
225         * glib/gbase64.c: (g_base64_decode_step):
226         Fix OOB write (#340538)
227
228 2006-05-03  Matthias Clasen  <mclasen@redhat.com>
229
230         * tests/base64-test.c: Add some more tests.
231
232         * glib/gbase64.c (g_base64_decode_step): Avoid writing
233         beyond the guaranteed lenght of the output buffer, if
234         there is padding.
235
236         * tests/base64-test.c (test_incremental): Use malloced memory
237         instead of stack-allocated, so that MALLOC_CHECK_=2 catches
238         the OOB write...
239
240         * glib/gbookmarkfile.c (g_bookmark_file_load_from_data): Remove
241         an overzealous return_if_fail check that causes make check to 
242         fail.
243
244 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
245
246         * configure.in: Bump version
247         
248         * === Released 2.11.0 ===
249
250         * NEWS: Updates
251
252         * tests/casemap.txt: 
253         * tests/casefold.txt: Regenerate from Unicode 5.0 data. 
254
255         * glib/guniprop.c: Make interval_compare static.
256
257 Tue May  2 15:00:00 2006  Tim Janik  <timj@gtk.org>
258
259         * tests/gobject/deftype.c: added test code from Behdad Esfahbod, 
260         see #337128.
261
262 Tue May  2 14:18:25 2006  Tim Janik  <timj@gtk.org>
263
264         * glib/goption.c (g_option_context_parse): fixed leak in short
265         option parsing. rewrote parts of the code to be more concise to
266         enhance readability. fixed exaggerated uses of strlen.
267
268 2006-04-28  Behdad Esfahbod  <behdad@gnome.org>
269
270         * glib/guniprop.c: #include <stdlib.h>
271
272 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
273
274         * glib/glib.symbols: Add g_unichar_iswide_cjk.
275         * glib/guniprop.c: Add a "Since: 2.12".
276
277         * NEWS: Updates
278
279 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
280
281         * docs/reference/glib/glib-sections.txt,
282         * glib/gunicode.h glib/guniprop.c: Implement g_unichar_iswide_cjk().
283         (#105626)
284
285 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
286
287         * glib/gbookmarkfile.c (g_bookmark_file_set_description) 
288         (g_bookmark_file_set_title, g_bookmark_file_set_icon): 
289         Remove some special-casing of empty string which led to 
290         dangling pointers.  (#339337, Morten Welinder)
291         (expand_exec_line): Don't use printf() needlessly, handle
292         trailing '%' gracefully.  (#339338, Morten Welinder)
293         (is_element_full): Silence the compiler.
294         (g_bookmark_file_dump, bookmark_metadata_dump): 
295         (bookmark_app_info_dump): Escape strings before dumping 
296         them in xml.  (#339340, Morten Welinder)
297
298 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
299
300         * glib/gunibreak.h, glib/gunichartables.h: Regenerated using
301         Unicode Character Database 5.0 beta.
302
303 2006-04-26  Matthias Clasen  <mclasen@redhat.com>
304
305         * glib/grand.c (g_rand_new): Don't repeat a failed fclose()
306         call, since that invokes undefined behaviour.  (Coverity)
307
308 2006-04-25  Matthias Clasen  <mclasen@redhat.com>
309
310         * glib/gbookmarkfile.c (is_element_full): Avoid a possible
311         NULL dereference (found by Coverity), also avoid some 
312         pointless strdups.
313
314         * tests/keyfile-test.c (test_comments): Add a test for
315         the previous change.
316
317         * glib/gkeyfile.c (g_key_file_lookup_group_node): Remove
318         redundant code.
319         (g_key_file_get_group_comment): Don't dereference before
320         checking for NULL.  (#338572, Coverity, Pascal Terjan)
321
322 2006-04-19  Matthias Clasen  <mclasen@redhat.com>
323
324         * glib/gdataset.c: Add some missing Since: 2.8 tags.
325
326 2006-04-19  Tor Lillqvist  <tml@novell.com>
327
328         * glib/gatomic.c: Adapt to the changed prototype of
329         InterlockedCompareExchange() in newer SDKs. Use
330         InterlockedCompareExchangePointer() when applicable. (#155884,
331         John Ehresman)
332
333 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
334
335         * glib/gkeyfile.h:
336         * glib/glib.symbols:
337         * glib/gkeyfile.c: Add api to get and set doubles and 
338         lists of doubles.  (#164719, Maurizio Monge, Dom Lachowicz)
339
340         * tests/keyfile-test.c: Add tests for new api.
341
342         * glib/gkeyfile.c (g_key_file_add_group): Accept duplicate
343         groups.  (#157877, Sebastien Bacher)
344
345         * tests/keyfile-test.c: Add tests for duplicate key and
346         duplicate group handling.
347
348 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
349
350         * glib/gcompletion.c (g_completion_complete_utf8): Make passing
351         NULL for new_prefix work as documented.  (#338845, Yevgen Muntyan)
352
353         * tests/completion-test.c: Test that passing NULL for 
354         new_prefix in g_completion_complete_utf8 works.
355
356 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
357
358         * configure.in: Remove obsolete entry for no_NO.
359         * po/no.po: And the translation.
360
361 2006-04-16  Matthias Clasen  <mclasen@redhat.com>
362
363         * glib/gdate.c (g_date_fill_parse_tokens): Avoid an array
364         overrun.  (Coverity, fix by Pascal Terjan)
365
366 2006-04-12  Bastien Nocera  <hadess@hadess.net>
367
368         reviewed by: Matthias Clasen <mclasen@redhat.com>
369
370         * glib/gconvert.c: add more details about which RFC is concerned
371         when using g_filename_to_uri (#337553)
372
373 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
374
375         * glib/goption.c (parse_arg): Add an assert to make it
376         clear when value can be NULL.
377
378 2006-04-07  Martyn Russell  <martyn@imendio.com>
379
380         * tests/threadpool-test.c: (test_thread_stop_unused): Removed an
381         assertion which can fail and is not a critical test.
382
383 2006-04-07  Hans Breuer  <hans@breuer.org>
384
385         * glib/makefile.msc.in : added gbase64.obj and derive the static libs
386         name from auto* variables
387         * glib/makefile.msc.in : link user32.lib for MessageBox()
388
389 2006-04-07  Martyn Russell  <martyn@imendio.com>
390
391         * glib/gasyncqueue.[ch]: Added private API
392         _g_async_queue_get_mutex so that g_thread_pool_free() can use the
393         async queue mutex. 
394         
395         * glib/gthreadpool.c: Make sure
396         g_thread_pool_stop_unused_threads() actually stops unused threads
397         and global limits (like max idle time and max unused threads) can
398         be set without creating a thread pool first. Fixed #335215 (patch
399         from Chris Wilson).  
400         
401         * tests/threadpool-test.c: Added two new tests, tests setting
402         global limits before creating a thread pool. The second test
403         makes sure unused threads are actually stopped when using the
404         g_thread_pool_stop_unused_threads(). 
405
406 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
407
408         * glib/gnulib/vasnprintf.c (vasnprintf): Make
409         long long printing work if snprintf is not 
410         available.  (#332841, Michael McDonald)
411
412 2006-04-05  Behdad Esfahbod  <behdad@gnome.org>
413
414         * tests/option-test.c: Check the return value of g_get_prgname for
415         NULL before passing to strcmp.
416
417         * tests/slice-test.c: Report the correct name in Usage summary.
418
419 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
420
421         * tests/run-collate-tests.sh: Fix up shell script.
422
423         * tests/option-test.c (arg_test5): Skip the test if
424         setting the locale fails.
425         (empty_test1): Reset prgname before the test.
426
427         * tests/Makefile.am: Arrange for run-bookmark-test.sh
428         to be run by make check.
429
430         * tests/utf8-pointer.c: 
431         * tests/tree-test.c: Silence warnings.
432
433 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
434
435         * glib/glib.symbols:
436         * glib/gbase64.[hc]: Add G_GNUC_MALLOC where
437         appropriate, use glib types.
438
439 2006-04-04  Alexander Larsson  <alexl@redhat.com>
440
441         * glib/Makefile.am:
442         * glib/gbase64.[ch]:
443         * glib/glib.symbols:
444         Add base64 encode/decode functions
445         
446         * glib/glib.h:
447         Include gbase64.h
448         
449         * tests/Makefile.am:
450         * tests/base64-test.c:
451         Tests for base64 functions
452
453 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
454
455         * glib/gdate.c: Move short_month_names and long_month_names
456         to bss.
457
458         * glib/gspawn-win32.c (g_spawn_error_quark):
459         * glib/gspawn.c (g_spawn_error_quark):
460         * glib/gshell.c (g_shell_error_quark):
461         * glib/gmarkup.c (g_markup_error_quark):
462         * glib/goption.c (g_option_error_quark):
463         * glib/gkeyfile.c (g_key_file_error_quark):
464         * glib/giochannel.c (g_io_channel_error_quark):
465         * glib/gfileutils.c (g_file_error_quark):
466         * glib/gconvert.c (g_convert_error_quark):
467         * glib/gbookmarkfile.c (g_bookmark_file_error_quark):
468         * glib/gthread.c (g_thread_error_quark): No point in making
469         the error path fast by caching quarks.
470
471         * glib/gbookmarkfile.c: Make the parser struct const.
472
473 2006-04-04  Behdad Esfahbod  <behdad@gnome.org>
474
475         * glib/gbookmarkfile.c: Fix accidentally broken build.
476
477 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
478
479         * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
480          Kazuki IWAMOTO)
481
482 2006-03-31  Tor Lillqvist  <tml@novell.com>
483
484         * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
485         idea after all, says the original bug reporter. See bug for
486         discussion.
487
488 2006-03-30  Tor Lillqvist  <tml@novell.com>
489
490         * glib/gstdio.c (g_remove): [Win32] call rmdir() only if remove()
491         fails with errno set to ENOENT, to leave errno set to EACCESS if
492         that is the problem. (#334799, Yevgen Muntyan)
493
494 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
495
496         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info): Sync
497         the parameter names with the .h files, otherwise gtk-doc
498         misbehaves.
499
500 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
501
502         * tests/.cvsignore: Add bookmarkfile-test to the ignored files.
503
504 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
505
506         * tests/Makefile.am:
507         * tests/bookmarkfile-test.c:
508         * tests/run-bookmark-test.sh:
509         * tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
510
511 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
512
513         * docs/reference/glib/glib-docs.sgml:
514         * docs/reference/glib/glib-sections.txt:
515         * docs/reference/glib/tmpl/bookmarkfile.sgml: Add documentation for
516         GBookmarkFile to GLib's reference guide.
517
518 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
519
520         * glib/glib.h:
521         * glib/gbookmarkfile.h
522         * glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
523         containing bookmarks stored using the Desktop Bookmark
524         specification. Fixes bug #327662.
525
526         * glib/glib.symbols:
527         * glib/Makefile.am:
528         * glib/makefile.msc.in:
529         * glib/makefile.mingw.in: Build glue for GBookmarkFile.
530
531 2006-03-27  Dom Lachowicz  <cinamod@hotmail.com>
532
533         * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
534         test5, as per Matthias' comments in bug 329548#c11.
535
536         Change a gboolean to an int. Fixes bug #329789.
537
538         * configure.in: Bump version number to 2.11.0
539         
540 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
541
542         Add support for floating point numbers to goption.
543         (#329548, Behdad Esfahbod, patch by Antoine Dopffer and 
544          Dom Lachowicz)
545
546         * glib/goption.h:
547         * glib/goption.c: Support double arguments.
548
549         * tests/option-test.c: Test double arguments.`
550
551 2006-03-26  Matthias Clasen  <mclasen@redhat.com>
552
553         * glib/goption.c (g_option_context_new): Improve the description
554         of parameter_string in the docs.  (#336085, Claudio Saavedra)
555
556 2006-03-24  Martyn Russell  <martyn@imendio.com>
557
558         * glib/gthreadpool.c: Updated the documentation to explain that
559         when the maximum threads is > 1 the sort functionality is not 100%
560         accurate due to the ramdom nature of the scheduler choosing which
561         threads to execute. Fixes bug #334943.
562
563         * tests/threadpool-test.c: Disabled the debugging by default and
564         fixed the sort test to set the maximum threads to 1 to guarantee
565         the thread entry function is called in order. 
566
567 2006-03-23  Matthias Clasen  <mclasen@redhat.com> 
568
569         === Branch for 2.10 ===