Avoid a compiler warning.
[platform/upstream/glib.git] / ChangeLog
1 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/guniprop.c (interval_compare): Avoid a compiler
4         warning.
5
6         * glib/gspawn.c (do_exec): Call set_cloexec() with
7         the right parameters.  (#386252, Guillaume Desmottes)
8
9 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
10
11         Fix #357585, Padraig O'Briain.
12         
13         * configure.in: Check for fdwalk.
14         
15         * glib/gspawn.c (do_exec): Use fdwalk() to close all
16         file descriptors. 
17
18         * glib/gspawn.c (fdwalk): Fallback implementation of
19         fdwalk.
20
21 2006-12-14  Matthias Clasen  <mclasen@redhat.com>
22
23         * glib/gconvert.c (open_converter): Don't use alloca
24         and avoid allocating memory for small keys that are 
25         already cached.  (#172406, Morten Welinder)
26
27         * glib/gmain.c (g_child_watch_add_full): Improve the docs.
28         (#345569, Tim-Philipp Müller)
29
30         * glib/gkeyfile.c (g_key_file_add_group): If the group
31         is already there, make it current.  (#385910, Joe Halliwell)
32
33         * tests/keyfile-test.c: Add a test for duplicate groups/keys.
34
35 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
36
37         * m4macros/glib-gettext.m4: Require AC_CANONICAL_HOST in
38         GLIB_WITH_NLS.  (#385132, Laszlo Peter)
39
40 2006-12-12  Matthias Clasen  <mclasen@redhat.com>
41
42         * configure.in: Add a check for broken poll on Mac OS X.
43
44         * glib/gmain.c: Use poll emulation on OS X.  (#302672, Toby Peterson,
45         patch by Dave Vasilevsky)
46
47 2006-12-11  Matthias Clasen  <mclasen@redhat.com>
48
49         * glib/gatomic.c: Don't use local numeric labels in
50         inline assembler on AIX.  (#316434, Hans Rosenfeld)
51
52         * glib/gunicode.h (g_utf8_next_char): Cast to const char *,
53         not char *.  (#138153, Nikolai Weibull)
54
55 Wed Nov 22 16:09:13 2006  Tim Janik  <timj@gtk.org>
56
57         * glib/gmacros.h: added G_GNUC_MAY_ALIAS, suggested by Mathias
58         Hasselmann in bug #335341, fixes bug #335853.
59
60 2006-11-15  Matthias Clasen  <mclasen@redhat.com>
61
62         * m4macros/glib-gettext.m4: Apply a patch from James 
63         Henstridge for compatibility with automake 2.60 (#343825)
64
65 2006-11-14  Behdad Esfahbod  <behdad@gnome.org>
66
67         * sanity_check: Replace bash-specific == with sh-understood =.
68         Fixes bug #373864.
69
70 2006-11-05  Hans Breuer  <hans@breuer.org>
71
72         * glib/makefile.msc.in : glib/ version not the gobject/ 
73         one I accidentially commited. Fixes bug #371074.
74         
75 2006-11-05  Tor Lillqvist  <tml@novell.com>
76
77         * makefile.mingw
78         * gmodule/makefile.mingw.in
79         * glib/makefile.mingw.in
80         * gobject/makefile.mingw.in
81         * gthread/makefile.mingw.in
82         * tests/makefile.mingw.in: Remove from CVS. Haven't been
83         maintained or distributed for long.
84
85 2006-10-26  Pascal Terjan  <pterjan@linuxfr.org>
86
87         * glib/libcharset/localcharset.c: Fix small leak on failed
88         realloc in _g_locale_get_charset_aliases (#338582)
89
90 2006-10-16  Behdad Esfahbod  <behdad@gnome.org>
91
92         * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS).  (#362543,
93         Peter Kjellerstedt)
94
95 2006-10-15  Sebastian Wilhelmi  <seppi@seppi.de>
96
97         * tests/Makefile.am: Compile errorcheck-mutex-test with thread
98         libraries explicitly. (#74748, Javier Villavicencio)
99
100 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
101
102         Add a way to obtain Unicode script information.  (#348348,
103         Marco Barisione)
104
105         * glib/glib.symbols:
106         * glib/gunicode.h: Add GUnicodeScript enumeration and
107         g_unichar_get_script. 
108         
109         * glib/guniprop.c: Implement g_unichar_get_script.
110
111         * glib/gscripttable.h: Generated private header containing
112         script tables.
113
114         * glib/gen-script-table.pl: Script to generate gscripttable.h.
115
116         * glib/Makefile.am: Update
117
118 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
119
120         * tests/run-markup-tests.sh: Small portability fix.  (#347944,
121         Dan McMahill)
122
123 2006-10-07  Tor Lillqvist  <tml@novell.com>
124
125         * glib/gwin32.c (get_package_directory_from_module)
126         (g_win32_get_package_installation_directory): g_strdup the keys
127         that we are passed before adding them to the hash tables, to guard
128         against the caller freeing them. (#355955, Andreas Köhler)
129
130 2006-10-06  Matthias Clasen  <mclasen@redhat.com> 
131
132         * glib/gtimer.c: Fix a typo.  (#359190)
133
134 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
135
136         * glib/Makefile.am:
137         * gobject/Makefile.am:
138         Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
139         (#358966)
140
141 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
142
143         * glib/gtimer.c (g_usleep): Use nsleep to implement
144         g_usleep on AIX.  (#321974, Andrew Paprocki)
145
146         * configure.in: Check for nsleep
147
148         * glib/gmain.c: Fix typos in doc comments.  
149         (#358421, Tom Tromey)
150
151 2006-09-30  Matthias Clasen  <mclasen@redhat.com>
152
153         * glib/pltcheck.sh: A script to check PLT entries.
154         * glib/Makefile.am (TESTS): Run pltcheck.sh
155
156         * glib/*: Fix includes to correct some issues with
157         PLT entries.  (#354522, Behdad Esfahbod)
158
159 2006-09-17  Hans Breuer  <hans@breuer.org>
160
161         * glib/makefile.msc.in gobject/makefile.msc.in : better filtering
162         of G_GNUC_* stuff when generating .def files. Now also works with
163         newer (less tolerant) linkers, e.g. from vc2500e
164
165 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
166
167         * glib/gbacktrace.c: Assume string.h is available. 
168         (#354523, Behdad Esfahbod)
169
170         * configure.in: Bump version to 2.13.0
171
172         * glib/glib.symbols:
173         * glib/gmain.[hc]: Add functions to create approximate
174         timeouts.  (#353942, Arjan van de Ven)
175
176         * glib/gstdio.c (g_rename): Initialize save_errno.
177         (#355206, Mike Edenfield)
178
179 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
180
181         * glib/gerror.c: Allocate GErrors using the slice allocator.
182         (#354054, Matt Barnes)
183
184 2006-09-02  Matthias Clasen  <mclasen@redhat.com>
185
186         * glib/gtimer.c: Forgotten HAVE_CLOCK_GETTIME.
187
188 2006-09-02  Tor Lillqvist  <tml@novell.com>
189
190         * glib/gutils.c (g_get_any_init_do): Correct C99ism (mixed
191         declarations and code) in Win32 ifdef branch. (#353903, Mike
192         Edenfield)
193
194 2006-09-01  Abel Cheung  <abel@oaka.org>
195
196         * configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
197
198 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
199
200         * configure.in: Check for CLOCK_MONOTONIC.
201
202         * glib/gtimer.c: Only use clock_gettime if we
203         have a monotonic clock.
204
205 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
206
207         * configure.in: Add missing includes to a few test
208         programs.  (#353580, Chris Wilson)
209
210 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
211
212         * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
213         va_end on caller-provided va_args.  (#353584, Chris Wilson)
214
215 2006-08-29  Tor Lillqvist  <tml@novell.com>
216
217         Remove support for Windows 9x/ME, as will be done also in Pango
218         and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
219         it's pretty pointless to keep the Win9x code in here either. If
220         somebody is interested, the code can always be found in older GLib
221         versions, and in CVS.
222
223         * glib/gdir.c
224         * glib/gfileutils.c
225         * glib/gspawn-win32-helper.c
226         * glib/gspawn-win32.c
227         * glib/gstdio.c
228         * glib/gutils.c
229         * glib/gwin32.c
230         * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
231         G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
232         branches, and any variables or static functions used only by the
233         Win9x branches.
234
235         * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
236         run on Win9x.
237
238 2006-08-27  Matthias Clasen  <mclasen@redhat.com>
239
240         * configure.in: Fix pthread compiler flag detection.
241
242         * glib/gtimer.c: Use Posix monotonic clocks instead of 
243         gettimeofday when available.  (#336114, William Jon McCann)
244
245 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
246
247         * glib/gutils.h: 
248         * glib/gscanner.c: Fix some typos.  (#351741, Kjartan Maraas)
249
250 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
251
252         * configure.in: Fix the pthread compiler flag detection.
253
254         * glib/gunicode.h: 
255         * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
256         from gconvert.c, move it to gutf8.c, and export it privately.
257
258         * glib/gconvert.c (g_filename_display_name): Adjust callers.
259
260         * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
261         places to ensure error messages are valid UTF-8.  (#351853,
262         Simon Budig)
263
264 2006-08-22  Matthias Clasen <mclasen@redhat.com>
265
266         * Branch for 2.12
267