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