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