Complete the g_log() family. (#135730, Sven Herzberg)
[platform/upstream/glib.git] / ChangeLog
1 Mon Jul  5 18:50:27 2004  Matthias Clasen  <maclas@gmx.de>
2
3         * glib/gmessages.h (g_debug): Complete the g_log() 
4         family.  (#135730, Sven Herzberg)
5
6 Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
7
8         * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
9         make srcdir != . work.  (#145166, Kaz Sasayama)
10
11 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
12
13         * configure.in: Use a small test library instead of
14         libpthread.so for testing RTLD_GLOBAL brokenness.  (#139567,
15         Julio M. Merino Vidal)
16         
17 2004-07-02  Sebastian Wilhelmi  <seppi@seppi.de>
18
19         * glib/gatomic.c: Rename __asm to __asm__ and __volatile to
20         __volatile__ to make the file consistent. Spotted by Benoit
21         Carpentier <gtkool_2kx@yahoo.fr>.
22
23 2004-07-01  John Ehresman  <jpe@wingide.com>
24
25         * glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free)
26         Initialize reset_send & reset_recv fields and don't close
27         sockets unless they were created.  (#145153)
28
29 Fri Jun 11 22:56:46 2004  Matthias Clasen  <maclas@gmx.de>
30
31         * glib/gscanner.c (g_scanner_get_token_ll): Ignore a 
32         missing newline at EOF for single line comments.  
33         (#83674, Sven Neumann)
34
35 Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
36
37         * tests/printf-test.c (TEST): Actually set any_failed on 
38         failure.  (#143552, Philippe Blain)
39
40 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
41
42         * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
43         for URIs that *should* have been invalid, or viceversa.
44         (from_uri_tests): Likewise.
45
46 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
47
48         Fixes #140532.
49
50         * glib/gconvert.c (is_asciialphanum): Renamed from
51         is_escalphanum(); ensures that this is an ASCII character.
52         (is_asciiescalpha): Renamed from is_escalpha().
53         (hostname_validate): Use the two functions above.
54         (g_filename_to_uri): Don't convert the filename to UTF-8.
55         (g_filename_from_uri): Don't convert the filename from UTF-8.
56
57 Mon Jun  7 22:25:24 2004  Matthias Clasen  <maclas@gmx.de>
58
59         * tests/run-markup-tests.sh: Default to silence, but support
60         a -v argument to get the old output back. 
61
62 2004-06-06  Tor Lillqvist  <tml@iki.fi>
63
64         * glib/gutils.c (g_get_any_init): Check home for being
65         NULL. (#143812, Ivan Wong)
66
67 Sun Jun  6 15:23:00 2004  Pawan Chitrakr  <pawan@nplinu.org>
68
69         * configure.in: Added "ne" (Nepali) in ALL_LINGUAS
70
71 Fri Jun  4 19:26:47 2004  Manish Singh  <yosh@gimp.org>
72
73         * glib/galloca.h: cpp #directives should always have the "#" in the
74         first column of the the line. Do that for "#pragma alloca". Fixes
75         bug #143744.
76
77 Wed Jun  2 00:57:16 2004  Matthias Clasen  <maclas@gmx.de>
78
79         * glib/gtypes.h: Use higher precision for the mathematical
80         constants.  (#141941, Morten Welinder)
81
82 Tue Jun  1 22:01:40 2004  Matthias Clasen  <maclas@gmx.de>
83
84         * glib/gmarkup.c (advance_char): Fix an off-by-one error 
85         in g_markup_parse_context_parse().  (#142794, Morten Welinder)
86
87 Sun May 16 23:23:29 2004  Matthias Clasen  <maclas@gmx.de>
88
89         Merged from 2.4:
90         
91         * glib/gcompletion.c (g_completion_add_items):
92         (g_completion_remove_items): Remove unnecessary 
93         checks.  (#142559, Morten Welinder)
94
95 2004-05-15  Tor Lillqvist  <tml@iki.fi>
96
97         * glib/gutils.c (g_get_any_init): [Win32] Only believe HOME if it
98         is an absolute path and exists. (#138618)
99
100 2004-05-14  Tor Lillqvist  <tml@iki.fi>
101
102         * glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string
103         for precision correctly. (#142400)
104
105         For backward compatibility with the Trio implementation, make "ll"
106         format modifer work on Win32, too. Change into "I64" before
107         passing to the system printf. (#142433)
108
109         * tests/printf-test.c (main): Add tests for the above.
110
111 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
112
113         Merge from 2.4:
114         
115         * glib/gmain.c (block_source, unblock_source): Make these 
116         static.  (#142230, Morten Welinder)
117
118 2004-05-10  Tor Lillqvist  <tml@iki.fi>
119
120         * glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
121         lines. Thanks to BenoĆ®t Carpentier.
122
123 Sun May  9 02:04:14 2004  Matthias Clasen  <maclas@gmx.de>
124
125         Merge from 2.4:
126         
127         * glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
128         memleak.  (#141998, Nikolai Weibull)
129
130 Sat May  8 23:02:26 2004  Matthias Clasen  <maclas@gmx.de>
131
132         Merge from 2.4:
133         
134         * glib/gutils.h: Remove vestigial g_get_codeset().
135         * glib/gutils.c (g_get_codeset): Call g_get_charset().
136         (#137703, Owen Taylor)
137
138 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
139
140         * configure.in: Bump version number to 2.5.0.
141
142 Wed May  5 23:35:44 2004  Matthias Clasen  <maclas@gmx.de>
143
144         * glib/gconvert.c (g_filename_from_uri): Quote the file
145         scheme to mark it as untranslatable. String change.  
146         (#133144, Danilo Segan)
147
148 2004-05-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
149
150         * configure.in: Added Walloon (wa) to ALL_LINGUAS
151
152 Sun May  2 03:51:59 2004  Manish Singh  <yosh@gimp.org>
153
154         * glib/gtypes.h: check for __pentium4__ when deciding whether to
155         use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
156
157 2004-05-01  Hans Breuer  <hans@breuer.org>
158
159         * glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
160         fixes #141563, Steve Lhomme
161
162 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
163
164         * === Released 2.4.1 ===
165
166         * configure.in: Version 2.4.1, interface age 1. 
167
168         * NEWS: Updates
169         
170 2004-04-25  Tor Lillqvist  <tml@iki.fi>
171
172         * glib/gwin32.c (g_win32_get_package_installation_subdirectory):
173         Plug memory leak. (#140770, John Ehresman)
174
175 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
176
177         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases): 
178         Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some
179         point.  (#139134, Piotr Klaban)
180
181         * glib/gconvert.c (open_converter): Don't call g_strerror() here, 
182         since it can lead to infinite recursion.  (#139133, Piotr Klaban)
183
184 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
185
186         * tests/testglib.c (main): Trivial warning fix.  (#140345)
187
188         * tests/queue-test.c (main): Add some tests for off-by-one errors.
189
190         * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one 
191         error.  (#139703, Philippe Blain)
192
193         * tests/testglib.c (main): Add testcases for g_message() involving
194         non-printable and unsafe characters.
195
196         * glib/gmessages.c (escape_string): Don't assume that
197         string->str remains unchanged over g_string_insert() 
198         calls.  (#139030, Christophe Saout)
199
200         * glib/gstrfuncs.c (g_ascii_strtod): Fix problems when a 
201         locale-specific decimal separator directly follows a 
202         number.  (#138424, Nickolay V. Shmyrev)
203
204         * tests/strtod-test.c (main): Add some more testcases.
205
206         * glib/gmain.c (g_main_context_query): Only set time_is_current to 
207         FALSE if context->timeout is not zero.  (#137795, Christian Krause)
208
209 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
210
211         * tests/printf-test.c (main): Comment out a nonessential testcase
212         which fails on HP-UX.  (#136283, Jonas Jonsson)
213
214 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
215
216         * tests/patterntest.c (main): Add tests for the empty pattern.
217
218         * glib/gpattern.c (g_pattern_spec_new): Don't read and write out 
219         of bounds when the pattern is empty.  (#140032, Stanislav Brabec,
220         Stefan Fent)
221
222 2004-04-10  Tor Lillqvist  <tml@iki.fi>
223
224         * glib/gwin32.c (g_win32_getlocale): Add new language and
225         sublanguage codes, from GNU gettext. (#137958)
226         
227         * glib/giowin32.c
228         * glib/gmain.c
229         * glib/gstrfuncs.c
230         * glib/gthread.c: Decorating variable definitions with
231         __declspec(dllexport) causes problems on Cygwin build, and isn't
232         really needed for a native Win32 build with mingw or MSVC, so
233         remove. (#138402, Roger Leigh)
234
235         * glib/libcharset/localcharset.c: Use Win32-specific code also on
236         Cygwin.
237         * tests/uri-test.c: Don't assume that local filenames are in UTF-8
238         on Cygwin, either. (#138412, Roger Leigh)
239
240 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
241
242         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
243
244 2004-04-03  Tor Lillqvist  <tml@iki.fi>
245
246         * configure.in: Remove AC_CYGWIN, obsolete. Don't let pthreads be
247         found on Cygwin, they don't work. (#138401, Roger Leigh)
248
249 2004-03-31  Tor Lillqvist  <tml@iki.fi>
250
251         * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
252         Leigh)
253
254         * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
255         on Cygwin. (#138423, Roger Leigh)
256
257 2004-03-30  Adam Weinberger  <adamw@gnome.org>
258
259         * configure.in: Added en_CA to ALL_LINGUAS.
260
261 2004-03-21  Tor Lillqvist  <tml@iki.fi>
262
263         * glib/gutils.c (g_path_get_dirname): Fix Win32 behaviour in some
264         cases where a drive letter is present. For 'a:' or 'a:foo', return
265         'a:.'. This is mostly just for consistency with the behaviour
266         without a drive letter. But very important is to for 'a:\foo' or
267         'a:\', return 'a:\', and not 'a:'. (Ditto for forward slashes
268         instead of backslashes.) (#137316)
269
270         * tests/dirname-test.c (main): More complete testing on Win32. If
271         a test fails, include expected and actual result in error message.
272
273 Fri Mar 19 15:21:09 2004  Owen Taylor  <otaylor@redhat.com>
274
275         * glib/gmain.c: Fix the accidental revert of the
276         fixes from #112222 that happened when the GChildWatch
277         code was added. (Caught by Christian Persch)
278
279 Fri Mar 19 11:07:06 2004  Owen Taylor  <otaylor@redhat.com>
280
281         * tests/atomic-test.c (main): Make computation
282         of "biggest_pointer" vaguely more portable.
283         (#137498, Jonas Jonsson)
284
285 2004-03-16  Tor Lillqvist  <tml@iki.fi>
286
287         * configure.in: Define HAVE_INT64_AND_I64 also in the mingw (gcc
288         on Win32) case, where the 64-bit type is called long long, but the
289         system printf/scanf format modifier for 64-bit integers is still I64.
290
291 2004-03-16  Gareth Owen  <gowen72@yahoo.com>
292
293         * configure.in: Added en_GB to ALL_LINGUAS
294