Bug 560569 – gkeyfile doesn't use the set list_separator in some cases
[platform/upstream/glib.git] / ChangeLog
1 2008-11-23  Christian Persch  <chpe@gnome.org>
2
3         Bug 560569 – gkeyfile doesn't use the set list_separator in some cases
4
5         * glib/gkeyfile.c: (g_key_file_get_locale_string_list),
6         (g_key_file_set_locale_string_list), (g_key_file_set_integer_list),
7         (g_key_file_set_double_list): Use the key file's list separator character,
8         not the default one.
9
10         * glib/tests/keyfile.c: (test_lists), (test_reload_idempotency): Test
11         this.
12
13 2008-11-21  Christophe Fergeau <teuf@gnome.org>
14
15         Bug 561212 – GFileReadMoreCallback API doc refers to non-existant function
16
17         * gio/giotypes.h: fix name of function referred to in
18         GFileReadMoreCallback API documentation
19
20 2008-11-21  Matthias Clasen <mclasen@redhat.com>
21
22         * configure.in: Bump gtk-doc dependency to 1.11 for
23         nicer index-generation.
24
25 2008-11-14  Matthias Clasen <mclasen@redhat.com>
26
27         * NEWS: Updates
28
29 2008-11-04  Christian Dywan  <christian@imendio.com>
30
31         Bug 558672 – NULL key lookup using g_hash_table_lookup_extended()
32
33         * glib/ghash.c:
34         Clarify g_hash_table_lookup_extended
35
36 2008-11-02  Tor Lillqvist  <tml@novell.com>
37
38         * configure.in: Expand also build/win32/vs9/Makefile.
39
40 2008-10-31  Christian Dywan  <christian@imendio.com>
41
42         Bug 558513 – g_warn_if_fail FIXME in gtestutils
43
44         * glib/gtestutils.c (g_test_log_send):
45         Turn g_assert into g_warn_if_fail as advised
46
47 2008-10-31  Grahame Bowland  <grahame@angrygoats.net>
48
49         Bug 558185 – 'parent' variable in g_local_file_get_child_for_display_name() 
50         hits g_object_unref(NULL) assertion
51
52         * gio/glocalfile.c: 
53         - remove unused variable. Patch by Matt Johnston <matt@ucc.asn.au>
54
55 2008-10-29 16:11:14  Tim Janik  <timj@gtk.org>
56
57         * glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
58         patches by Christian Persch and Christian Dywan. Fixes:
59         Bug 558381 - Add support for compile time assertions
60
61 2008-10-27  Joseph Pingenot  <gnomesvn@digitasaru.net>
62
63         * glib/ghash.c: changed "#GHashTableIterator" to "#GHashTableIter"
64         in the documentation-comments above g_hash_table_foreach_remove()
65         and g_hash_table_foreach_steal() to correctly name and link to
66         GHashTableIter.  This affects the GNOME documentation website
67         as well, so further steps are likely necessary beyond this subproject..
68
69 2008-10-23 Matthias Clasen <mclasen@redhat.com>
70
71         Bug 557210 – g_compute_checksum_for_* asserts with less than 2 bytes
72
73         * glib/gchecksum.c (g_compute_checksum_for_data): Accept 
74         lengths < 2. Patch by Tommi Komulainen
75
76         * tests/checksum-test.c: Add a test for this
77
78 2008-10-23 Matthias Clasen <mclasen@redhat.com>
79
80         Bug 556921 – gpoll.h breaks hal compilation
81
82         * glib/gpoll.h: Include gtypes.h. Pointed out by Anis Elleuch
83
84 2008-10-20 Christian Persch <chpe@gnome.org>
85
86         Bug 557087 – mem leak in g_content_types_get_registered
87                 
88         * gio/gcontenttype.c: Plug a mem leak.
89
90 2008-10-19  Michael Natterer  <mitch@imendio.com>
91
92         Bug 556186 – gpoll.h breaks gmain.h inclusion
93
94         * glib/gpoll.h: different fix: disallow direct inclusion
95         unconditionally again but make an exception if included from
96         gmain.h to maintain compatibility.
97
98 2008-10-16  Matthias Clasen <mclasen@redhat.com>
99
100         * configure.in: Bump version to 2.19.1
101
102         * === Released 2.19.0 ===
103
104         * NEWS: Updates
105
106 2008-10-14  Christian Persch <chpe@gnome.org>
107
108         Bug 556186 – gpoll.h breaks gmain.h inclusion
109
110         * glib/gpoll.h: Only disallow direct inclusion when
111         G_DISABLE_SINGLE_INCLUDES is defined.
112
113 2008-10-13  Sven Herzberg  <sven@imendio.com>
114
115         Bug 556101 – static mutex yields warnings with g++
116         Reviewed by Tim Janik
117
118         * configure.in: added an intermediate cast to gpointer
119
120 2008-10-13  Christian Persch <chpe@gnome.org>
121
122         Bug 555311 – format not a string literal and no format arguments
123
124         * glib/gmarkup.c:
125         * glib/gshell.c: Use literal errors where appropriate.
126
127 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
128
129         Bug 551355 – [PATCH] Make glib build with libtool 2.2
130
131         * autogen.sh: Accept libtool 2.2.   We are moving towards having
132         it working.
133
134 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
135
136         * configure.in: With libtool 2.x, regenerate libtool early.
137         Based on bug 552107, patch by Patryk Zawadzki
138
139 2008-10-10  Matthias Clasen  <mclasen@redhat.com>
140
141         Bug 554557 – Patch to fix gcc warnings about missing format 
142         specifiers
143
144         * glib/gmarkup.c:
145         * glib/gshell.c:
146         * glib/grel.c: Fix gcc warnings. Patch by Kjartan Maraas
147
148 2008-10-10  Matthias Clasen  <mclasen@redhat.com>
149
150         Bug 552861 – glib-2.0.m4 calls system(3) without storing its result
151
152         * m4macros/glib-2.0.m4: Cosmetic change to make -Werror happy.
153         Patch by Andreas Köhler
154
155 2008-10-08  Christian Persch  <chpe@gnome.org>
156
157         Bug 555313 – GFileAttribute boxed type get_type function should
158         use usual get_type pattern
159
160         * gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
161         g_once_init_enter/leave.
162
163 2008-10-08  Christian Persch  <chpe@gnome.org>
164
165         Bug 555314 – mem leak in gmarkup
166
167         * glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
168
169 2008-10-08  Tor Lillqvist  <tml@novell.com>
170
171         Bug 554790 - g_convert() misbehaves with winiconv versions
172
173         * glib/win_iconv.c (kernel_mbtowc): If converting from ASCII,
174         explicitly check for and reject 8bit chars. MultiByteToWideChar()
175         doesn't, at least not on XP.
176
177 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
178
179         * glib/gtypes.h: Properly include gmacros.h
180
181 2008-10-06  Behdad Esfahbod  <behdad@gnome.org>
182
183         Bug 555309 – giochannel breaks on error
184         Patch from Christian Persch
185
186         * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
187         (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags):
188         Don't shadow err.  Oops!
189
190 2008-10-06  Christophe Fergeau  <teuf@gnome.org>
191
192         Bug 555224 – Improve g_format_size_for_display doc
193         
194         * glib/gfileutils.c: change g_format_size_for_display API doc to
195         explicitly say that the returned string has to be freed. Change
196         spelling of "newly allocated" to "newly-allocated" in g_file_read_link
197         API doc to be more consistent with what is done in that file.
198
199 2008-10-01  David Zeuthen  <davidz@redhat.com>
200
201         * README.in: Add "Notes about glib 2.20" section detailing the
202         ramifications of the patch from bug #528670.
203
204 2008-09-30  Behdad Esfahbod  <behdad@gnome.org>
205
206         Bug 554092 – glib doesn't return G_FILE_ERROR_NOENT et al on OS X
207
208         * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
209         (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags),
210         (g_io_unix_get_flags), (g_io_channel_new_file):
211         Like mclasen says: "well, thats the way errno works...,
212         save it or loose it".  Save errno.
213
214 2008-09-30  Tor Lillqvist  <tml@novell.com>
215
216         * Makefile.decl
217         * glib/tests/Makefile.am: Bypass gtester related stuff on Windows.
218
219 2008-09-30  Tor Lillqvist  <tml@novell.com>
220
221         * glib/gprintf.c
222         * glib/gnulib/vasnprintf.c: Don't define _GNU_SOURCE on Windows,
223         as _GNU_SOURCE has unintended side effects when compiling against
224         newest mingw headers.
225
226 2008-09-26  Dan Winship  <danw@gnome.org>
227
228         Bug 553447 – g_assert_no_error()
229
230         * glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to
231         assert that a GError is not set, or else is set to a particular
232         error.
233
234         * glib/gtestutils.c (g_assertion_message_error): utility for
235         those macros
236
237         * glib/tests/keyfile.c:
238         * tests/asyncqueue-test.c:
239         * tests/bookmarkfile-test.c:
240         * tests/convert-test.c:
241         * tests/file-test.c: Use g_assert_error/g_assert_no_error
242
243 2008-09-26  Dan Winship  <danw@gnome.org>
244
245         * glib/gthreadpool.c (wakeup_thread_marker): make this a "const
246         gpointer" rather than a gconstpointer to avoid warnings later
247
248         * glib/pcre/pcre_ucp_searchfuncs.c:
249         * glib/pcre/pcre_valid_utf8.c: #include "config.h"
250
251         * glib/tests/printf.c (test_d): fool gcc into not warning about
252         some printf format strings that we know are dubious
253
254 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
255
256         Bug 553857 – gbacktrace.h requires signal.h
257
258         * glib/gbacktrace.h: Include signal.h for raise(). 
259         Pointed out by Sebastien Bacher
260
261 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
262
263         Bug 553724 – python interpretter path not patched in correctly
264
265         * glib/Makefile.am: Fix the sed magic to replace python.
266
267 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
268
269         * glib/gmain.c: Add some more docs.
270
271         * glib/giochannel.c: Move more docs inline, and improve them
272         on the way.
273
274 2008-09-25  Tor Lillqvist  <tml@novell.com>
275
276         Bug 553820 - gpoll.c: undeclared identifier
277
278         * glib/gmain.c
279         * glib/gpoll.c: Make the g_poll() function non-static also on
280         Windows. Prefix an underscore to the g_main_poll_debug variable
281         and make it non-static in gmain.c so that it can be used in
282         gpoll.c. Add back missing variable declaration.
283
284 2008-09-25  Tor Lillqvist  <tml@novell.com>
285
286         * glib/gspawn-win32.c (do_spawn_with_pipes) (do_spawn_directly):
287         Just ignore the child_setup function, never call it. The is no
288         situation in which it could be useful on Windows. Do print a
289         warning, like before.
290
291         * glib/gspawn.c (g_spawn_async_with_pipes): Corresponding change
292         in documentation.
293
294 2008-09-24  Sven Herzberg  <sven@imendio.com>
295
296         Be a little more explcit in the docs. Includes Owen's requested
297         changes.
298
299         * glib/gmain.c: improved documentation for g_source_attach() and
300         g_source_destroy()
301
302 2008-09-23  Michael Natterer  <mitch@imendio.com>
303
304         * glib/glib.h: #include <glib/gpoll.h>
305
306         * glib/gpoll.h: #error out if gpoll.h is included directly.
307
308         * glib/gpoll.c: remove trailing whitespace.
309
310 2008-09-23  Dan Winship  <danw@gnome.org>
311
312         * glib/gpoll.[ch] (g_poll): Move this out of gmain.c and make it part
313         of the public API. (Part of Bug 505361 - gunixinputstream.c assumes
314         poll() available.)
315
316 2008-09-23  Tor Lillqvist  <tml@novell.com>
317
318         * glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was
319         passing an incorrect third parameter to memmove(), had forgotten
320         to multiply by the size of the table entry. Just use a for loop
321         instead, clearer. Odd I didn't notice when testing this code.
322
323 2008-09-19  Hans Petter Jansson  <hpj@novell.com>
324
325         Rewrite most of GHashTable to use open addressing with quadratic
326         probing instead of chaining. This has the potential to reduce memory
327         fragmentation significantly, while being slightly faster due to
328         better locality and no need to call alloc/free functions for nodes.
329         Benchmarks suggest it also uses less memory overall.
330
331         * glib/ghash.c (prime_mod): Table of suitable primes for
332         initial-probe distribution.
333         (g_hash_table_set_shift): New function.
334         (g_hash_table_find_closest_shift): New function.
335         (g_hash_table_set_shift_from_size): New function.
336         (g_hash_table_lookup_node_for_insertion): New function.
337         (g_hash_table_lookup_node): Rewritten to return node index instead of
338         pointer, use quadratic probe on flat table, and not return insertion
339         data. The latter saves some computation for read-only lookups.
340         (g_hash_table_remove_node): Rewrite to take a pointer directly to the
341         node structure to remove, and clear that. Remove unlinking code.
342         (g_hash_table_remove_all_nodes): Rewrite to not clear nodes
343         individually, but en masse using memset () after potentially calling
344         notify functions.
345         (iter_remove_or_steal): Use new data structure and algorithm. Vastly
346         simplified - now just a call to g_hash_table_remove_node ().
347         (g_hash_table_resize): New resize code, re-indexing with new prime
348         and cleaning up tombstones.
349         (g_hash_table_maybe_resize): Table may hold 8 buckets minimum, no less
350         than 1/4 load excluding tombstones, and no more than 15/16 load
351         including tombstones. These numbers are the results of a lot of
352         benchmarking with multiple complex applications, and should not be
353         changed lightly.
354         (g_hash_table_iter_next)
355         (g_hash_table_lookup)
356         (g_hash_table_lookup_extended)
357         (g_hash_table_insert_internal)
358         (g_hash_table_remove_internal)
359         (g_hash_table_foreach_remove_or_steal)
360         (g_hash_table_foreach)
361         (g_hash_table_find)
362         (g_hash_table_get_keys)
363         (g_hash_table_get_values): Use new data structure and algorithm,
364         fairly trivial changes.
365
366 2008-09-19  Tor Lillqvist  <tml@novell.com>
367
368         * glib-zip.in: Look for man pages in share/man.
369
370         * glib/gutils.c (_glib_get_dll_directory)
371         * glib/gspawn-win32.c (do_spawn_with_pipes): Be a bit less
372         restrictive, look for the helper programs in the same folder where
373         the GLib DLL is, not necessarily in a "bin" subfolder of the top
374         GLib installation folder.
375
376 2008-09-18  Matthias Clasen <mclasen@redhat.com>
377
378         * configure.in: Bump version to 2.19.0
379
380         * ChangeLog.pre-2-18: rotate ChangeLog
381         
382         * === branch for 2.18 ===