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