Fix the docs
[platform/upstream/glib.git] / ChangeLog
1 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
2
3         Bug 525732 – Error in documentation for g_list_first
4
5         * glib/glist.c (g_list_first): Fix the docs
6
7 2008-04-02  Tor Lillqvist  <tml@novell.com>
8
9         Bug 524314 - g_convert() on Win32 implicitly converts full width
10         alphanumerics into half width
11         
12         * glib/win_iconv.c: Update from Yukihiro Nakadaira. Use
13         WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte() unless the
14         //translit flag was suffixed to the codeset name.
15
16         * glib/gconvert.c: Include win_iconv.c earlier so that its
17         definition of WINVER before it includes <windows.h> is used.
18
19 2008-03-31  Tor Lillqvist  <tml@novell.com>
20
21         * glib/gmain.c (g_poll): Improve fix for #525192 below: Use
22         SleepEx() so that the sleep is alertable. Thanks to John
23         Ehresman.
24
25 2008-03-31  Tor Lillqvist  <tml@novell.com>
26
27         * glib/gwin32.c
28         (g_win32_get_package_installation_directory_of_module): Fix Cygwin
29         breakage. Patch by Lieven van der Heide.
30
31 2008-03-31 10:39:17  Tim Janik  <timj@imendio.com>
32
33         * glib/gutils.h: reapply inlining fix from r6333 to fix:
34         Bug 522292 – Gives warnings in glib/gutils.h with GCC in C99 mode
35         and again:
36         Bug 315437 – extern inline -> static inline
37
38 2008-03-31  Tor Lillqvist  <tml@novell.com>
39
40         Bug 525192 - 100% CPU if run main loop with no IO sources
41
42         * glib/gmain.c (g_poll) [Win32]: Patch by Neil Roberts.
43
44 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
45
46         * glib/gtester.c: Don't use ARG_MAX.  (#522335, patch by 
47         Sebastian Dröge)
48
49 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
50
51         * glib/gmacros.h: Add macros wrapping the gcc alloc_size 
52         function attribute.  (#523019, Rodrigo Moya)
53
54         * glib/gmem.h: 
55         * glib/gslice.h:
56         * glib/gstrfuncs.h: Use the new attribute where appropriate.
57
58 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
59
60         * glib/glibintl.h:
61         * glib/gstrfuncs.c:
62         * glib/gutils.c: Simple fixes to help building GLib on 
63         embedded systems without NLS.  (#524350, Peter Kjellerstedt)
64
65 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
66
67         * glib/ghash.c: Fix the build with -DG_DISABLE_ASSERT.
68         (#525060, Arfrever Frehtes Taifersar Arahesis)
69
70 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
71         
72         * glib/gthread.h: Replace occurrances of G_GNUC_PRETTY_FUNCTION
73         by G_STRFUNC.  (#524344, Peter Kjellerstedt)
74
75 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
76
77         * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)
78
79 2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>
80
81         Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
82         other optimizations
83
84         * glib/gbookmarkfile.c: (bookmark_metadata_dump),
85         (bookmark_item_dump), (g_bookmark_file_dump), (expand_exec_line):
86         Replace all calls to g_string_append_printf with g_strconcat () or
87         g_string_append () where appropriate, to reduce the file creation time.
88         Also, use g_string_sized_new () with an appropriate buffer size instead
89         of g_string_new (NULL), to reduce time spent in memory reallocation.
90         (#523877, Claudio Saavedra, Emmanuele Bassi)
91
92 2008-03-22  Emmanuele Bassi  <ebassi@gnome.org>
93
94         Bug 518160 - replace two g_strdup_printf calls in GBookmarkFile
95
96         * glib/gbookmarkfile.c (is_element_full): Compare the fragments
97         instead of building two strings; this avoids two g_strdup_printf()
98         per namespaced element enountered. (#518160, Felix Riemann)
99
100 2008-03-20  Alexander Larsson  <alexl@redhat.com>
101
102         * configure.in:
103         Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
104         Patch from ephraim_owns@hotmail.com
105
106 2008-03-19  Tor Lillqvist  <tml@novell.com>
107
108         Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
109
110         * glib/win_iconv.c: Fixes for code page 54936 (GB18030)
111         (mbtowc_flags): New function. Check if a code page is one of those
112         for which the dwFlags parameter to MultiByteToWideChar() must be
113         zero. Return 0 or MB_ERR_INVALID_CHARS.
114         (mbcs_mblen): New function for multi-byte (more than two bytes for
115         some characters) code pages. Only handles 54936 for now.
116         (make_csconv): Use it for 54936.
117         (kernel_mbtowc): Use mbtowc_flags().
118
119 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
120
121         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
122
123         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
124         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
125         gcc version prior to 4.3 no correct C99-inline was implemented which
126         has semantic differences to GNU inline.
127
128 2008-03-16  Tor Lillqvist  <tml@novell.com>
129
130         * configure.in: Don't bother defining Autoconf variables for
131         glib.def, gmodule.def, gobject.def and gthread.def when this can
132         be handled easily in */Makefile.am which are the only files that
133         use them. Remove also TESTGMODULE_EXP which isn't used at all.
134
135         * glib/Makefile.am: Corrsponding change.
136         
137 2008-03-14  Michael Natterer  <mitch@imendio.com>
138
139         * glib/*.h: make it possible to disable single-file includes by
140         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
141         Approved by Tim Janik.
142
143         * glib/glib.h: include <glib/gslice.h>.
144
145         * glib/gi18n.h
146         * glib/gi18n-lib.h
147         * glib/gprintf.h: include <glib.h> so the above works when these
148         files are included without including <glib.h> first.
149
150 2008-03-14  Alexander Larsson  <alexl@redhat.com>
151
152         * configure.in:
153         Add required includes for f_fstypename member check.
154
155 2008-03-14  Alexander Larsson  <alexl@redhat.com>
156
157         * configure.in:
158         Added checks for FEN (Solaris  File Event Notification)
159
160 2008-03-13  Tor Lillqvist  <tml@novell.com>
161
162         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
163
164 2008-03-12  Tor Lillqvist  <tml@novell.com>
165
166         * configure.in: Expand gio/win32/Makefile.
167
168 2008-03-12  Matthias Clasen <mclasen@redhat.com>
169
170         * configure.in: Bump version to 2.17.0
171
172         * ChangeLog.pre-2-16: rotate ChangeLog
173         
174         * === branch for 2.16 ===