Bug 491554 – Update to Unicode 5.1.0
[platform/upstream/glib.git] / ChangeLog
1 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
2
3         Bug 491554 – Update to Unicode 5.1.0
4
5         * glib/gunichartables.h:
6         * glib/gunicode.h:
7         * glib/gunibreak.h:
8         * glib/gmirroringtable.h:
9         * glib/gscripttable.h:
10         * glib/gen-script-table.pl: Update to Unicode 5.1.0. Patch by
11         Behdad Esfahbod
12
13 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
14
15         Bug 526619 – make test-report crash
16
17         * glib/gtester.c: Allocate enough space for argv. Patch by
18          Hiroyuki Ikezoe
19
20 2008-04-04  Matthias Clasen  <mclasen@redhat.com>
21
22         * glib/gmain.c: Make the fix for bug 448943 work.
23
24 2008-04-04  Tor Lillqvist  <tml@novell.com>
25
26         * configure.in: Make sure we don't build both shared and static at
27         the same time on Windows. Put a #define for
28         GLIB_STATIC_COMPILATION into glibconfig.h in the static case, so
29         that the use of variables from libglib gets the GLIB_VAR macro in
30         gtypes.h automatically correct. This means that a shared and
31         static build of GLib can't be installed in the same prefix on
32         Windows, which sucks a bit. But with variables in the GLib API,
33         there isn't much we can do otherwise. The alternative would be to
34         force the developer who compiles against a statically built GLib
35         to use -DGLIB_STATIC_COMPILATION.
36
37         * glibconfig.h.win32.in: Define GLIB_STATIC_COMPILATION here also,
38         if needed.
39
40 2008-04-03  Tor Lillqvist  <tml@novell.com>
41
42         * configure.in: Don't enforce shared library build only on
43         Windows. It might well make sense to build static libraries in
44         some use cases.
45
46         * glib/gutils.c: Don't compile the DllMain if building libglib
47         statically. Also in that case don't return NULL from
48         _glib_get_installation_directory(), but return the installation
49         directory of the program's .exe file.
50
51 2008-04-03  Tor Lillqvist  <tml@novell.com>
52
53         Bug 525972 - UCS-4 not in the new win_iconv implementation
54
55         * glib/win_iconv.c: Add UCS-4. Also add spelling of UCS-2 without
56         the hyphen.
57
58 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
59
60         Bug 448943 – g_timeout_add_seconds() problems
61
62         * glib/gmain.c (g_timeout_set_expiration): Prevent expiration
63         time going negative. Reported by Cody Russell, analyzed by
64         Olivier Crete, patch by Sjoerd Simons.
65
66 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
67
68         Bug 525674 – A typo in gmarkup.c
69
70         * glib/gmarkup.c (g_markup_parse_context_get_element_stack): Fix
71         the docs, reported by Hiroyuki Ikezoe
72
73 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
74
75         Bug 525732 – Error in documentation for g_list_first
76
77         * glib/glist.c (g_list_first): Fix the docs, reported by 
78         Salvatore Iovene
79
80 2008-04-02  Tor Lillqvist  <tml@novell.com>
81
82         Bug 524314 - g_convert() on Win32 implicitly converts full width
83         alphanumerics into half width
84         
85         * glib/win_iconv.c: Update from Yukihiro Nakadaira. Use
86         WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte() unless the
87         //translit flag was suffixed to the codeset name.
88
89         * glib/gconvert.c: Include win_iconv.c earlier so that its
90         definition of WINVER before it includes <windows.h> is used.
91
92 2008-03-31  Tor Lillqvist  <tml@novell.com>
93
94         * glib/gmain.c (g_poll): Improve fix for #525192 below: Use
95         SleepEx() so that the sleep is alertable. Thanks to John
96         Ehresman.
97
98 2008-03-31  Tor Lillqvist  <tml@novell.com>
99
100         * glib/gwin32.c
101         (g_win32_get_package_installation_directory_of_module): Fix Cygwin
102         breakage. Patch by Lieven van der Heide.
103
104 2008-03-31 10:39:17  Tim Janik  <timj@imendio.com>
105
106         * glib/gutils.h: reapply inlining fix from r6333 to fix:
107         Bug 522292 – Gives warnings in glib/gutils.h with GCC in C99 mode
108         and again:
109         Bug 315437 – extern inline -> static inline
110
111 2008-03-31  Tor Lillqvist  <tml@novell.com>
112
113         Bug 525192 - 100% CPU if run main loop with no IO sources
114
115         * glib/gmain.c (g_poll) [Win32]: Patch by Neil Roberts.
116
117 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
118
119         * glib/gtester.c: Don't use ARG_MAX.  (#522335, patch by 
120         Samuel Thibault, adapted by Sebastian Dröge)
121
122 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
123
124         * glib/gmacros.h: Add macros wrapping the gcc alloc_size 
125         function attribute.  (#523019, Rodrigo Moya)
126
127         * glib/gmem.h: 
128         * glib/gslice.h:
129         * glib/gstrfuncs.h: Use the new attribute where appropriate.
130
131 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
132
133         * glib/glibintl.h:
134         * glib/gstrfuncs.c:
135         * glib/gutils.c: Simple fixes to help building GLib on 
136         embedded systems without NLS.  (#524350, Peter Kjellerstedt)
137
138 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
139
140         * glib/ghash.c: Fix the build with -DG_DISABLE_ASSERT.
141         (#525060, Arfrever Frehtes Taifersar Arahesis)
142
143 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
144         
145         * glib/gthread.h: Replace occurrances of G_GNUC_PRETTY_FUNCTION
146         by G_STRFUNC.  (#524344, Peter Kjellerstedt)
147
148 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
149
150         * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)
151
152 2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>
153
154         Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
155         other optimizations
156
157         * glib/gbookmarkfile.c: (bookmark_metadata_dump),
158         (bookmark_item_dump), (g_bookmark_file_dump), (expand_exec_line):
159         Replace all calls to g_string_append_printf with g_strconcat () or
160         g_string_append () where appropriate, to reduce the file creation time.
161         Also, use g_string_sized_new () with an appropriate buffer size instead
162         of g_string_new (NULL), to reduce time spent in memory reallocation.
163         (#523877, Claudio Saavedra, Emmanuele Bassi)
164
165 2008-03-22  Emmanuele Bassi  <ebassi@gnome.org>
166
167         Bug 518160 - replace two g_strdup_printf calls in GBookmarkFile
168
169         * glib/gbookmarkfile.c (is_element_full): Compare the fragments
170         instead of building two strings; this avoids two g_strdup_printf()
171         per namespaced element enountered. (#518160, Felix Riemann)
172
173 2008-03-20  Alexander Larsson  <alexl@redhat.com>
174
175         * configure.in:
176         Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
177         Patch from ephraim_owns@hotmail.com
178
179 2008-03-19  Tor Lillqvist  <tml@novell.com>
180
181         Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
182
183         * glib/win_iconv.c: Fixes for code page 54936 (GB18030)
184         (mbtowc_flags): New function. Check if a code page is one of those
185         for which the dwFlags parameter to MultiByteToWideChar() must be
186         zero. Return 0 or MB_ERR_INVALID_CHARS.
187         (mbcs_mblen): New function for multi-byte (more than two bytes for
188         some characters) code pages. Only handles 54936 for now.
189         (make_csconv): Use it for 54936.
190         (kernel_mbtowc): Use mbtowc_flags().
191
192 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
193
194         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
195
196         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
197         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
198         gcc version prior to 4.3 no correct C99-inline was implemented which
199         has semantic differences to GNU inline.
200
201 2008-03-16  Tor Lillqvist  <tml@novell.com>
202
203         * configure.in: Don't bother defining Autoconf variables for
204         glib.def, gmodule.def, gobject.def and gthread.def when this can
205         be handled easily in */Makefile.am which are the only files that
206         use them. Remove also TESTGMODULE_EXP which isn't used at all.
207
208         * glib/Makefile.am: Corrsponding change.
209         
210 2008-03-14  Michael Natterer  <mitch@imendio.com>
211
212         * glib/*.h: make it possible to disable single-file includes by
213         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
214         Approved by Tim Janik.
215
216         * glib/glib.h: include <glib/gslice.h>.
217
218         * glib/gi18n.h
219         * glib/gi18n-lib.h
220         * glib/gprintf.h: include <glib.h> so the above works when these
221         files are included without including <glib.h> first.
222
223 2008-03-14  Alexander Larsson  <alexl@redhat.com>
224
225         * configure.in:
226         Add required includes for f_fstypename member check.
227
228 2008-03-14  Alexander Larsson  <alexl@redhat.com>
229
230         * configure.in:
231         Added checks for FEN (Solaris  File Event Notification)
232
233 2008-03-13  Tor Lillqvist  <tml@novell.com>
234
235         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
236
237 2008-03-12  Tor Lillqvist  <tml@novell.com>
238
239         * configure.in: Expand gio/win32/Makefile.
240
241 2008-03-12  Matthias Clasen <mclasen@redhat.com>
242
243         * configure.in: Bump version to 2.17.0
244
245         * ChangeLog.pre-2-16: rotate ChangeLog
246         
247         * === branch for 2.16 ===