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