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