Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
[platform/upstream/glib.git] / ChangeLog
1 2008-03-19  Tor Lillqvist  <tml@novell.com>
2
3         Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
4
5         * glib/win_iconv.c: Fixes for code page 54936 (GB18030)
6         (mbtowc_flags): New function. Check if a code page is one of those
7         for which the dwFlags parameter to MultiByteToWideChar() must be
8         zero. Return 0 or MB_ERR_INVALID_CHARS.
9         (mbcs_mblen): New function for multi-byte (more than two bytes for
10         some characters) code pages. Only handles 54936 for now.
11         (make_csconv): Use it for 54936.
12         (kernel_mbtowc): Use mbtowc_flags().
13
14 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
15
16         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
17
18         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
19         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
20         gcc version prior to 4.3 no correct C99-inline was implemented which
21         has semantic differences to GNU inline.
22
23 2008-03-16  Tor Lillqvist  <tml@novell.com>
24
25         * configure.in: Don't bother defining Autoconf variables for
26         glib.def, gmodule.def, gobject.def and gthread.def when this can
27         be handled easily in */Makefile.am which are the only files that
28         use them. Remove also TESTGMODULE_EXP which isn't used at all.
29
30         * glib/Makefile.am: Corrsponding change.
31         
32 2008-03-14  Michael Natterer  <mitch@imendio.com>
33
34         * glib/*.h: make it possible to disable single-file includes by
35         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
36         Approved by Tim Janik.
37
38         * glib/glib.h: include <glib/gslice.h>.
39
40         * glib/gi18n.h
41         * glib/gi18n-lib.h
42         * glib/gprintf.h: include <glib.h> so the above works when these
43         files are included without including <glib.h> first.
44
45 2008-03-14  Alexander Larsson  <alexl@redhat.com>
46
47         * configure.in:
48         Add required includes for f_fstypename member check.
49
50 2008-03-14  Alexander Larsson  <alexl@redhat.com>
51
52         * configure.in:
53         Added checks for FEN (Solaris  File Event Notification)
54
55 2008-03-13  Tor Lillqvist  <tml@novell.com>
56
57         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
58
59 2008-03-12  Tor Lillqvist  <tml@novell.com>
60
61         * configure.in: Expand gio/win32/Makefile.
62
63 2008-03-12  Matthias Clasen <mclasen@redhat.com>
64
65         * configure.in: Bump version to 2.17.0
66
67         * ChangeLog.pre-2-16: rotate ChangeLog
68         
69         * === branch for 2.16 ===