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