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