2.19.9
[platform/upstream/glib.git] / ChangeLog
1 2009-02-23  Paolo Borelli  <pborelli@katamail.com>
2
3         * glib/gutf8.c (_g_utf8_make_valid):
4         sanity check the input paramter. 
5
6 2009-02-23  Tor Lillqvist  <tml@novell.com>
7
8         Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion
9         of function pointer to object pointer
10
11         * glib/gutils.c (g_win32_get_system_data_dirs_for_module): Change
12         the type of the function's parameter to be explicitly a function
13         pointer.
14
15         * glib/gutils.h (_g_win32_get_system_data_dirs): Modify
16         declaration and the only caller, the inline
17         _g_win32_get_system_data_dirs(), accordingly. Add comments
18         pointing out these are internal GLib functions.
19
20 2009-02-22  Matthias Clasen  <mclasen@redhat.com>
21
22         Bug 572151 – “it's” and “its” confused in docs and comments
23
24         * Fix "it's" vs "its" confusion throughout the source. Patch
25         by Will Thompson.
26
27 2009-02-22  Matthias Clasen  <mclasen@redhat.com>
28
29         Bug 572464 – Doc for g_file_get_contents
30
31         * glib/gfileutils.c (g_file_get_contents): Improve docs. Pointed
32         out by Øystein Johansen.
33
34 2009-02-22  Matthias Clasen  <mclasen@redhat.com>
35
36         Bug 572672 – glib/gthread.c: argument is different type
37
38         * glib/gthread.c (g_once_init_leave): Add a necessary cast back.
39         Pointed out by Kazuki Iwamoto.
40
41 2009-02-17  Matthias Clasen  <mclasen@redhat.com>
42
43         * configure.in: Bump version
44
45 2009-02-17  Matthias Clasen  <mclasen@redhat.com>
46
47         * === Released 2.19.8 ===
48
49 2009-02-17  Matthias Clasen  <mclasen@redhat.com>
50
51         Fix strict aliasing warnings and viiolations to make GLib and
52         GLib users buildable with gcc 4.4. Patch by Jakub Jelinek.
53
54         * glib/gatomic.[hc]: Add G_GNUC_MAY_ALIAS to pointer arguments,
55         fix macro versions to only operate on objects of the same size.
56
57         * glib/gdataset.c:
58         * glib/gthread.[hc]:
59         * glib/gdatasetprivate.h: Remove unnecessary casts in 
60         g_atomic_pointer_get calls.
61         
62 2009-02-16  Matthias Clasen  <mclasen@redhat.com>
63
64         * configure.in: Bump version
65
66 2009-02-16  Matthias Clasen  <mclasen@redhat.com>
67
68         * === Released 2.19.7 ===
69
70 2009-02-16  Matthias Clasen  <mclasen@redhat.com>
71
72         * NEWS: Updates
73
74 2009-02-13  Mathias Hasselmann  <hasselmm@gnome.org>
75
76         Add note about g_utf8_offset_to_pointer() not checking string
77         boundaries.
78
79         * glib/gutf8.c (g_utf8_offset_to_pointer()): See summary.
80
81 2999-02-11  Matthias Clasen  <mclasen@redhat.com>
82
83         Bug 523742 – Use noinst for non-installable libraries
84
85         * tests/Makefile.am: use noninst_LTLIBRARIES for noninstalled 
86         libraries.Patch by Björn Lindqvist
87
88 2009-02-06  Murray Cumming  <murrayc@murrayc.com>
89
90         * gio/gfilterinputstream.c:
91         * gio/gfilteroutputstream.c: Correct the grammar in some property 
92         documentation.
93         * gio/gdatainputstream.c:
94         * glib/gregex.c: Correct the spelling of 
95         occurrence in documentation.
96
97 2009-02-02  Matthias Clasen  <mclasen@redhat.com>
98
99         * configure.in: Bump version
100
101 2009-02-02  Matthias Clasen  <mclasen@redhat.com>
102
103         * === Released 2.19.6 ===
104
105 2009-02-02  Matthias Clasen  <mclasen@redhat.com>
106
107         * configure.in: Bump version
108
109 2009-01-31  Matthias Clasen  <mclasen@redhat.com>
110
111         * NEWS: Updates
112
113 2009-01-31  Matthias Clasen  <mclasen@redhat.com>
114
115         Bug 569105 – g_time_val_to_iso8601() assumes time_t==long
116
117         * glib/gtimer.c (g_time_val_to_iso8601): Pass a time_t* to gmtime().
118         Pointed out by Matthias Drochner.
119
120 2009-01-27  Christian Persch  <chpe@gnome.org>
121
122         * configure.in:
123         * docs/reference/glib/glib-sections.txt:
124         * docs/reference/macros_misc.sgml:
125         * docs/reference/glib/tmpl/types.sgml: Add
126         G_GOFFSET_FORMAT and friends. Bug #563141.
127
128 2009-01-23  Stefan Kost  <ensonic@users.sf.net>
129
130         * docs/reference/glib/Makefile.am:
131           Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix
132           on problem with the doc build.
133
134 2009-01-21  Tor Lillqvist  <tml@novell.com>
135
136         * glib/gwin32.c (g_win32_locale_filename_from_utf8): Drop the code
137         in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0). Drop
138         unused variables.
139
140 2009-01-20  Matthias Clasen  <mclasen@redhat.com>
141
142         Bug 568294 – A wrong reference in the description of 
143         g_bookmark_file_add_application()
144
145         * glib/gbookmarkfile.c (g_bookmark_file_add_application):
146         Fix a typo in the docs. Pointed out by Takeshi Aihana
147
148 2009-01-19  Matthias Clasen  <mclasen@redhat.com>
149
150         * === Released 2.19.5 ===
151
152 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
153
154         * glib/gstrfuncs.c (g_strdup_printf): Fix a doc typo.
155
156 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
157
158         * NEWS: Updates
159
160 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
161
162         Bug 512779 – --disable-regex breaks compilation
163         
164         * configure.in: Define an ENABLE_REGEX macro
165
166         * gobject/gboxed.c: Don't refer to g_regex_ref if ENABLE_REGEX
167         is not defined.
168
169 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
170
171         * glib/gbsearcharray.h: Quell some compiler warnings.
172
173 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
174
175         * glib/pcre: Update to PCRE 7.8
176
177 2009-01-17  Matthias Clasen  <mclasen@redhat.com>
178
179         Bug 567977 – textdomain() macro should not return NULL when 
180         ENABLE_NLS is not set
181
182         * glib/glibintl.h: If !ENABLE_NLS, make textomain() macro 
183         return "messages" in case of a NULL argument. Patch by
184         Peter Kjellerstedt.
185
186 2009-01-17  Matthias Clasen  <mclasen@redhat.com>
187
188         Bug 567838 – G_STRUCT_OFFSETOF fails to compile under icc 9.1
189
190         * glib/gmacros.h (G_STRUCT_OFFSETOF): Use offsetof instead of 
191         __builtin_offsetof, for icc's sake. Proposed by Hrvoje Niksic.
192
193 2009-01-13  Matthias Clasen  <mclasen@redhat.com>
194
195         Bug 564728 Add function to decode base64 encoded data in place
196
197         * glib/glib.symbols:
198         * glib/gbase64.[hc] (g_base64_decode_inplace): New convenience
199         API to decode in place, overwriting the input string. Patch by
200         Sebastian Dröge.
201
202 2009-01-12  Matthias Clasen  <mclasen@redhat.com>
203         
204         * glib/gtestutils.c (g_strcmp0): Be more explicit about the NULL
205         handling in the docs.
206
207 2009-01-12  Tor Lillqvist  <tml@novell.com>
208
209         * glib/goption.c (parse_arg): Guard against a mis-written
210         GOptionArgFunc that has returned FALSE but not set the GError.
211
212 2009-01-10  Matthias Clasen  <mclasen@redhat.com>
213
214         Bug 566573 – g_match_info_fetch_pos docs
215
216         * glib/gregex.c: Mention that positions are in bytes. 
217         Proposed by Christian Persch.
218
219 2009-01-10  Matthias Clasen  <mclasen@redhat.com>
220
221         Bug 566569 – gregex docs clarification
222
223         * glib/gregex.c: Copy the warning about @string to all
224         relevant docs. Proposed by Christian Persch
225
226 2009-01-09  Tor Lillqvist  <tml@iki.fi>
227
228         Bug 567138 - get_package_directory_from_module() does not free its
229         lock when failing
230
231         * glib/gwin32.c (get_package_directory_from_module): Obvious fix.
232
233 2009-01-05  Matthias Clasen  <mclasen@redhat.com>
234
235         * configure.in: Bump version
236
237 2009-01-05  Matthias Clasen  <mclasen@redhat.com>
238
239         * === Released 2.19.4 ===
240
241         * NEWS: Updates
242
243 2009-01-05  Dan Winship  <danw@gnome.org>
244
245         * glib/tests/.gitignore: update
246
247         * tests/.gitignore: update, sort
248
249         * tests/gobject/.gitignore: add
250
251 2009-01-05  Tor Lillqvist  <tml@iki.fi>
252
253         Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
254
255         * glib/gfileutils.c: Move the binary compatibility versions of
256         g_file_test(), g_file_get_contents(), g_mkstemp() and
257         g_file_open_tmp() last in the file. Remove the restriction that
258         the XXXXXX is last in the template in the binary compatibility
259         version of g_mkstemp(). Thanks to Morten Welinder and Jody
260         Goldberg.
261
262 2009-01-03  Matthias Clasen  <mclasen@redhat.com>
263
264         * NEWS: Updates
265
266 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
267
268         * glib/gregex.c: Add an example to the g_regex_replace_eval() docs.
269
270 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
271
272         * glib/gstrfuncs.c: Move docs inline, adding references to g_free()
273         where appropriate.
274
275 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
276
277         Bug 564210 – SUN Studio 12 has supported visibility attribute
278
279         * configure.in: Use visibility attribute for new enough sun cc.
280         Patch by Chris Wang
281
282 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
283
284         Bug 565905 – There is no named g_context_group_set_translation_domain()
285         in GOption command line parser
286
287         * glib/goption.c: Fix a wrong reference in the docs, reported by
288         Takeshi Aihana.
289
290 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
291
292         * glib/gspawn.c:
293         * glib/gthread.c:
294         * glib/goption.c:
295         * glib/gmain.c:
296         * glib/gkeyfile.c:
297         * glib/gfileutils.c:
298         * glib/gdate.c:
299         * glib/garray.c:
300         * glib/gbookmarkfile.c:
301         * glib/gbacktrace.c: Fix some compiler warnings.
302
303 2008-12-19  Tor Lillqvist  <tml@novell.com>
304
305         * glib/glib.symbols: Add g_thread_get_initialized here,
306         too. Surround g_test_config_vars with ifdef INCLUDE_VARIABLES.
307
308 2008-12-18  Mike Kestner <mkestner@novell.com>
309
310         Bug 560676 - function access for g_threads_supported
311
312         * glib/gthreads.c (g_thread_get_initialized): new accessor for
313         g_threads_supported macro.
314         * glib/gthreads.h: add g_thread_get_initialized
315
316 2008-12-15  Matthias Clasen <mclasen@redhat.com>
317
318         * configure.in: Bump version
319
320         * === Released 2.19.3 ===
321
322 2008-12-13  Matthias Clasen <mclasen@redhat.com>
323
324         * NEWS: Updates
325
326 2008-12-12  Dan Winship  <danw@gnome.org>
327
328         * glib/pltcheck.sh: make this work on x86_64
329
330 2008-12-12  Behdad Esfahbod  <behdad@gnome.org>
331
332         * glib/guniprop.c: Improve g_unichar_iswide_cjk() docs.
333
334 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
335
336         Bug 508021 – Add support for the CRIS and CRISv32 architectures
337
338         * configure.in: 
339         * glib/gatomic.c: Add an implementation for the CRIS and CRISv32 
340         architectures, by Peter Kjellerstedt
341
342 2008-12-02  Matthias Clasen  <mclasen@redhat.com>
343
344         * glib/gkeyfile.c: Some more documentation additions.
345
346 2008-12-01  Matthias Clasen  <mclasen@redhat.com>
347
348         * configure.in: Bump version
349
350 2008-12-01  Matthias Clasen  <mclasen@redhat.com>
351
352         * === Released 2.19.2 ===
353
354 2008-12-01  Matthias Clasen  <mclasen@redhat.com>
355
356         * configure.in: Bump version
357
358 2008-12-01  Matthias Clasen  <mclasen@redhat.com>
359
360         * === Released 2.19.1 ===
361
362         * NEWS: Updates
363
364 2008-11-28  Behdad Esfahbod  <behdad@gnome.org>
365
366         Bug 562639 – g_parse_debug_flags() parsing "help"
367
368         * glib/gutils.c (g_parse_debug_string): Print available keys if
369         string is "help".
370
371 2008-11-28  Behdad Esfahbod  <behdad@gnome.org>
372
373         Bug 562638 – GDebugKey key member should be const
374
375         * glib/gutils.h: Change GDebugKey key member from gchar * to
376         const gchar *.
377
378 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
379
380         Bug 547264 – Missing "no flags" flag
381
382         * glib/gregex.c: Mention 0 as value for 'no flags' in some places..
383         Pointed out by Bastien Nocera
384
385 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
386
387         Bug 562544 – g_key_file_get_string and g_key_file_get_value
388         documentation does not explain the difference
389
390         * glib/gkeyfile.c (g_key_file_get_string): Explain the difference
391         to g_key_file_get_value(). Pointed out by Mart Raudsepp.
392
393 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
394
395         * glib/gkeyfile.c: Refer to @locale parameters as locale identifier
396         in docs.
397
398 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
399
400         Bug 557603 – carbon check output misplaced
401
402         * configure.in: Call AC_PROG_CPP early to avoid it messing up
403         carbon check output. Fix proposed by Christian Persch
404
405 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
406
407         Bug 559110 – Do not include libintl.h after glibintl.h
408
409         * glib/glibintl.h: Define bind_textdomain_codeset in the DISABLE_NLS
410         branch. Patch by Peter Kjellerstedt.
411
412         * glib/gutil.c: Don't include libintl.h directly.
413
414 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
415
416         Bug 562378 – callback return value not respected for callback option
417         with no arg
418
419         * glib/goption.c (parse_long_option): Return the parse_arg return
420         value even for no-arg callbacks. Patch by Christian Persch
421
422         * glib/tests/option-context.c: Add a test for a callback which
423         returns FALSE.
424
425 2008-11-23  Christian Persch  <chpe@gnome.org>
426
427         Bug 559413 – g_option_group_set_error_hook docs buglet
428
429         * glib/goption.c: Doc fix.
430
431 2008-11-23  Christian Persch  <chpe@gnome.org>
432
433         Bug 560568 – gkeyfile docs buglet
434
435         * glib/gkeyfile.c: Clarify the docs.
436
437 2008-11-23  Christian Persch  <chpe@gnome.org>
438
439         Bug 560569 – gkeyfile doesn't use the set list_separator in some cases
440
441         * glib/gkeyfile.c: (g_key_file_get_locale_string_list),
442         (g_key_file_set_locale_string_list), (g_key_file_set_integer_list),
443         (g_key_file_set_double_list): Use the key file's list separator character,
444         not the default one.
445
446         * glib/tests/keyfile.c: (test_lists), (test_reload_idempotency): Test
447         this.
448
449 2008-11-21  Christophe Fergeau <teuf@gnome.org>
450
451         Bug 561212 – GFileReadMoreCallback API doc refers to non-existant function
452
453         * gio/giotypes.h: fix name of function referred to in
454         GFileReadMoreCallback API documentation
455
456 2008-11-21  Matthias Clasen <mclasen@redhat.com>
457
458         * configure.in: Bump gtk-doc dependency to 1.11 for
459         nicer index-generation.
460
461 2008-11-14  Matthias Clasen <mclasen@redhat.com>
462
463         * NEWS: Updates
464
465 2008-11-04  Christian Dywan  <christian@imendio.com>
466
467         Bug 558672 – NULL key lookup using g_hash_table_lookup_extended()
468
469         * glib/ghash.c:
470         Clarify g_hash_table_lookup_extended
471
472 2008-11-02  Tor Lillqvist  <tml@novell.com>
473
474         * configure.in: Expand also build/win32/vs9/Makefile.
475
476 2008-10-31  Christian Dywan  <christian@imendio.com>
477
478         Bug 558513 – g_warn_if_fail FIXME in gtestutils
479
480         * glib/gtestutils.c (g_test_log_send):
481         Turn g_assert into g_warn_if_fail as advised
482
483 2008-10-31  Grahame Bowland  <grahame@angrygoats.net>
484
485         Bug 558185 – 'parent' variable in g_local_file_get_child_for_display_name() 
486         hits g_object_unref(NULL) assertion
487
488         * gio/glocalfile.c: 
489         - remove unused variable. Patch by Matt Johnston <matt@ucc.asn.au>
490
491 2008-10-29 16:11:14  Tim Janik  <timj@gtk.org>
492
493         * glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
494         patches by Christian Persch and Christian Dywan. Fixes:
495         Bug 558381 - Add support for compile time assertions
496
497 2008-10-27  Joseph Pingenot  <gnomesvn@digitasaru.net>
498
499         * glib/ghash.c: changed "#GHashTableIterator" to "#GHashTableIter"
500         in the documentation-comments above g_hash_table_foreach_remove()
501         and g_hash_table_foreach_steal() to correctly name and link to
502         GHashTableIter.  This affects the GNOME documentation website
503         as well, so further steps are likely necessary beyond this subproject..
504
505 2008-10-23 Matthias Clasen <mclasen@redhat.com>
506
507         Bug 557210 – g_compute_checksum_for_* asserts with less than 2 bytes
508
509         * glib/gchecksum.c (g_compute_checksum_for_data): Accept 
510         lengths < 2. Patch by Tommi Komulainen
511
512         * tests/checksum-test.c: Add a test for this
513
514 2008-10-23 Matthias Clasen <mclasen@redhat.com>
515
516         Bug 556921 – gpoll.h breaks hal compilation
517
518         * glib/gpoll.h: Include gtypes.h. Pointed out by Anis Elleuch
519
520 2008-10-20 Christian Persch <chpe@gnome.org>
521
522         Bug 557087 – mem leak in g_content_types_get_registered
523                 
524         * gio/gcontenttype.c: Plug a mem leak.
525
526 2008-10-19  Michael Natterer  <mitch@imendio.com>
527
528         Bug 556186 – gpoll.h breaks gmain.h inclusion
529
530         * glib/gpoll.h: different fix: disallow direct inclusion
531         unconditionally again but make an exception if included from
532         gmain.h to maintain compatibility.
533
534 2008-10-16  Matthias Clasen <mclasen@redhat.com>
535
536         * configure.in: Bump version to 2.19.1
537
538         * === Released 2.19.0 ===
539
540         * NEWS: Updates
541
542 2008-10-14  Christian Persch <chpe@gnome.org>
543
544         Bug 556186 – gpoll.h breaks gmain.h inclusion
545
546         * glib/gpoll.h: Only disallow direct inclusion when
547         G_DISABLE_SINGLE_INCLUDES is defined.
548
549 2008-10-13  Sven Herzberg  <sven@imendio.com>
550
551         Bug 556101 – static mutex yields warnings with g++
552         Reviewed by Tim Janik
553
554         * configure.in: added an intermediate cast to gpointer
555
556 2008-10-13  Christian Persch <chpe@gnome.org>
557
558         Bug 555311 – format not a string literal and no format arguments
559
560         * glib/gmarkup.c:
561         * glib/gshell.c: Use literal errors where appropriate.
562
563 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
564
565         Bug 551355 – [PATCH] Make glib build with libtool 2.2
566
567         * autogen.sh: Accept libtool 2.2.   We are moving towards having
568         it working.
569
570 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
571
572         * configure.in: With libtool 2.x, regenerate libtool early.
573         Based on bug 552107, patch by Patryk Zawadzki
574
575 2008-10-10  Matthias Clasen  <mclasen@redhat.com>
576
577         Bug 554557 – Patch to fix gcc warnings about missing format 
578         specifiers
579
580         * glib/gmarkup.c:
581         * glib/gshell.c:
582         * glib/grel.c: Fix gcc warnings. Patch by Kjartan Maraas
583
584 2008-10-10  Matthias Clasen  <mclasen@redhat.com>
585
586         Bug 552861 – glib-2.0.m4 calls system(3) without storing its result
587
588         * m4macros/glib-2.0.m4: Cosmetic change to make -Werror happy.
589         Patch by Andreas Köhler
590
591 2008-10-08  Christian Persch  <chpe@gnome.org>
592
593         Bug 555313 – GFileAttribute boxed type get_type function should
594         use usual get_type pattern
595
596         * gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
597         g_once_init_enter/leave.
598
599 2008-10-08  Christian Persch  <chpe@gnome.org>
600
601         Bug 555314 – mem leak in gmarkup
602
603         * glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
604
605 2008-10-08  Tor Lillqvist  <tml@novell.com>
606
607         Bug 554790 - g_convert() misbehaves with winiconv versions
608
609         * glib/win_iconv.c (kernel_mbtowc): If converting from ASCII,
610         explicitly check for and reject 8bit chars. MultiByteToWideChar()
611         doesn't, at least not on XP.
612
613 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
614
615         * glib/gtypes.h: Properly include gmacros.h
616
617 2008-10-06  Behdad Esfahbod  <behdad@gnome.org>
618
619         Bug 555309 – giochannel breaks on error
620         Patch from Christian Persch
621
622         * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
623         (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags):
624         Don't shadow err.  Oops!
625
626 2008-10-06  Christophe Fergeau  <teuf@gnome.org>
627
628         Bug 555224 – Improve g_format_size_for_display doc
629         
630         * glib/gfileutils.c: change g_format_size_for_display API doc to
631         explicitly say that the returned string has to be freed. Change
632         spelling of "newly allocated" to "newly-allocated" in g_file_read_link
633         API doc to be more consistent with what is done in that file.
634
635 2008-10-01  David Zeuthen  <davidz@redhat.com>
636
637         * README.in: Add "Notes about glib 2.20" section detailing the
638         ramifications of the patch from bug #528670.
639
640 2008-09-30  Behdad Esfahbod  <behdad@gnome.org>
641
642         Bug 554092 – glib doesn't return G_FILE_ERROR_NOENT et al on OS X
643
644         * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
645         (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags),
646         (g_io_unix_get_flags), (g_io_channel_new_file):
647         Like mclasen says: "well, thats the way errno works...,
648         save it or loose it".  Save errno.
649
650 2008-09-30  Tor Lillqvist  <tml@novell.com>
651
652         * Makefile.decl
653         * glib/tests/Makefile.am: Bypass gtester related stuff on Windows.
654
655 2008-09-30  Tor Lillqvist  <tml@novell.com>
656
657         * glib/gprintf.c
658         * glib/gnulib/vasnprintf.c: Don't define _GNU_SOURCE on Windows,
659         as _GNU_SOURCE has unintended side effects when compiling against
660         newest mingw headers.
661
662 2008-09-26  Dan Winship  <danw@gnome.org>
663
664         Bug 553447 – g_assert_no_error()
665
666         * glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to
667         assert that a GError is not set, or else is set to a particular
668         error.
669
670         * glib/gtestutils.c (g_assertion_message_error): utility for
671         those macros
672
673         * glib/tests/keyfile.c:
674         * tests/asyncqueue-test.c:
675         * tests/bookmarkfile-test.c:
676         * tests/convert-test.c:
677         * tests/file-test.c: Use g_assert_error/g_assert_no_error
678
679 2008-09-26  Dan Winship  <danw@gnome.org>
680
681         * glib/gthreadpool.c (wakeup_thread_marker): make this a "const
682         gpointer" rather than a gconstpointer to avoid warnings later
683
684         * glib/pcre/pcre_ucp_searchfuncs.c:
685         * glib/pcre/pcre_valid_utf8.c: #include "config.h"
686
687         * glib/tests/printf.c (test_d): fool gcc into not warning about
688         some printf format strings that we know are dubious
689
690 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
691
692         Bug 553857 – gbacktrace.h requires signal.h
693
694         * glib/gbacktrace.h: Include signal.h for raise(). 
695         Pointed out by Sebastien Bacher
696
697 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
698
699         Bug 553724 – python interpretter path not patched in correctly
700
701         * glib/Makefile.am: Fix the sed magic to replace python.
702
703 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
704
705         * glib/gmain.c: Add some more docs.
706
707         * glib/giochannel.c: Move more docs inline, and improve them
708         on the way.
709
710 2008-09-25  Tor Lillqvist  <tml@novell.com>
711
712         Bug 553820 - gpoll.c: undeclared identifier
713
714         * glib/gmain.c
715         * glib/gpoll.c: Make the g_poll() function non-static also on
716         Windows. Prefix an underscore to the g_main_poll_debug variable
717         and make it non-static in gmain.c so that it can be used in
718         gpoll.c. Add back missing variable declaration.
719
720 2008-09-25  Tor Lillqvist  <tml@novell.com>
721
722         * glib/gspawn-win32.c (do_spawn_with_pipes) (do_spawn_directly):
723         Just ignore the child_setup function, never call it. The is no
724         situation in which it could be useful on Windows. Do print a
725         warning, like before.
726
727         * glib/gspawn.c (g_spawn_async_with_pipes): Corresponding change
728         in documentation.
729
730 2008-09-24  Sven Herzberg  <sven@imendio.com>
731
732         Be a little more explcit in the docs. Includes Owen's requested
733         changes.
734
735         * glib/gmain.c: improved documentation for g_source_attach() and
736         g_source_destroy()
737
738 2008-09-23  Michael Natterer  <mitch@imendio.com>
739
740         * glib/glib.h: #include <glib/gpoll.h>
741
742         * glib/gpoll.h: #error out if gpoll.h is included directly.
743
744         * glib/gpoll.c: remove trailing whitespace.
745
746 2008-09-23  Dan Winship  <danw@gnome.org>
747
748         * glib/gpoll.[ch] (g_poll): Move this out of gmain.c and make it part
749         of the public API. (Part of Bug 505361 - gunixinputstream.c assumes
750         poll() available.)
751
752 2008-09-23  Tor Lillqvist  <tml@novell.com>
753
754         * glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was
755         passing an incorrect third parameter to memmove(), had forgotten
756         to multiply by the size of the table entry. Just use a for loop
757         instead, clearer. Odd I didn't notice when testing this code.
758
759 2008-09-19  Hans Petter Jansson  <hpj@novell.com>
760
761         Rewrite most of GHashTable to use open addressing with quadratic
762         probing instead of chaining. This has the potential to reduce memory
763         fragmentation significantly, while being slightly faster due to
764         better locality and no need to call alloc/free functions for nodes.
765         Benchmarks suggest it also uses less memory overall.
766
767         * glib/ghash.c (prime_mod): Table of suitable primes for
768         initial-probe distribution.
769         (g_hash_table_set_shift): New function.
770         (g_hash_table_find_closest_shift): New function.
771         (g_hash_table_set_shift_from_size): New function.
772         (g_hash_table_lookup_node_for_insertion): New function.
773         (g_hash_table_lookup_node): Rewritten to return node index instead of
774         pointer, use quadratic probe on flat table, and not return insertion
775         data. The latter saves some computation for read-only lookups.
776         (g_hash_table_remove_node): Rewrite to take a pointer directly to the
777         node structure to remove, and clear that. Remove unlinking code.
778         (g_hash_table_remove_all_nodes): Rewrite to not clear nodes
779         individually, but en masse using memset () after potentially calling
780         notify functions.
781         (iter_remove_or_steal): Use new data structure and algorithm. Vastly
782         simplified - now just a call to g_hash_table_remove_node ().
783         (g_hash_table_resize): New resize code, re-indexing with new prime
784         and cleaning up tombstones.
785         (g_hash_table_maybe_resize): Table may hold 8 buckets minimum, no less
786         than 1/4 load excluding tombstones, and no more than 15/16 load
787         including tombstones. These numbers are the results of a lot of
788         benchmarking with multiple complex applications, and should not be
789         changed lightly.
790         (g_hash_table_iter_next)
791         (g_hash_table_lookup)
792         (g_hash_table_lookup_extended)
793         (g_hash_table_insert_internal)
794         (g_hash_table_remove_internal)
795         (g_hash_table_foreach_remove_or_steal)
796         (g_hash_table_foreach)
797         (g_hash_table_find)
798         (g_hash_table_get_keys)
799         (g_hash_table_get_values): Use new data structure and algorithm,
800         fairly trivial changes.
801
802 2008-09-19  Tor Lillqvist  <tml@novell.com>
803
804         * glib-zip.in: Look for man pages in share/man.
805
806         * glib/gutils.c (_glib_get_dll_directory)
807         * glib/gspawn-win32.c (do_spawn_with_pipes): Be a bit less
808         restrictive, look for the helper programs in the same folder where
809         the GLib DLL is, not necessarily in a "bin" subfolder of the top
810         GLib installation folder.
811
812 2008-09-18  Matthias Clasen <mclasen@redhat.com>
813
814         * configure.in: Bump version to 2.19.0
815
816         * ChangeLog.pre-2-18: rotate ChangeLog
817         
818         * === branch for 2.18 ===