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