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