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