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