Update.
[platform/upstream/glib.git] / ChangeLog.pre-2-10
1 2004-09-03  Tor Lillqvist  <tml@iki.fi>
2
3         * glib/glib.def: Update.
4
5 Wed Sep  1 20:22:39 2004  Matthias Clasen  <maclas@gmx.de>
6
7         * glib/gdate.h:
8         * glib/gdate.c (g_date_get_iso8601_week_of_year): Add
9         a function to calculate the ISO 8601 week number of 
10         a date.  (#92579, Niklas Lundell)
11
12 2004-09-01  Anders Carlsson  <andersca@gnome.org>
13
14         * glib/goption.c: (g_option_context_parse):
15         Set program name before calling the pre-parse hooks.
16         
17 2004-09-01  Anders Carlsson  <andersca@gnome.org>
18
19         * glib/goption.c: (g_option_context_free), (print_help),
20         (g_option_context_parse):
21         Handle option contexts without a main group.
22         
23         * tests/option-test.c: (empty_test2), (main):
24         Add test case for that.
25         
26 2004-08-30  Anders Carlsson  <andersca@gnome.org>
27
28         * glib/goption.c: (g_option_context_parse):
29         Set prgname to <unknown> if argc and argv are NULL.
30         
31         * tests/option-test.c: (empty_test1), (main):
32         Add test case for that.
33         
34 Sun Aug 29 23:58:38 2004  Matthias Clasen  <maclas@gmx.de>
35
36         * glib/ghash.c (g_hash_table_lookup): Point to 
37         g_hash_table_lookup_extended() for differentiation between
38         not-found and value-is-NULL.  (#150960, Morten Welinder)
39
40 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
41
42         Fix #151193, Stepan Kasal:
43         
44         * glib/gfileutils.c (g_file_error_from_errno): 
45         * glib/gfileutils.h (enum GFileError): Add G_FILE_ERROR_NOSYS.
46
47 Fri Aug 27 00:45:41 2004  Matthias Clasen  <maclas@gmx.de>
48
49         * glib/goption.c (g_option_context_parse): Set the program name
50         from argv[0], noticed by Masatake YAMATO.
51
52 2004-08-26  Tor Lillqvist  <tml@iki.fi>
53
54         * tests/testglib.c (main): Test the new XDG basedir functions.
55
56 2004-08-25  Tor Lillqvist  <tml@iki.fi>
57
58         * glib/gwin32.c (g_win32_get_windows_version): New
59         function. Returns the Windows version code like GetVersion(),
60         except that one can pretend to be running on Win9x by setting the
61         G_WIN32_PRETEND_WIN9X environment variable. This is mainly for
62         debugging purposed.
63
64         * glib/gwin32.h: Declare it. Define macros G_WIN32_WINDOWS_IS_NT_BASED 
65         and G_WIN32_HAVE_WIDECHAR_API to test Windows features at run-time.
66
67 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
68
69         * configure.in: Post-release version bump.
70
71         * === Released 2.5.2 ===
72
73 Wed Aug 25 00:25:08 2004  Matthias Clasen  <maclas@gmx.de>
74
75         * NEWS: Update for 2.5.2
76
77 2004-08-25  Tor Lillqvist  <tml@iki.fi>
78
79         Win32 equivalences of the XDG folders
80         
81         * glib/gutils.c (get_special_folder): New function, calls
82         SHGetSpecialFolderLocation() to get path to places like the My
83         Documents folder.
84         (g_get_any_init): Use CSIDL_PROFILE as HOME if not
85         overridden by env vars.
86         (g_get_user_data_dir): Use CSIDL_PERSONAL.
87         (g_get_user_config_dir): Use CSIDL_APPDATA.
88         (g_get_user_cache_dir): Use CSIDL_INTERNET_CACHE. Debatable...
89         (g_get_system_data_dirs): Use CSIDL_COMMON_APPDATA and
90         CSIDL_COMMON_DOCUMENTS.
91         (g_get_system_config_dirs): Use CSIDL_COMMON_APPDATA.
92
93         * configure.in: Add -lole32 to G_LIBS_EXTRA for mingw.
94
95         * glib/glib.def: Add the new functions.
96
97 Mon Aug 23 16:16:35 2004  Manish Singh  <yosh@gimp.org>
98
99         * glib/goption.c (g_option_group_add_entries): remove unused
100         variable.
101
102 Mon Aug 23 01:35:18 2004  Matthias Clasen  <maclas@gmx.de>
103
104         * glib/gutils.c (g_get_user_cache_dir): 
105         * glib/gutils.c (g_get_user_config_dir): 
106         * glib/gutils.c (g_get_user_data_dir): Don't call g_get_home_dir()
107         while holding the g_utils_global lock, simply use g_home_dir. 
108         (#150695, Jody Goldberg)
109
110 2004-08-21  Tor Lillqvist  <tml@iki.fi>
111
112         * glib/giowin32.c (g_io_win32_finalize): Tell select_thread to
113         break out of its loop. Prevents a thread leak. (#147392, Peter
114         Zelezny)
115
116         * glib/gunicollate.c (g_utf8_collate_key): Guard against bogus
117         return value from strxfrm(). For instance Microsoft's strxfrm()
118         returns INT_MAX on errors. (#141124)
119
120 2004-08-19  Tor Lillqvist  <tml@iki.fi>
121
122         * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): Correct
123         source and destination charset parameter order in g_convert()
124         call. (#150394, possibly also #141124)
125
126 2004-08-20  Jon K Hellan  <hellan@acm.org>
127
128         * glib/goption.h: Remove trailing commas.
129
130 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
131
132         * configure.in: Check for all four values of the
133         visibility attribute; gcc 2.96 seems to miss 
134         "default".  (#150379, Vincent Noel)
135
136 2004-08-16  Christian Rose  <menthos@menthos.com>
137
138         * configure.in: Added "bs" to ALL_LINGUAS.
139
140 2004-08-11  Ray Strode  <rstrode@redhat.com>
141
142         * docs/reference/glib/glib-sections.txt: 
143         * glib/gutils.[ch] (g_get_user_data_dir),
144         (g_get_user_config_dir), (g_get_user_cache_dir),
145         (g_get_system_data_dirs), (g_get_system_config_dirs): 
146         Add new XDG basedir API (bug 139973).
147
148 2004-08-10  Matthias Clasen  <mclasen@redhat.com>
149
150         * glib/gmacros.h: Remove G_GNUC_INTERNAL from here.
151         * configure.in: Check whether the visibility attribute
152         works and define G_HAVE_GNUC_VISIBILITY and 
153         G_GNUC_INTERNAL in glibconfig.h correspondingly.
154
155 Mon Aug  9 17:37:56 2004  Matthias Clasen  <maclas@gmx.de>
156
157         * glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
158
159 2004-08-06  Hans Breuer  <hans@breuer.org>
160
161         * glib/makefile.msc.in glib/glib.def : updated
162
163         * glib/gutils.c : avoid 'inconsitent dll linkage' by not
164         defining extern char** environ with msvc
165
166 2004-08-06  Matthias Clasen  <mclasen@redhat.com>
167
168         * m4macros/glib-gettext.m4: Require ngettext.  (#123847,
169         Danilo Segan)
170
171 Thu Aug  5 20:53:00 2004  Ray Strode  <rstrode@redhat.com>
172
173         * glib/gutils.h (g_get_codeset): strdup result so caller
174         doesn't free internally managed memory.
175
176 2004-08-04  Tor Lillqvist  <tml@iki.fi>
177
178         * glib/glib.def: Add glib_check_version.
179
180         * config.h.win32.in: Update to match what configure produces. Add
181         the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
182         HAVE_INT64_AND_I64 to where the configure script puts it. Add
183         HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
184
185 Tue Aug  3 16:19:44 2004  Matthias Clasen  <maclas@gmx.de>
186
187         * glib/goption.c: Mark user visible strings for translation.
188
189 Tue Aug  3 15:50:55 2004  Matthias Clasen  <maclas@gmx.de>
190
191         * glib/goption.[hc]: Pedantically use g types throughout.
192
193 Tue Aug  3 14:58:20 2004  Matthias Clasen  <maclas@gmx.de>
194
195         * glib/gutils.h: 
196         * glib/gutils.c (glib_check_version): New function to
197         check the version of GLib at runtime.  (#149175, Michael Natterer)
198
199 2004-08-03  Anders Carlsson  <andersca@gnome.org>
200
201         * glib/goption.h:
202         * glib/gtypes.h:
203         Move GTranslateFunc to gtypes.h
204         
205 2004-08-02  Anders Carlsson  <andersca@gnome.org>
206
207         * glib/Makefile.am:
208         * glib/glib.h:
209         * glib/goption.c:
210         * glib/goption.h:
211         * tests/.cvsignore:
212         * tests/Makefile.am:
213         * tests/option-test.c: 
214         Add GOption.
215
216 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
217
218         * glib/gmacros.h: Add a G_GNUC_INTERNAL macro to mark function
219         declarations as internal and avoid PLT indirections for 
220         them.  (#145465, Arjan van de Ven)
221
222         * glib/gunicodeprivate.h: 
223         * glib/gthreadinit.h: 
224         * glib/gmessages.h: 
225         * glib/gdebug.h: 
226         * glib/gconvert.c: Use G_GNUC_INTERNAL for _g_charset_get_aliases(),
227         _g_debug_init(), _g_log_fallback_handler(), _g_mem_thread_init(),
228         _g_messages_thread_init(), _g_convert_thread_init(), 
229         _g_rand_thread_init(), _g_main_thread_init(), _g_atomic_thread_init(),
230         _g_mem_thread_private_init(), _g_messages_thread_private_init(),
231         _g_utf8_normalize_wc() and _g_unichar_combining_class().
232
233         * glib/gatomic.c: Include gthreadinit.h here to see the declaration
234         for _g_atomic_thread_init().
235
236 Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
237
238         * tests/uri-test.c: move newline printing from run_from_uri_tests()
239         to run_roundtrip_tests().
240
241 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
242
243         * Post-release version bump
244
245         * === Released 2.5.1 ===
246
247 Sat Jul 31 23:17:05 2004  Matthias Clasen  <maclas@gmx.de>
248
249         * NEWS: Updates.
250
251 Sat Jul 31 20:33:07 2004  Matthias Clasen  <maclas@gmx.de>
252
253         * tests/shell-test.c: Include a test involving consecutive
254         backslashes followed by a non-escaped doublequote.
255         
256         * glib/gshell.c (tokenize_command_line): Count consecutive
257         backslashes mod 2 to detect escaped doubleqotes.  (#127306)
258
259 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
260
261         * glib/gconvert.c (g_unescape_uri_string): Don't validate
262         for UTF-8 here.  (#148420, Robert Ć–gren)
263
264         * tests/uri-test.c (run_roundtrip_tests): Add tests for 
265         roundtrip compatibility. Going from filename to uri and 
266         back should always give you the same filename back. 
267
268 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
269
270         * tests/markups/valid-{9,10,11}.gmarkup: 
271         * tests/markups/fail-{37,38,39}.gmarkup: Tests for handling
272         of whitespace inside tags.
273
274         * glib/gmarkup.c (enum GMarkupParseState): Add 
275         STATE_AFTER_ATTRIBUTE_NAME and STATE_AFTER_CLOSE_TAG_NAME.
276         (g_markup_parse_context_parse): Accept whitespace between
277         attribute names, '=' and attribute values and between
278         close tag name and '>'. (#148646, Hiroyuki Ikezoe)
279
280 Tue Jul 27 02:01:31 2004  Matthias Clasen  <maclas@gmx.de>
281
282         * glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
283         as well.
284
285 Sat Jul 24 17:50:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
286
287         * glib/gstrfuncs.c (g_strsplit_set):
288         s/g_strtokenize/g_strsplit_set/ in docs.
289
290 Fri Jul 23 10:37:50 2004  Matthias Clasen  <maclas@gmx.de>
291
292         * tests/type-test.c (main): Actually test G_MAXSIZE with
293         a gsize variable.
294
295 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
296
297         Fix #132858, Sven Neumann, patch by James Henstridge:
298         
299         * glib-gettextize.in: modify so that mkinstalldirs will 
300         get installed into auxdir.
301
302         * Makefile.am (gettext_SCRIPTS): install mkinstalldirs.
303
304 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
305
306         Fix #147651, reported by Oliver Guntermann:
307
308         * glib/gprintfint.h (_g_vasprintf): Don't wrap vasprintf(),
309         _g_gnulib_vasprintf() in a macro, since they behave 
310         differently wrt. to memory allocation.
311
312         * glib/gprintf.c (g_vasprintf): Instead, differentiate 
313         here between the three cases: system vasprintf(), 
314         _g_gnulib_vasprintf(), no vasprintf().  
315
316 2004-07-20  Crispin Flowerday  <gnome@flowerday.cx>
317
318         * NEWS: Fix a typo in my name
319
320 Tue Jul 20 04:31:40 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
321
322         * configure.in: Bump version number
323
324 Sun Jul 18 19:40:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
325
326         * === Released 2.5.0 ===
327
328         * Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
329
330 Sun Jul 18 01:40:28 2004  Matthias Clasen  <maclas@gmx.de>
331
332         * NEWS: Updates for 2.5.0
333
334 Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
335
336         * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
337
338 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
339
340         * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
341         before using it in the error message.  (#146054, Federico
342         Mena Quintero)
343
344 Thu Jul  8 00:54:32 2004  Matthias Clasen  <maclas@gmx.de>
345
346         * glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
347         be built without anyway.  (#135899, Murray Cumming)
348
349 Mon Jul  5 18:50:27 2004  Matthias Clasen  <maclas@gmx.de>
350
351         * glib/gmessages.h (g_debug): Complete the g_log() 
352         family.  (#135730, Sven Herzberg)
353
354 Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
355
356         * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
357         make srcdir != . work.  (#145166, Kaz Sasayama)
358
359 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
360
361         * configure.in: Use a small test library instead of
362         libpthread.so for testing RTLD_GLOBAL brokenness.  (#139567,
363         Julio M. Merino Vidal)
364         
365 2004-07-02  Sebastian Wilhelmi  <seppi@seppi.de>
366
367         * glib/gatomic.c: Rename __asm to __asm__ and __volatile to
368         __volatile__ to make the file consistent. Spotted by Benoit
369         Carpentier <gtkool_2kx@yahoo.fr>.
370
371 2004-07-01  John Ehresman  <jpe@wingide.com>
372
373         * glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free)
374         Initialize reset_send & reset_recv fields and don't close
375         sockets unless they were created.  (#145153)
376
377 Fri Jun 11 22:56:46 2004  Matthias Clasen  <maclas@gmx.de>
378
379         * glib/gscanner.c (g_scanner_get_token_ll): Ignore a 
380         missing newline at EOF for single line comments.  
381         (#83674, Sven Neumann)
382
383 Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
384
385         * tests/printf-test.c (TEST): Actually set any_failed on 
386         failure.  (#143552, Philippe Blain)
387
388 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
389
390         * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
391         for URIs that *should* have been invalid, or viceversa.
392         (from_uri_tests): Likewise.
393
394 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
395
396         Fixes #140532.
397
398         * glib/gconvert.c (is_asciialphanum): Renamed from
399         is_escalphanum(); ensures that this is an ASCII character.
400         (is_asciiescalpha): Renamed from is_escalpha().
401         (hostname_validate): Use the two functions above.
402         (g_filename_to_uri): Don't convert the filename to UTF-8.
403         (g_filename_from_uri): Don't convert the filename from UTF-8.
404
405 Mon Jun  7 22:25:24 2004  Matthias Clasen  <maclas@gmx.de>
406
407         * tests/run-markup-tests.sh: Default to silence, but support
408         a -v argument to get the old output back. 
409
410 2004-06-06  Tor Lillqvist  <tml@iki.fi>
411
412         * glib/gutils.c (g_get_any_init): Check home for being
413         NULL. (#143812, Ivan Wong)
414
415 Sun Jun  6 15:23:00 2004  Pawan Chitrakr  <pawan@nplinu.org>
416
417         * configure.in: Added "ne" (Nepali) in ALL_LINGUAS
418
419 Fri Jun  4 19:26:47 2004  Manish Singh  <yosh@gimp.org>
420
421         * glib/galloca.h: cpp #directives should always have the "#" in the
422         first column of the the line. Do that for "#pragma alloca". Fixes
423         bug #143744.
424
425 Wed Jun  2 00:57:16 2004  Matthias Clasen  <maclas@gmx.de>
426
427         * glib/gtypes.h: Use higher precision for the mathematical
428         constants.  (#141941, Morten Welinder)
429
430 Tue Jun  1 22:01:40 2004  Matthias Clasen  <maclas@gmx.de>
431
432         * glib/gmarkup.c (advance_char): Fix an off-by-one error 
433         in g_markup_parse_context_parse().  (#142794, Morten Welinder)
434
435 Sun May 16 23:23:29 2004  Matthias Clasen  <maclas@gmx.de>
436
437         Merged from 2.4:
438         
439         * glib/gcompletion.c (g_completion_add_items):
440         (g_completion_remove_items): Remove unnecessary 
441         checks.  (#142559, Morten Welinder)
442
443 2004-05-15  Tor Lillqvist  <tml@iki.fi>
444
445         * glib/gutils.c (g_get_any_init): [Win32] Only believe HOME if it
446         is an absolute path and exists. (#138618)
447
448 2004-05-14  Tor Lillqvist  <tml@iki.fi>
449
450         * glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string
451         for precision correctly. (#142400)
452
453         For backward compatibility with the Trio implementation, make "ll"
454         format modifer work on Win32, too. Change into "I64" before
455         passing to the system printf. (#142433)
456
457         * tests/printf-test.c (main): Add tests for the above.
458
459 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
460
461         Merge from 2.4:
462         
463         * glib/gmain.c (block_source, unblock_source): Make these 
464         static.  (#142230, Morten Welinder)
465
466 2004-05-10  Tor Lillqvist  <tml@iki.fi>
467
468         * glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
469         lines. Thanks to BenoĆ®t Carpentier.
470
471 Sun May  9 02:04:14 2004  Matthias Clasen  <maclas@gmx.de>
472
473         Merge from 2.4:
474         
475         * glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
476         memleak.  (#141998, Nikolai Weibull)
477
478 Sat May  8 23:02:26 2004  Matthias Clasen  <maclas@gmx.de>
479
480         Merge from 2.4:
481         
482         * glib/gutils.h: Remove vestigial g_get_codeset().
483         * glib/gutils.c (g_get_codeset): Call g_get_charset().
484         (#137703, Owen Taylor)
485
486 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
487
488         * configure.in: Bump version number to 2.5.0.
489
490 Wed May  5 23:35:44 2004  Matthias Clasen  <maclas@gmx.de>
491
492         * glib/gconvert.c (g_filename_from_uri): Quote the file
493         scheme to mark it as untranslatable. String change.  
494         (#133144, Danilo Segan)
495
496 2004-05-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
497
498         * configure.in: Added Walloon (wa) to ALL_LINGUAS
499
500 Sun May  2 03:51:59 2004  Manish Singh  <yosh@gimp.org>
501
502         * glib/gtypes.h: check for __pentium4__ when deciding whether to
503         use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
504
505 2004-05-01  Hans Breuer  <hans@breuer.org>
506
507         * glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
508         fixes #141563, Steve Lhomme
509
510 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
511
512         * === Released 2.4.1 ===
513
514         * configure.in: Version 2.4.1, interface age 1. 
515
516         * NEWS: Updates
517         
518 2004-04-25  Tor Lillqvist  <tml@iki.fi>
519
520         * glib/gwin32.c (g_win32_get_package_installation_subdirectory):
521         Plug memory leak. (#140770, John Ehresman)
522
523 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
524
525         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases): 
526         Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some
527         point.  (#139134, Piotr Klaban)
528
529         * glib/gconvert.c (open_converter): Don't call g_strerror() here, 
530         since it can lead to infinite recursion.  (#139133, Piotr Klaban)
531
532 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
533
534         * tests/testglib.c (main): Trivial warning fix.  (#140345)
535
536         * tests/queue-test.c (main): Add some tests for off-by-one errors.
537
538         * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one 
539         error.  (#139703, Philippe Blain)
540
541         * tests/testglib.c (main): Add testcases for g_message() involving
542         non-printable and unsafe characters.
543
544         * glib/gmessages.c (escape_string): Don't assume that
545         string->str remains unchanged over g_string_insert() 
546         calls.  (#139030, Christophe Saout)
547
548         * glib/gstrfuncs.c (g_ascii_strtod): Fix problems when a 
549         locale-specific decimal separator directly follows a 
550         number.  (#138424, Nickolay V. Shmyrev)
551
552         * tests/strtod-test.c (main): Add some more testcases.
553
554         * glib/gmain.c (g_main_context_query): Only set time_is_current to 
555         FALSE if context->timeout is not zero.  (#137795, Christian Krause)
556
557 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
558
559         * tests/printf-test.c (main): Comment out a nonessential testcase
560         which fails on HP-UX.  (#136283, Jonas Jonsson)
561
562 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
563
564         * tests/patterntest.c (main): Add tests for the empty pattern.
565
566         * glib/gpattern.c (g_pattern_spec_new): Don't read and write out 
567         of bounds when the pattern is empty.  (#140032, Stanislav Brabec,
568         Stefan Fent)
569
570 2004-04-10  Tor Lillqvist  <tml@iki.fi>
571
572         * glib/gwin32.c (g_win32_getlocale): Add new language and
573         sublanguage codes, from GNU gettext. (#137958)
574         
575         * glib/giowin32.c
576         * glib/gmain.c
577         * glib/gstrfuncs.c
578         * glib/gthread.c: Decorating variable definitions with
579         __declspec(dllexport) causes problems on Cygwin build, and isn't
580         really needed for a native Win32 build with mingw or MSVC, so
581         remove. (#138402, Roger Leigh)
582
583         * glib/libcharset/localcharset.c: Use Win32-specific code also on
584         Cygwin.
585         * tests/uri-test.c: Don't assume that local filenames are in UTF-8
586         on Cygwin, either. (#138412, Roger Leigh)
587
588 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
589
590         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
591
592 2004-04-03  Tor Lillqvist  <tml@iki.fi>
593
594         * configure.in: Remove AC_CYGWIN, obsolete. Don't let pthreads be
595         found on Cygwin, they don't work. (#138401, Roger Leigh)
596
597 2004-03-31  Tor Lillqvist  <tml@iki.fi>
598
599         * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
600         Leigh)
601
602         * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
603         on Cygwin. (#138423, Roger Leigh)
604
605 2004-03-30  Adam Weinberger  <adamw@gnome.org>
606
607         * configure.in: Added en_CA to ALL_LINGUAS.
608
609 2004-03-21  Tor Lillqvist  <tml@iki.fi>
610
611         * glib/gutils.c (g_path_get_dirname): Fix Win32 behaviour in some
612         cases where a drive letter is present. For 'a:' or 'a:foo', return
613         'a:.'. This is mostly just for consistency with the behaviour
614         without a drive letter. But very important is to for 'a:\foo' or
615         'a:\', return 'a:\', and not 'a:'. (Ditto for forward slashes
616         instead of backslashes.) (#137316)
617
618         * tests/dirname-test.c (main): More complete testing on Win32. If
619         a test fails, include expected and actual result in error message.
620
621 Fri Mar 19 15:21:09 2004  Owen Taylor  <otaylor@redhat.com>
622
623         * glib/gmain.c: Fix the accidental revert of the
624         fixes from #112222 that happened when the GChildWatch
625         code was added. (Caught by Christian Persch)
626
627 Fri Mar 19 11:07:06 2004  Owen Taylor  <otaylor@redhat.com>
628
629         * tests/atomic-test.c (main): Make computation
630         of "biggest_pointer" vaguely more portable.
631         (#137498, Jonas Jonsson)
632
633 2004-03-16  Tor Lillqvist  <tml@iki.fi>
634
635         * configure.in: Define HAVE_INT64_AND_I64 also in the mingw (gcc
636         on Win32) case, where the 64-bit type is called long long, but the
637         system printf/scanf format modifier for 64-bit integers is still I64.
638
639 2004-03-16  Gareth Owen  <gowen72@yahoo.com>
640
641         * configure.in: Added en_GB to ALL_LINGUAS
642