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