Patch for 64-bit Windows from Richard Hult.
[platform/upstream/glib.git] / ChangeLog
1 2008-07-24  Tor Lillqvist  <tml@novell.com>
2
3         * glibconfig.h.win32.in: Patch for 64-bit Windows from Richard
4         Hult.
5
6 2008-07-23  Matthias Clasen  <mclasen@redhat.com>
7
8         544088 – option_test_LDADD is left in tests/Makefile.am
9
10         * tests/Makefile.am: Remove leftovers. 
11         Noticed by Hiroyuki Ikezoe
12
13 2008-07-22  Mathias Hasselmann  <mathias@openismus.com>
14
15         Set LANG variable for group caption tests to get reproducable results.
16
17         * glib/tests/option-context.c (group_captions()):
18           Set LANG variable to C in the forked process to get reproducable.
19           Don't silence the forked process in --verbose mode to support
20           debugging.
21
22 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
23
24         * configure.in: Fix detection of struct statfs fields.
25
26 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
27
28         * configure.in: Bump version
29
30 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
31
32         * === Released 2.17.4 ===
33
34         * configure.in: Bump version
35
36         * NEWS: Updates
37
38 2008-07-21  Emmanuele Bassi  <ebassi@gnome.org>
39
40         * glib/gtimer.c (g_time_val_to_iso8601): Use the right format
41         string to get leading zeros when converting to ISO 8601. (Sven
42         Herzberg)
43
44 2008-07-21  Emmanuele Bassi  <ebassi@gnome.org>
45
46         * glib/gbookmarkfile.c:
47         (bookmark_app_info_new): Do not set the timestamp value
48         using time(), as it will be overwritten anyway. (#535223,
49         Michael Meeks)
50
51         (parse_application_element),
52         (bookmark_app_info_dump): Support the "modified" attribute,
53         which takes an ISO-formatted string instead of a Unix time
54         stamp, to keep the number of g_strdup_printf() calls to a
55         minimum.
56
57         * glib/gtimer.c:
58         (g_time_val_to_iso8601): Do not use strftime(): we know
59         the format and contents of the ISO 8601 date format we
60         use.
61
62         * tests/bookmarks/valid-03.xbel: Add a test file for the
63         modified attribute.
64
65 2008-07-19  Matthias Clasen  <mclasen@redhat.com>
66
67         * glib/tests/Makefile.am:
68         * glib/tests/array-test.c: Move array tests here.
69
70         * tests/Makefile.am:
71         * tests/array-test.c: Removed.
72
73 2008-07-20  Tor Lillqvist  <tml@novell.com>
74
75         * glib/giowin32.c (g_io_win32_prepare): Patch from Yu Kuan that
76         makes watched sockets behave much better. See gtk-devel-list
77         archives from May for the (unfortunately rather meager)
78         discussion. This patch fixes the presented simple test program,
79         which reasonably could be expected to work.
80
81 2008-07-18  Matthias Clasen  <mclasen@redhat.com>
82
83         * NEWS: Updates
84
85 2008-07-18  Matthias Clasen  <mclasen@redhat.com>
86
87         Bug 536996 – Missing noop i18n macro equivalent to C_
88
89         * glib/glib.symbols:
90         * glib/gstrfuncs.[hc]: Add g_dpgettext2() which is a 
91         variant of g_dpgettext() taking context and id as separate
92         arguments.
93
94         * glib/gi18n-lib.h:
95         * glib/gi18n.h: Add an NC_() macro that is to C_() as N_()
96         is to _().
97
98 2008-07-18  Matthias Clasen  <mclasen@redhat.com>
99
100         * tests/Makefile.am:
101         * tests/keyfile-test.c:
102         * tests/option-test.c: Remove
103         * glib/tests/option-context.c: Add all GOptionContext tests here.
104         * glib/tests/keyfile.c: Add all GKeyFile tests here.
105
106 2008-07-16  Matthias Clasen  <mclasen@redhat.com>
107
108         Bug 334234 – "printf" format error
109
110         * glib/gslice.c (mem_error): Avoid a warning when printing a pid_t.
111         Pointed out by Morten Welinder. 
112
113 2008-07-16  Matthias Clasen  <mclasen@redhat.com>
114
115         Bug 406120 – g_ascii_strtod
116
117         * glib/gstrfuncs.c (g_ascii_strtod): Document that this
118         function does accept localized infinities and nans. Reported
119         by Morten Welinder.
120
121 2008-07-16  Matthias Clasen  <mclasen@redhat.com>
122
123         Bug 482413 - get_contents_stdio -- overflow and memory corruption
124
125         * glib/gfileutils.c (get_contents_stdio): Detect overflow and
126         error out. Reported by Morten Welinder. 
127
128 2008-07-16  Matthias Clasen  <mclasen@redhat.com>
129
130         Bug 542332 – small fix for error message in GMarkup
131         
132         * glib/gmarkup.c: Improve an error message. 
133         Patch by Ryan Lortie
134
135 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
136
137         Bug 428048 – 2 of 51 tests fail on Solaris
138
139         * tests/iochannel-test.c: Ignore the error if iconv doesn't
140         support EUC-JP.
141
142 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
143
144         * tests/option-test.c: Print error messages when something fails.
145
146 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
147
148         Bug 467707 – test_iconv_state() in tests/convert-test.c fails on AIX 5.3
149
150         * tests/convert-test.c (test_iconv_state): Skip this test if
151         CP1255 is not supported.  
152
153 2008-07-10  Ryan Lortie  <desrt@desrt.ca>
154
155         * docs/reference/glib/glib-sections.txt:
156         * glib/glib.symbols:
157         * glib/gmarkup.c:
158         * glib/gmarkup.h: add functions g_markup_parse_context_{push,pop} in
159         order to provide some small hooks on which to build easy-to-use
160         subparsers.
161  
162         * glib/tests/Makefile: add new test
163         * glib/tests/markup-subparser.c: new test for subparsers
164  
165         Fixes bug #337518.
166
167 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
168
169         Bug 528317 – GRegex does not allow recursion limit
170
171         * glib/pcre/Makefile.am: Set a sane default recursion limit
172         of 8192 instead of 1000000. 
173         Patch by Mart Raudsepp.
174
175 2008-07-04  Behdad Esfahbod  <behdad@gnome.org>
176
177         Bug 541507 – Ambiguous description of assigned characters in the Glib
178         Unicode Manipulation reference
179
180         * glib/guniprop.c
181         (g_unichar_isgraph): Return true for PrivateUse too.
182         (g_unichar_isprint): Return true for PrivateUse too.
183         (g_unichar_isdefined): Return false for Surrogate.
184
185 2008-07-04  Michael Natterer  <mitch@imendio.com>
186
187         Bug 541208 – Functions to easily install and use signals without
188         class struct slot
189
190         * tests/gobject/override.c: added tests for the new gsignal
191         overriding and chaining APIs.
192
193 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
194
195         * === Released 2.17.3 ===
196
197 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
198
199         * configure.in: Better endianness fix. From Tomas Mraz.
200
201 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
202
203         * NEWS: Updates
204
205 2008-07-02  Colin Walters  <walters@redhat.com>
206
207         * gio/gcontenttype.c: Use UNLOCK to unlock, not LOCK.
208
209 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
210
211         * configure.in: Add a check for structfs.f_bavail
212
213 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
214
215         * glib/gmain.c (g_get_current_time): Add a g_return_val_if_fail
216         check in both versions. Proposed by Patrik Olsson in bug 540545.
217
218 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
219
220         * configure.in: Workaround AC_C_BIGENDIAN breakage in autoconf 2.61.
221         Add a _cv_ to some variable names, since autoconf wants it.
222
223 2008-06-30  Matthias Clasen  <mclasen@redhat.com>
224
225         * glib/pcre/pcre_compile.c: Apply fix for CVE-2008-2371 to
226         fix a heap-based buffer overflow.
227
228 2008-06-29  Björn Lindqvist  <bjourne@gmail.com>
229
230         Bug 539626 – Update docstrings for g_object_freeze_notify and
231         g_object_thaw_notify
232
233         * gobject/gobject.c: Explain how the freeze count works.
234
235 2008-06-26  Cody Russell  <bratsche@gnome.org>
236
237         * configure.in: Add #define GLIB_USING_SYSTEM_PRINTF
238         to glibconfig.h, which specifies if GLib is using
239         the system printf functions for g_print*().
240         (#539999, by Tim-Philipp Müller)
241
242 2008-06-24  Paolo Borelli  <pborelli@katamail.com>
243
244         Bug 539770 - migrate gstrfunc unit tests to gtest
245
246         * tests/strfunc-test.c:
247         * tests/testglib.c:
248         * tests/strtoll-test.c:
249         * tests/strtod-test.c:
250         * tests/string-test.c:
251         * tests/Makefile.am:
252         Removed old tests.
253
254         * glib/tests/fileutils.c:
255         * glib/tests/strfuncs.c:
256         * glib/tests/Makefile.am:
257         Added all the old tests migrated to the new unit test framework
258         and add new unit tests for some of the functions.
259
260 2008-06-23  Kristian Rietveld  <kris@imendio.com>
261
262         * gobject/glib-mkenums.in: introduce an ENUMPREFIX substitution.
263
264         * gio/gioenumtypes.h.template: use @ENUMPREFIX@ instead of
265         hard coding "G" as prefix.
266
267 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
268
269         * glib/gurifuncs.c:
270           Fix markup in comment.
271
272 2008-06-21  Johan Dahlin  <jdahlin@async.com.br>
273
274     * *.[ch]: Include "config.h" instead of <config.h>
275     Command used:
276     find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
277     Rubberstamped by Mitch
278
279 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
280
281         Bug 316221 - G_LOCK warns about breaking strict-aliasing rules
282
283         * configure.in:
284         * glib/gthread.h: Revert previous patch as it doesn't improve the
285         situation and results in other warnings.
286
287 2008-06-16  Christian Persch  <chpe@gnome.org>
288
289         Bug 539123 – annotate g_d[n]gettext with G_GNUC_FORMAT
290
291         * glib/gstrfuncs.h:
292         * glib/glib.symbols: Annotate some functions with G_GNUC_FORMAT. 
293
294 2008-06-19  Tor Lillqvist  <tml@novell.com>
295
296         Bug 539074 - Cannot get exit status with g_spawn_command_line_sync()
297
298         * glib/gspawn-win32-helper.c (main): Write also the exit status of
299         the spawned process to the error report pipe. Patch by Hiroyuki
300         Ikezoe.
301
302 2008-06-19  Matthias Clasen  <mclasen@redhat.com>
303
304         Bug 535949 – annotate g_strip_context and g_dpgettext with
305         G_GNUC_FORMAT
306
307         * glib/gstrfuncs.h:
308         * glib/glib.symbols: Annotate some functions with G_GNUC_FORMAT.
309         Patch by Christian Persch
310
311 2008-06-19  Matthias Clasen  <mclasen@redhat.com>
312
313         Bug 539067 – The document g_io_channel_win32_new_fd() says that "Your
314         code should call only g_io_channel_read()." but gio_channel_read() is
315         deprecated
316
317         * glib/giochannel.h: Fix a reference in a comment
318         Patch by Hiroyuki Ikezoe 
319
320 2008-06-18  Matthias Clasen  <mclasen@redhat.com>
321
322         Bug 537635 – Corrections and improvements to
323         g_time_val_from_iso8601()/g_time_val_to_iso8601()
324
325         * glib/gtimer.c (g_time_val_from_iso8601): set tv_usec to 0 rather 
326         than 1 when a fraction of a second is not specified
327         (g_time_val_from_iso8601): calculate a fraction of a second
328         correctly even in case it does not happen to consist of exactly 
329         six digits; do not allow random data after the ISO 8601 string,
330         only whitespace
331         (make g_time_val_to_iso8601): support fractions of a second
332         Patch by Peter Kjellerstedt
333
334         * tests/testglib.c: Update to match
335
336 2008-06-16  Christian Persch  <chpe@gnome.org>
337
338         * glib/gbookmarkfile.c
339         * glib/gconvert.c
340         * glib/gfileutils.c
341         * glib/giochannel.c
342         * glib/giounix.c
343         * glib/giowin32.c
344         * glib/gkeyfile.c
345         * glib/gregex.c
346         * glib/gshell.c
347         * glib/gspawn-win32.c
348         * glib/gutf8.c: Use g_set_error_literal where appropriate. Patch from 
349         bug #535947.
350
351 2008-06-16  Christian Persch  <chpe@gnome.org>
352
353         * docs/reference/glib/glib-sections.txt:
354         * glib/gerror.c:
355         * glib/gerror.h:
356         * glib/glib.symbols: Add g_set_error_literal. Bug #535947.
357
358 2008-06-16  Michael Natterer  <mitch@imendio.com>
359
360         * glib/goption.c (dgettext_swapped): changed return value to
361         const gchar* to fix warning.
362
363 2008-06-14  Matthias Clasen  <mclasen@redhat.com>
364
365         * glib/gtestutils.c: Move docs around
366
367         * glib/gchecksum.h: Add docs.
368
369 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
370
371         Bug 538119 – glib's mainloop leaks a pipe to sub-processes
372
373         * glib/gmain.c (g_main_context_init_pipe): Don't leak the
374         pipes to child processes. Patch by Thiago Macieira.
375
376 2008-06-13  Hans Breuer  <hans@breuer.org>
377
378         * glib/gstrfuncs.c : to get the default translation target on
379         win32 use g_win32_get_locale() instead of setlocale(LS_MESSAGES,NULL)
380         Fixes bug #538044
381
382         * glib/makefile.msc.in gio/makefile.msc : updated
383
384 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
385
386         * configure.in: Bump version
387         
388         * === Released 2.17.2 ===
389
390         * configure.in: Fix LINGUAS conversion
391
392 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
393
394         * configure.in: Bump version
395
396         * === Released 2.17.1 ===
397
398 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
399
400         * glib/gtestutils.c: Documentation fixups
401
402 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
403
404         * glib/glist.c: Tiny doc fix
405
406 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
407
408         * NEWS: Updates
409
410 2008-06-11  Behdad Esfahbod  <behdad@gnome.org>
411
412         Bug 503071 – Application direction changes to right to left even if
413         theres no translation
414
415         * glib/gi18n-lib.h:
416         * glib/glib.symbols:
417         * glib/gstrfuncs.h:
418         * glib/gstrfuncs.c:
419         Add new functions g_dgettext() and g_dngettext().
420
421         * glib/gutils.c (glib_gettext):
422         * glib/gfileutils.c (g_format_size_for_display):
423         * glib/goption.c (dgettext_swapped):
424         Use the new functions.
425
426 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
427
428         Bug 502511 – g_assert_cmphex prints invalid message
429
430         * glib/gtestutils.c (g_assertion_message_cmpnum): Actually print
431         hex numbers in hex. 
432         Pointed out by Tor Lillqvist
433
434 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
435
436         Bug 338162 – [PATCH] Use po/LINGUAS
437
438         * po/LINGUAS: New file
439         * po/Makefile.in.in: Dist LINGUAS
440         * configure.in: Use po/LINUAS
441         Patch by Thomas Andersen
442
443 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
444
445         Bug 314453 – Nautilus crashes in Solaris when browsing the attached
446         file
447
448         * glib/gunicollate.c (g_utf8_collate_key): Handle strfxrm returning
449         -1 a little better. Problem pointed out by Takao Fujiwara
450
451 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
452
453         Bug 529321 – make check fails in glib/pcre
454
455         * glib/pcre/Makefile.am: include Makefile.decl to fix 'make check'.
456         Patch by Hiroyuki Ikezoe
457
458 2008-06-11  Tor Lillqvist  <tml@novell.com>
459
460         * glib/giowin32.c: g_win32_error_message() works fine for the
461         Winsock WSA* error codes, too, so drop the winsock_error_message()
462         function.
463
464 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
465
466         Bug 455215 – g_get_user_special_dir: no reference about
467         G_USER_DIRECTORY_DOWNLOAD fallback to $HOME/Desktop if 
468         xdg-user-dirs is not in use
469
470         * glib/gutils.c (g_get_user_special_dir): Improve the docs.
471         Proposed by Luca Ferretti
472
473 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
474
475         Bug 498732 – g_key_file_to_data cannot fail
476
477         * glib/gkeyfile.c (g_key_file_to_data): Improve the docs.
478         Proposed by Christian Persch
479
480 2008-06-11  Ross Burton  <ross@burtonini.com>
481
482         Bug 511367 - add g_file_make_directory_with_parents.
483         
484         * gio/gfile.c:
485         * gio/gfile.h:
486         * gio/gio.symbols: Add g_file_make_directory_with_parents.
487         
488 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
489
490         Bug 531900 – Use __builtin_offsetof for G_STRUCT_OFFSET if building
491         with gcc 4.0 or newer
492
493         * glib/gmacros.h: Use __builtin_offsetof for G_STRUCT_OFFSET if
494         building with gcc 4.0 or newer.
495
496 2008-06-11  Tor Lillqvist  <tml@novell.com>
497
498         * glib/gmain.c
499         * glib/gspawn.c: Clarify what a "child pid" is in the doc
500         comments.
501
502 2008-06-10  Matthias Clasen  <mclasen@redhat.com>
503
504         Bug 536158 – also bump GHashTable version when a node is removed via
505         g_hash_table_iter_remove()/g_hash_table_iter_steal()
506
507         * glib/ghash.c (iter_remove_or_steal): Bump the hash table 
508         version. Patch by Jean-Yves Lefort
509
510 2008-06-07  Tor Lillqvist  <tml@novell.com>
511
512         * glib/gstdio.c (g_access): Define X_OK if necessary (MSVC).
513
514 2008-06-02  Yevgen Muntyan  <muntyan@tamu.edu>
515
516         Bug 531403 – g_utf8_collate broken on Mac.
517
518         * glib/gunicollate.c:  (g_utf8_collate): use UCCompareTextDefault;
519         (collate_key_to_string), (carbon_collate_key_with_collator),
520         (carbon_collate_key), (carbon_collate_key_for_filename): new
521         functions using Carbon API to get collate key for g_utf8_collate_key()
522         and g_utf8_collate_key_for_filename();
523         (g_utf8_collate_key), (g_utf8_collate_key_for_filename): use those.
524
525 2008-05-30  Michael Natterer  <mitch@imendio.com>
526
527         Bug 535628 - test/patterntest.c still includes gpattern.h
528         directly.
529
530         * tests/patterntest.c: don't include "glib/gpattern.h" directly.
531         Patch from Hiroyuki Ikezoe.
532
533 2008-05-30  Tor Lillqvist  <tml@novell.com>
534
535         Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in
536         a function)
537
538         * glib/glib.symbols: Move g_utime inside #if !defined(G_OS_UNIX)
539         || defined(G_STDIO_NO_WRAP_ON_UNIX).
540
541 2008-05-30  Tor Lillqvist  <tml@novell.com>
542
543         * glib/gstdio.c (g_access) [Win32]: Mask out X_OK to avoid problem
544         on Vista. X_OK was just ignored by access() in earlier Microsoft C
545         libraries. (Which is fine as executability has little meaning on
546         Windows.) The one on Vista returns an error if X_OK is passed.
547
548 2008-05-29  Tor Lillqvist  <tml@novell.com>
549
550         * glib/gstdio.h
551         * glib/gstdio.c: Add g_utime(). No need to include <sys/utime.h>
552         in gstdio.h, just use a forward struct declaration.
553
554         * glib/glib.symbols: Add it.
555
556 2008-05-29  Tor Lillqvist  <tml@novell.com>
557
558         * glib/gnulib/printf-args.c (printf_fetchargs): wint_t is short on
559         Windows, and gcc warns: "wint_t is promoted to int when passed
560         through ... (so you should pass int not wint_t to va_arg)." And
561         indeed g_print("%C", L'a') crashes. So do as gcc says then.
562
563 2008-05-28  Michael Natterer  <mitch@imendio.com>
564
565         * configure.in: add G_DISABLE_SINGLE_INCLUDES to CPPFLAGS
566         globally.
567
568         * glib/tests/option-context.c
569         * glib/tests/testing.c
570         * tests/testingbase64.c: don't include <glib/gtestutils.h>
571
572 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
573
574         * configure.in: Bump version
575
576         * === Released 2.17.0 ===
577
578 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
579
580         * README.in: Add a note about G_DISABLE_SINGLE_HEADERS.
581
582         * NEWS: Updates
583
584 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
585
586         * tests/casemap.txt:
587         * tests/casefold.txt: Update for Unicode 5.1
588
589 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
590
591         * Revert the patch for bug 527214 and related changes. GTimer
592         is supposed to work without threads.
593
594 2008-05-27  simon.zheng  <simon.zheng@sun.com>
595
596         * configure.in: Fix #533369. Check whether memeber statvfs.f_basetype 
597         available or not.
598
599 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
600
601         * glib/pcre/*: Update to PCRE 7.7
602
603 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
604
605         * glib/gchecksum.c: Add Since: tag to g_checksum_reset
606
607         * glib/glib.symbols: Add g_checksum_reset
608
609 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
610
611         Bug 534137 – Typo in g_spawn_async_with_pipes doc
612
613         * glib/gspawn.c: Fix a typo in the docs, pointed out by Ted Percival.
614
615 2008-05-25  Tor Lillqvist  <tml@novell.com>
616
617         Bug 534319 - GLib's .pc files could use Libs.private
618
619         * glib-2.0-uninstalled.pc.in
620         * glib-2.0.pc.in
621         * gmodule-2.0-uninstalled.pc.in
622         * gmodule-2.0.pc.in
623         * gmodule-export-2.0.pc.in
624         * gmodule-no-export-2.0.pc.in: Move ICONV_LIBS and G_MODULE_LIBS
625         to Libs.private.
626
627 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
628
629         * glib/gfileutils.c (g_file_open_tmp): Small documention addition.
630
631 2008-05-22 10:49:37  Tim Janik  <timj@imendio.com>
632
633         * glib/gmacros.h: implement G_STMT_START and G_STMT_END with
634         do{}while(0), which is believed to be widely portable, fixes:
635         Bug 519026 - G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
636
637 2008-05-20  Behdad Esfahbod  <behdad@gnome.org>
638
639         Bug 501651 – Update glib/libcharset
640
641         * configure.in:
642         * glib/libcharset/Makefile.am:
643         * glib/libcharset/README:
644         * glib/libcharset/codeset.m4:
645         * glib/libcharset/config.charset:
646         * glib/libcharset/glibc21.m4:
647         * glib/libcharset/libcharset-glib.patch:
648         * glib/libcharset/libcharset.h:
649         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases),
650         (_g_locale_charset_raw):
651         * glib/libcharset/localcharset.h:
652         * glib/libcharset/make-patch.sh:
653         * glib/libcharset/ref-add.sin:
654         * glib/libcharset/ref-del.sin:
655         * glib/libcharset/update.sh:
656         Update libcharset to the one shipped with libiconv-0.12.
657
658 2008-05-20  Behdad Esfahbod  <behdad@gnome.org>
659
660         Bug 459905 – Bug in wcwidth data
661         Bug 534085 – g_unichar_iswide_cjk() has a totally wrong table
662         * glib/guniprop.c (g_unichar_iswide), (g_unichar_iswide_cjk):
663         Regenrate wide and wide_cjk tables from Unicode 5.1.0 data directly.
664         Not using Markus Kuhn's tables anymore.
665
666 2008-05-20 14:31:18  Tim Janik  <timj@imendio.com>
667
668         * reverted recent unapproved changes by Yair Hershkovitz, regarding:
669         Bug 503071 – Application direction changes to right to left even if theres no translation.
670
671 2008-05-20  Tor Lillqvist  <tml@novell.com>
672
673         * configure.in: Don't need memory barriers when using a non-gcc
674         compiler on Windows either.
675
676 2008-05-19  Tor Lillqvist  <tml@novell.com>
677
678         * glib/gdir.c: Include the dirent.h and wdirent.c from
679         ../build/win32/dirent directly here when compiling with MSVC and
680         without HAVE_DIRENT_H.
681
682 2008-05-19  Hans Breuer  <hans@breuer.org>
683
684         * glib/makefile.msc : added gi18n.c
685
686 2008-05-19  Tor Lillqvist  <tml@novell.com>
687
688         * glib/Makefile.am: #define HELPER_CONSOLE in
689         gspawn-win32-helper-console.c
690
691         * glib/gspawn-win32-helper.c: Compile a main() instead of
692         WinMain() if HELPER_CONSOLE is defined. MSVC insists on a console
693         application having a main().
694
695 2008-05-18  Matthias Clasen  <mclasen@redhat.com>
696
697         Bug 527214 – g_timer_elapsed() returns random values.
698
699         * glib/gtimer.c (g_timer_new()):
700         Print warning if g_thread_init() has not been called yet. 
701         Patch by Mathias Hasselmann
702
703 2008-05-12  Jeffrey Stedfast  <fejj@novell.com>
704
705         * glib/gchecksum.c (g_checksum_reset): New function to reset the
706         state of a GChecksum.
707         (g_checksum_new): Call g_checksum_reset() instead of duplicating
708         code.
709
710 2008-05-17  Matthias Clasen  <mclasen@redhat.com>
711
712         Bug 528667 – Typos in testing module documentation
713
714         * glib/gtestutils.c: Fix typos in the documentation.
715
716 2008-05-17  Tor Lillqvist  <tml@novell.com>
717
718         * glib/giowin32.c: Make debugging printout more compact and add
719         more information to it. No changes to actual functionality.
720
721         * glib/gmain.c: Improve debugging printouts. When
722         G_MAIN_POLL_DEBUG is defined, we check for an environment variable
723         of the same name to decide whether to print out debugging
724         information or not. G_MAIN_POLL_DEBUG is always defined on Windows
725         as there is more often a need to debug this stuff there. On Unix
726         the definition has to be uncommented (or done on the compile
727         command line).
728
729 2008-05-17  Tor Lillqvist  <tml@novell.com>
730
731         * build: Don't include the "build" module with svn:externals any
732         longer. Instead add the still relevant directories and files from
733         it for real here in GLib.
734
735 2008-05-17  Yair Hershkovitz  <yairhr@gmail.com>
736
737         * glib/glib.symbols:
738         * glib/gi18n.h: Added g_disable_setlocale().
739
740         * glib/gi18n.c: Added g_disable_setlocale() API to disable setting
741         the locale in g_i18n_init(). Dont disable translations if textdomain
742         was not set before calling g_i18n_init(). Dont disable translations if
743         the locale is "C".
744
745 2008-05-16  Tor Lillqvist  <tml@novell.com>
746
747         * config.h.win32.in: Update to match the configure-produced one.
748
749 2008-05-14  Michael Natterer  <mitch@imendio.com>
750
751         * glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM.
752
753 2008-05-13  Kjartan Maraas  <kmaraas@gnome.org>
754
755         * glib/gi18n.c: #include <locale.h> to fix the build.
756
757 2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>
758
759         * glib/gi18n.c (g_i18n_init): Coding convention fix. Space between
760         a function name and its opening parenthesis.
761
762 2008-05-12  Tor Lillqvist  <tml@novell.com>
763
764         * glib/glib.symbols: Add g_i18n_init.
765
766 2008-05-12  Tor Lillqvist  <tml@novell.com>
767
768         Bug 530457 - G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
769
770         * glib/gutils.c (load_user_special_dirs): When running on Vista or
771         later, use SHGetKnownFolderPath() to get the FOLDERID_Downloads
772         folder for G_USER_DIRECTORY_DOWNLOAD, and FOLDERID_Public for
773         G_USER_DIRECTORY_PUBLIC_SHARE.
774
775 2008-05-11  Yair Hershkovitz  <yairhr@gmail.com>
776
777         Bug 503071 - Application direction changes to right to left even if
778         theres no translation. 
779
780         * glib/gi18n.c: g_i18n_init() for initializing the glib i18n,
781         checking if a translation is available for the calling app. wrappers for
782         gettext, dgettext and dpgettext to check first if the application
783         should be translated.
784
785         * glib/gi18n.h: symbol declaration for gettext wrappers.
786
787         * glib/gi18n-lib.h: include gi18n.h instead of libintl.h.
788
789         * glib/gstrfuncs.c: moved g_dpgettext() to glib/gi18n.c.
790
791         * glib/gutils.c: use g_dgettext() instead of dgettext().
792
793         * glib/glibintl.h: include gi18n.h.
794
795         * glib.symbols: added gettext wrappers.
796
797         * glib/Makefile.am: added gi18n.c.
798
799 2008-05-05  Michael Natterer  <mitch@imendio.com>
800
801         * glib/glib.h: #define __GLIB_H_INSIDE__ around including
802         everything.
803
804         * glib/*.h: check for that define instead of __G_LIB_H__ if
805         G_DISABLE_SINGLE_INCLUDES is defined.
806
807         * glib/gdatasetprivate.h: #include <glib.h> instead of
808         <glib/gdataset.h>
809
810 2008-05-02 13:24:13  Tim Janik  <timj@imendio.com>
811
812         * glib/gmain.c: renamed GMainDispatch.dispatching_sources to be more
813         descriptive and distinguishable within the source file.
814
815 2008-04-21  Tor Lillqvist  <tml@novell.com>
816
817         Bug 528752 - Win32 build and SSL not working
818
819         This bug report against libsoup points out an issue with the use
820         of bitfields in the GIOChannel struct that should really be taken
821         care of here in GLib.
822
823         * configure.in: Add Autoconf variable GLIB_EXTRA_CFLAGS which will
824         contain the -mms-bitfields flag on Windows.
825         
826         * glib-2.0.pc.in: Add it to Cflags.
827
828 2008-04-21  Tor Lillqvist  <tml@novell.com>
829
830         * configure.in
831         * */Makefile.am: More work on enabling static building on
832         Windows. When building statically: Also define
833         GOBJECT_STATIC_COMPILATION in glibconfig.h so that also the
834         variables in gparamspecs.h get declared without any
835         dllimport/dllexport decorations. Don't install .def files which
836         obviously have no meaning for static libraries. Don't create MS
837         import libraries. Don't do any resource object files.
838
839 2008-04-18 17:40:58  Tim Janik  <timj@imendio.com>
840
841         * tests/testglib.c: fixed gstdio.h include.
842
843         * tests/Makefile.am: properly list testglib.c SOURCES.
844
845 2008-04-17  Emmanuele Bassi  <ebassi@gnome.org>
846
847         * glib/gchecksum.c:
848         (sha_byte_reverse): Use the macro GLib provides for byte-swapping
849         as it can be optimized.
850         
851         (g_checksum_update): Fix a compiler warning.
852
853 2008-04-15  Mukund Sivaraman  <muks@mukund.org>
854
855         * gio/gfile.c: Fixed typos in gtk-doc comments.
856
857 2008-04-10  Mathias Hasselmann  <mathias@openismus.com>
858
859         Bug 519137 – g_slice_dup macro needs cast for 64-bit platform
860
861         * glib/gslice.h (g_slice_copy): Apply type casts needed
862           for proper compilation on 64-bit platforms.
863
864 2008-04-09  Federico Mena Quintero  <federico@novell.com>
865
866         * glib/gbookmarkfile.c (bookmark_metadata_free): Don't leak
867         the apps_by_name hash table if the applications list is empty.
868
869 2008-04-08  Behdad Esfahbod  <behdad@gnome.org>
870
871         * glib/gunicode.h: Add ISO 15924 code comments for new scripts.
872
873 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
874
875         Bug 491554 – Update to Unicode 5.1.0
876
877         * glib/gunichartables.h:
878         * glib/gunicode.h:
879         * glib/gunibreak.h:
880         * glib/gmirroringtable.h:
881         * glib/gscripttable.h:
882         * glib/gen-script-table.pl: Update to Unicode 5.1.0. Patch by
883         Behdad Esfahbod
884
885 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
886
887         Bug 526619 – make test-report crash
888
889         * glib/gtester.c: Allocate enough space for argv. Patch by
890          Hiroyuki Ikezoe
891
892 2008-04-04  Matthias Clasen  <mclasen@redhat.com>
893
894         * glib/gmain.c: Make the fix for bug 448943 work.
895
896 2008-04-04  Tor Lillqvist  <tml@novell.com>
897
898         * configure.in: Make sure we don't build both shared and static at
899         the same time on Windows. Put a #define for
900         GLIB_STATIC_COMPILATION into glibconfig.h in the static case, so
901         that the use of variables from libglib gets the GLIB_VAR macro in
902         gtypes.h automatically correct. This means that a shared and
903         static build of GLib can't be installed in the same prefix on
904         Windows, which sucks a bit. But with variables in the GLib API,
905         there isn't much we can do otherwise. The alternative would be to
906         force the developer who compiles against a statically built GLib
907         to use -DGLIB_STATIC_COMPILATION.
908
909         * glibconfig.h.win32.in: Define GLIB_STATIC_COMPILATION here also,
910         if needed.
911
912 2008-04-03  Tor Lillqvist  <tml@novell.com>
913
914         * configure.in: Don't enforce shared library build only on
915         Windows. It might well make sense to build static libraries in
916         some use cases.
917
918         * glib/gutils.c: Don't compile the DllMain if building libglib
919         statically. Also in that case don't return NULL from
920         _glib_get_installation_directory(), but return the installation
921         directory of the program's .exe file.
922
923 2008-04-03  Tor Lillqvist  <tml@novell.com>
924
925         Bug 525972 - UCS-4 not in the new win_iconv implementation
926
927         * glib/win_iconv.c: Add UCS-4. Also add spelling of UCS-2 without
928         the hyphen.
929
930 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
931
932         Bug 448943 – g_timeout_add_seconds() problems
933
934         * glib/gmain.c (g_timeout_set_expiration): Prevent expiration
935         time going negative. Reported by Cody Russell, analyzed by
936         Olivier Crete, patch by Sjoerd Simons.
937
938 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
939
940         Bug 525674 – A typo in gmarkup.c
941
942         * glib/gmarkup.c (g_markup_parse_context_get_element_stack): Fix
943         the docs, reported by Hiroyuki Ikezoe
944
945 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
946
947         Bug 525732 – Error in documentation for g_list_first
948
949         * glib/glist.c (g_list_first): Fix the docs, reported by 
950         Salvatore Iovene
951
952 2008-04-02  Tor Lillqvist  <tml@novell.com>
953
954         Bug 524314 - g_convert() on Win32 implicitly converts full width
955         alphanumerics into half width
956         
957         * glib/win_iconv.c: Update from Yukihiro Nakadaira. Use
958         WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte() unless the
959         //translit flag was suffixed to the codeset name.
960
961         * glib/gconvert.c: Include win_iconv.c earlier so that its
962         definition of WINVER before it includes <windows.h> is used.
963
964 2008-03-31  Tor Lillqvist  <tml@novell.com>
965
966         * glib/gmain.c (g_poll): Improve fix for #525192 below: Use
967         SleepEx() so that the sleep is alertable. Thanks to John
968         Ehresman.
969
970 2008-03-31  Tor Lillqvist  <tml@novell.com>
971
972         * glib/gwin32.c
973         (g_win32_get_package_installation_directory_of_module): Fix Cygwin
974         breakage. Patch by Lieven van der Heide.
975
976 2008-03-31 10:39:17  Tim Janik  <timj@imendio.com>
977
978         * glib/gutils.h: reapply inlining fix from r6333 to fix:
979         Bug 522292 – Gives warnings in glib/gutils.h with GCC in C99 mode
980         and again:
981         Bug 315437 – extern inline -> static inline
982
983 2008-03-31  Tor Lillqvist  <tml@novell.com>
984
985         Bug 525192 - 100% CPU if run main loop with no IO sources
986
987         * glib/gmain.c (g_poll) [Win32]: Patch by Neil Roberts.
988
989 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
990
991         * glib/gtester.c: Don't use ARG_MAX.  (#522335, patch by 
992         Samuel Thibault, adapted by Sebastian Dröge)
993
994 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
995
996         * glib/gmacros.h: Add macros wrapping the gcc alloc_size 
997         function attribute.  (#523019, Rodrigo Moya)
998
999         * glib/gmem.h: 
1000         * glib/gslice.h:
1001         * glib/gstrfuncs.h: Use the new attribute where appropriate.
1002
1003 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
1004
1005         * glib/glibintl.h:
1006         * glib/gstrfuncs.c:
1007         * glib/gutils.c: Simple fixes to help building GLib on 
1008         embedded systems without NLS.  (#524350, Peter Kjellerstedt)
1009
1010 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
1011
1012         * glib/ghash.c: Fix the build with -DG_DISABLE_ASSERT.
1013         (#525060, Arfrever Frehtes Taifersar Arahesis)
1014
1015 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
1016         
1017         * glib/gthread.h: Replace occurrances of G_GNUC_PRETTY_FUNCTION
1018         by G_STRFUNC.  (#524344, Peter Kjellerstedt)
1019
1020 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
1021
1022         * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)
1023
1024 2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>
1025
1026         Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
1027         other optimizations
1028
1029         * glib/gbookmarkfile.c: (bookmark_metadata_dump),
1030         (bookmark_item_dump), (g_bookmark_file_dump), (expand_exec_line):
1031         Replace all calls to g_string_append_printf with g_strconcat () or
1032         g_string_append () where appropriate, to reduce the file creation time.
1033         Also, use g_string_sized_new () with an appropriate buffer size instead
1034         of g_string_new (NULL), to reduce time spent in memory reallocation.
1035         (#523877, Claudio Saavedra, Emmanuele Bassi)
1036
1037 2008-03-22  Emmanuele Bassi  <ebassi@gnome.org>
1038
1039         Bug 518160 - replace two g_strdup_printf calls in GBookmarkFile
1040
1041         * glib/gbookmarkfile.c (is_element_full): Compare the fragments
1042         instead of building two strings; this avoids two g_strdup_printf()
1043         per namespaced element enountered. (#518160, Felix Riemann)
1044
1045 2008-03-20  Alexander Larsson  <alexl@redhat.com>
1046
1047         * configure.in:
1048         Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
1049         Patch from ephraim_owns@hotmail.com
1050
1051 2008-03-19  Tor Lillqvist  <tml@novell.com>
1052
1053         Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
1054
1055         * glib/win_iconv.c: Fixes for code page 54936 (GB18030)
1056         (mbtowc_flags): New function. Check if a code page is one of those
1057         for which the dwFlags parameter to MultiByteToWideChar() must be
1058         zero. Return 0 or MB_ERR_INVALID_CHARS.
1059         (mbcs_mblen): New function for multi-byte (more than two bytes for
1060         some characters) code pages. Only handles 54936 for now.
1061         (make_csconv): Use it for 54936.
1062         (kernel_mbtowc): Use mbtowc_flags().
1063
1064 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
1065
1066         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
1067
1068         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
1069         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
1070         gcc version prior to 4.3 no correct C99-inline was implemented which
1071         has semantic differences to GNU inline.
1072
1073 2008-03-16  Tor Lillqvist  <tml@novell.com>
1074
1075         * configure.in: Don't bother defining Autoconf variables for
1076         glib.def, gmodule.def, gobject.def and gthread.def when this can
1077         be handled easily in */Makefile.am which are the only files that
1078         use them. Remove also TESTGMODULE_EXP which isn't used at all.
1079
1080         * glib/Makefile.am: Corrsponding change.
1081         
1082 2008-03-14  Michael Natterer  <mitch@imendio.com>
1083
1084         * glib/*.h: make it possible to disable single-file includes by
1085         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
1086         Approved by Tim Janik.
1087
1088         * glib/glib.h: include <glib/gslice.h>.
1089
1090         * glib/gi18n.h
1091         * glib/gi18n-lib.h
1092         * glib/gprintf.h: include <glib.h> so the above works when these
1093         files are included without including <glib.h> first.
1094
1095 2008-03-14  Alexander Larsson  <alexl@redhat.com>
1096
1097         * configure.in:
1098         Add required includes for f_fstypename member check.
1099
1100 2008-03-14  Alexander Larsson  <alexl@redhat.com>
1101
1102         * configure.in:
1103         Added checks for FEN (Solaris  File Event Notification)
1104
1105 2008-03-13  Tor Lillqvist  <tml@novell.com>
1106
1107         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
1108
1109 2008-03-12  Tor Lillqvist  <tml@novell.com>
1110
1111         * configure.in: Expand gio/win32/Makefile.
1112
1113 2008-03-12  Matthias Clasen <mclasen@redhat.com>
1114
1115         * configure.in: Bump version to 2.17.0
1116
1117         * ChangeLog.pre-2-16: rotate ChangeLog
1118         
1119         * === branch for 2.16 ===