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