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