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