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