b5dd9501f258a08d3c61245f6a16446aba00fc55
[platform/upstream/glib.git] / ChangeLog.pre-2-12
1 2006-05-10  Sebastian Wilhelmi  <wilhelmi@google.com>
2
3         * glib/gthread.h, gthread/gthread-impl.c: Make the magic and
4         location arguments to the error-checking-mutex functions const and
5         do not write to them, as we might not own them. Clean up the
6         error-checking-mutex code quite a bit. (#335198, Chris Wilson)
7
8         * glib/gthread.c: Use g_atomic_pointer_set instead of old
9         homegrown version now that we have it. (#335198, Chris Wilson)
10
11         * gthread/gthread-posix.c, gthread/gthread-win32.c: Prevent
12         calling into g_cond_wait resp. g_mutex_lock/unlock directly to
13         avoid recursions into the errorcheking mutex code (and out of
14         principle anyway). (#335198, Chris Wilson)
15
16         * tests/errorcheck-mutex-test.c: Adapt to GLib coding standards.
17
18 2006-05-09  Sebastian Wilhelmi  <wilhelmi@google.com>
19
20         * glib/gthreadinit.h: Renamed to glib/gthreadprivate.h and moved
21         system thread identifier comparision and assignment macros from
22         glib/gthread.c to glib/gthreadprivate.h.
23
24         * glib/Makefile.am, glib/gatomic.c, glib/gconvert.c, glib/gmain.c,
25         glib/gmem.c, glib/gmessages.c, glib/grand.c, glib/gslice.c,
26         glib/gthread.c, glib/gutils.c, gthread/gthread-impl.c: Use
27         glib/gthreadprivate.h instead of glib/gthreadinit.h.
28
29         * gthread/gthread-impl.c: Use GSystemThread instead of GThread for
30         owner determination. (#311043, jylefort@FreeBSD.org)
31
32         * tests/Makefile.am, tests/errorcheck-mutex-test: New test program
33         to test for all checked violations.
34
35         * glib/gprintf.c, glib/gspawn-win32.c, glib/gutf8.c,
36         gthread/gthread-impl.c, gthread/gthread-posix.c,
37         gthread/gthread-win32.c: Use canonical include form for internal
38         headers. config.h is always there.
39
40         * Remove obsolete gthread/gthread-solaris.c.
41
42 2006-05-08  Matthias Clasen  <mclasen@redhat.com>
43
44         * tests/convert-test.c (test_one_half): Use encoding names which 
45         may work better on Solaris.  (#340434, Alessandro Vesely)
46
47         * tests/keyfile-test.c (test_number): Add some tests for
48         invalid floating point numbers.
49
50         * glib/gkeyfile.c (g_key_file_parse_value_as_double): Return
51         an error for the empty string.  (#339105, Morten Welinder)
52
53         * glib/gscanner.c (g_scanner_config_template): Make const,
54         noticed by Kjartan Maraas.
55
56 2006-05-06  Matthias Clasen  <mclasen@redhat.com>
57
58         * glib/gkeyfile.c (g_key_file_set_string_list)
59         (g_key_file_set_locale_string_list): Fix invalid memory
60         reads.  (#340816, Nick Treleaven)
61
62 2006-05-04  Alexander Larsson  <alexl@redhat.com>
63
64         * glib/gbase64.c: (g_base64_decode_step):
65         Fix OOB write (#340538)
66
67 2006-05-03  Matthias Clasen  <mclasen@redhat.com>
68
69         * tests/base64-test.c: Add some more tests.
70
71         * glib/gbase64.c (g_base64_decode_step): Avoid writing
72         beyond the guaranteed lenght of the output buffer, if
73         there is padding.
74
75         * tests/base64-test.c (test_incremental): Use malloced memory
76         instead of stack-allocated, so that MALLOC_CHECK_=2 catches
77         the OOB write...
78
79         * glib/gbookmarkfile.c (g_bookmark_file_load_from_data): Remove
80         an overzealous return_if_fail check that causes make check to 
81         fail.
82
83 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
84
85         * configure.in: Bump version
86         
87         * === Released 2.11.0 ===
88
89         * NEWS: Updates
90
91         * tests/casemap.txt: 
92         * tests/casefold.txt: Regenerate from Unicode 5.0 data. 
93
94 Tue May  2 15:00:00 2006  Tim Janik  <timj@gtk.org>
95
96         * glib/guniprop.c: Make interval_compare static.
97
98         * tests/gobject/deftype.c: added test code from Behdad Esfahbod, 
99         see #337128.
100
101 Tue May  2 14:18:25 2006  Tim Janik  <timj@gtk.org>
102
103         * glib/goption.c (g_option_context_parse): fixed leak in short
104         option parsing. rewrote parts of the code to be more concise to
105         enhance readability. fixed exaggerated uses of strlen.
106
107 2006-04-28  Behdad Esfahbod  <behdad@gnome.org>
108
109         * glib/guniprop.c: #include <stdlib.h>
110
111 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
112
113         * glib/glib.symbols: Add g_unichar_iswide_cjk.
114         * glib/guniprop.c: Add a "Since: 2.12".
115
116         * NEWS: Updates
117
118 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
119
120         * docs/reference/glib/glib-sections.txt,
121         * glib/gunicode.h glib/guniprop.c: Implement g_unichar_iswide_cjk().
122         (#105626)
123
124 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
125
126         * glib/gbookmarkfile.c (g_bookmark_file_set_description) 
127         (g_bookmark_file_set_title, g_bookmark_file_set_icon): 
128         Remove some special-casing of empty string which led to 
129         dangling pointers.  (#339337, Morten Welinder)
130         (expand_exec_line): Don't use printf() needlessly, handle
131         trailing '%' gracefully.  (#339338, Morten Welinder)
132         (is_element_full): Silence the compiler.
133         (g_bookmark_file_dump, bookmark_metadata_dump): 
134         (bookmark_app_info_dump): Escape strings before dumping 
135         them in xml.  (#339340, Morten Welinder)
136
137 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
138
139         * glib/gunibreak.h, glib/gunichartables.h: Regenerated using
140         Unicode Character Database 5.0 beta.
141
142 2006-04-26  Matthias Clasen  <mclasen@redhat.com>
143
144         * glib/grand.c (g_rand_new): Don't repeat a failed fclose()
145         call, since that invokes undefined behaviour.  (Coverity)
146
147 2006-04-25  Matthias Clasen  <mclasen@redhat.com>
148
149         * glib/gbookmarkfile.c (is_element_full): Avoid a possible
150         NULL dereference (found by Coverity), also avoid some 
151         pointless strdups.
152
153         * tests/keyfile-test.c (test_comments): Add a test for
154         the previous change.
155
156         * glib/gkeyfile.c (g_key_file_lookup_group_node): Remove
157         redundant code.
158         (g_key_file_get_group_comment): Don't dereference before
159         checking for NULL.  (#338572, Coverity, Pascal Terjan)
160
161 2006-04-19  Matthias Clasen  <mclasen@redhat.com>
162
163         * glib/gdataset.c: Add some missing Since: 2.8 tags.
164
165 2006-04-19  Tor Lillqvist  <tml@novell.com>
166
167         * glib/gatomic.c: Adapt to the changed prototype of
168         InterlockedCompareExchange() in newer SDKs. Use
169         InterlockedCompareExchangePointer() when applicable. (#155884,
170         John Ehresman)
171
172 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
173
174         * glib/gkeyfile.h:
175         * glib/glib.symbols:
176         * glib/gkeyfile.c: Add api to get and set doubles and 
177         lists of doubles.  (#164719, Maurizio Monge, Dom Lachowicz)
178
179         * tests/keyfile-test.c: Add tests for new api.
180
181         * glib/gkeyfile.c (g_key_file_add_group): Accept duplicate
182         groups.  (#157877, Sebastien Bacher)
183
184         * tests/keyfile-test.c: Add tests for duplicate key and
185         duplicate group handling.
186
187 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
188
189         * glib/gcompletion.c (g_completion_complete_utf8): Make passing
190         NULL for new_prefix work as documented.  (#338845, Yevgen Muntyan)
191
192         * tests/completion-test.c: Test that passing NULL for 
193         new_prefix in g_completion_complete_utf8 works.
194
195 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
196
197         * configure.in: Remove obsolete entry for no_NO.
198         * po/no.po: And the translation.
199
200 2006-04-16  Matthias Clasen  <mclasen@redhat.com>
201
202         * glib/gdate.c (g_date_fill_parse_tokens): Avoid an array
203         overrun.  (Coverity, fix by Pascal Terjan)
204
205 2006-04-12  Bastien Nocera  <hadess@hadess.net>
206
207         reviewed by: Matthias Clasen <mclasen@redhat.com>
208
209         * glib/gconvert.c: add more details about which RFC is concerned
210         when using g_filename_to_uri (#337553)
211
212 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
213
214         * glib/goption.c (parse_arg): Add an assert to make it
215         clear when value can be NULL.
216
217 2006-04-07  Martyn Russell  <martyn@imendio.com>
218
219         * tests/threadpool-test.c: (test_thread_stop_unused): Removed an
220         assertion which can fail and is not a critical test.
221
222 2006-04-07  Hans Breuer  <hans@breuer.org>
223
224         * glib/makefile.msc.in : added gbase64.obj and derive the static libs
225         name from auto* variables
226         * glib/makefile.msc.in : link user32.lib for MessageBox()
227
228 2006-04-07  Martyn Russell  <martyn@imendio.com>
229
230         * glib/gasyncqueue.[ch]: Added private API
231         _g_async_queue_get_mutex so that g_thread_pool_free() can use the
232         async queue mutex. 
233         
234         * glib/gthreadpool.c: Make sure
235         g_thread_pool_stop_unused_threads() actually stops unused threads
236         and global limits (like max idle time and max unused threads) can
237         be set without creating a thread pool first. Fixed #335215 (patch
238         from Chris Wilson).  
239         
240         * tests/threadpool-test.c: Added two new tests, tests setting
241         global limits before creating a thread pool. The second test
242         makes sure unused threads are actually stopped when using the
243         g_thread_pool_stop_unused_threads(). 
244
245 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
246
247         * glib/gnulib/vasnprintf.c (vasnprintf): Make
248         long long printing work if snprintf is not 
249         available.  (#332841, Michael McDonald)
250
251 2006-04-05  Behdad Esfahbod  <behdad@gnome.org>
252
253         * tests/option-test.c: Check the return value of g_get_prgname for
254         NULL before passing to strcmp.
255
256         * tests/slice-test.c: Report the correct name in Usage summary.
257
258 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
259
260         * tests/run-collate-tests.sh: Fix up shell script.
261
262         * tests/option-test.c (arg_test5): Skip the test if
263         setting the locale fails.
264         (empty_test1): Reset prgname before the test.
265
266         * tests/Makefile.am: Arrange for run-bookmark-test.sh
267         to be run by make check.
268
269         * tests/utf8-pointer.c: 
270         * tests/tree-test.c: Silence warnings.
271
272 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
273
274         * glib/glib.symbols:
275         * glib/gbase64.[hc]: Add G_GNUC_MALLOC where
276         appropriate, use glib types.
277
278 2006-04-04  Alexander Larsson  <alexl@redhat.com>
279
280         * glib/Makefile.am:
281         * glib/gbase64.[ch]:
282         * glib/glib.symbols:
283         Add base64 encode/decode functions
284         
285         * glib/glib.h:
286         Include gbase64.h
287         
288         * tests/Makefile.am:
289         * tests/base64-test.c:
290         Tests for base64 functions
291
292 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
293
294         * glib/gdate.c: Move short_month_names and long_month_names
295         to bss.
296
297         * glib/gspawn-win32.c (g_spawn_error_quark):
298         * glib/gspawn.c (g_spawn_error_quark):
299         * glib/gshell.c (g_shell_error_quark):
300         * glib/gmarkup.c (g_markup_error_quark):
301         * glib/goption.c (g_option_error_quark):
302         * glib/gkeyfile.c (g_key_file_error_quark):
303         * glib/giochannel.c (g_io_channel_error_quark):
304         * glib/gfileutils.c (g_file_error_quark):
305         * glib/gconvert.c (g_convert_error_quark):
306         * glib/gbookmarkfile.c (g_bookmark_file_error_quark):
307         * glib/gthread.c (g_thread_error_quark): No point in making
308         the error path fast by caching quarks.
309
310         * glib/gbookmarkfile.c: Make the parser struct const.
311
312 2006-04-04  Behdad Esfahbod  <behdad@gnome.org>
313
314         * glib/gbookmarkfile.c: Fix accidentally broken build.
315
316 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
317
318         * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
319          Kazuki IWAMOTO)
320
321 2006-03-31  Tor Lillqvist  <tml@novell.com>
322
323         * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
324         idea after all, says the original bug reporter. See bug for
325         discussion.
326
327 2006-03-30  Tor Lillqvist  <tml@novell.com>
328
329         * glib/gstdio.c (g_remove): [Win32] call rmdir() only if remove()
330         fails with errno set to ENOENT, to leave errno set to EACCESS if
331         that is the problem. (#334799, Yevgen Muntyan)
332
333 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
334
335         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info): Sync
336         the parameter names with the .h files, otherwise gtk-doc
337         misbehaves.
338
339 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
340
341         * tests/.cvsignore: Add bookmarkfile-test to the ignored files.
342
343 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
344
345         * tests/Makefile.am:
346         * tests/bookmarkfile-test.c:
347         * tests/run-bookmark-test.sh:
348         * tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
349
350 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
351
352         * docs/reference/glib/glib-docs.sgml:
353         * docs/reference/glib/glib-sections.txt:
354         * docs/reference/glib/tmpl/bookmarkfile.sgml: Add documentation for
355         GBookmarkFile to GLib's reference guide.
356
357 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
358
359         * glib/glib.h:
360         * glib/gbookmarkfile.h
361         * glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
362         containing bookmarks stored using the Desktop Bookmark
363         specification. Fixes bug #327662.
364
365         * glib/glib.symbols:
366         * glib/Makefile.am:
367         * glib/makefile.msc.in:
368         * glib/makefile.mingw.in: Build glue for GBookmarkFile.
369
370 2006-03-27  Dom Lachowicz  <cinamod@hotmail.com>
371
372         * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
373         test5, as per Matthias' comments in bug 329548#c11.
374
375         Change a gboolean to an int. Fixes bug #329789.
376
377         * configure.in: Bump version number to 2.11.0
378         
379 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
380
381         Add support for floating point numbers to goption.
382         (#329548, Behdad Esfahbod, patch by Antoine Dopffer and 
383          Dom Lachowicz)
384
385         * glib/goption.h:
386         * glib/goption.c: Support double arguments.
387
388         * tests/option-test.c: Test double arguments.`
389
390 2006-03-26  Matthias Clasen  <mclasen@redhat.com>
391
392         * glib/goption.c (g_option_context_new): Improve the description
393         of parameter_string in the docs.  (#336085, Claudio Saavedra)
394
395 2006-03-24  Martyn Russell  <martyn@imendio.com>
396
397         * glib/gthreadpool.c: Updated the documentation to explain that
398         when the maximum threads is > 1 the sort functionality is not 100%
399         accurate due to the ramdom nature of the scheduler choosing which
400         threads to execute. Fixes bug #334943.
401
402         * tests/threadpool-test.c: Disabled the debugging by default and
403         fixed the sort test to set the maximum threads to 1 to guarantee
404         the thread entry function is called in order. 
405
406 2006-03-23  Matthias Clasen  <mclasen@redhat.com> 
407
408         === Branch for 2.10 ===