Documentation updates.
[platform/upstream/glib.git] / ChangeLog.pre-2-6
1 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/goption.c: Documentation updates.
4
5         Handle conflicts between options in different groups. (#156808)
6         
7         * glib/goption.c (g_option_context_parse): When a long option does not
8         match exactly, try to parse it as --group-option.
9         (g_option_context_add_group): Warn if a group name conflict occurs.
10
11         * glib/goption.c (print_help): Print out the effective options, ie 
12         don't print shadowed short options, and for long options print
13         --group-option instead of --option if appropriate.
14
15 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
16
17         * glib/gwin32.c: Add bits of markup to g_win32_get_windows_version()
18         docs.
19
20 2004-10-31  Tor Lillqvist  <tml@iki.fi>
21
22         * glib/gwin32.c: Document g_win32_get_windows_version().
23
24         * glib/gstdio.[ch]: Add g_lstat().
25
26 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
27
28         * glib/goption.c: Doc additions.
29
30         * glib/goption.c (parse_arg): Convert filenames to UTF-8 on
31         Windows.
32
33 2004-10-29  Hans Breuer  <hans@breuer.org>
34
35         * glibconfig.h */makefile.msc.in : updated [and finally fixed my
36         script to produce ready to go de-in(ed) files, w/o autotools]
37
38         * */*.rc.in : updated copyrights to 2004
39
40         * glib/gutils.c : some CSIDL_* defines lacking from older SDK;
41         use the same fallback mecahnism as on *NIX where ever applicable
42
43 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
44
45         * tests/option-test.c: Add tests for the handling of
46         non-option arguments, "--" and G_OPTION_REMAINING.
47
48         * glib/goption.[hc]: #define G_OPTION_REMAINING, which is
49         a special long option name, which can be used for an option
50         in the main group which collects the non-option arguments.
51         It must be of type G_OPTION_ARG_STRING_ARRAY or 
52         G_OPTION_ARG_FILENAME_ARRAY. If the main group doesn't contain
53         an option whose name is G_OPTION_REMAINING, the non-option
54         arguments are left behind in argv as before.
55
56         * glib/goption.c: Add documentation.
57
58 2004-10-28  Matthias Clasen  <mclasen@redhat.com>
59
60         * glib/gmessages.h: Mark g_assert_warning as G_GNUC_NORETURN,
61         to avoid compiler warnings.  (#156767, Owen Taylor)
62
63 2004-10-29  Tor Lillqvist  <tml@iki.fi>
64
65         * glib/gstdio.c: Include also <direct.h> for mkdir() prototype
66         with MSVC. [156727, Kazuki IWAMOTO]
67
68         * glib/giochannel.h (g_io_channel_new_file): Redefine also
69         g_io_channel_new_file to the UTF-8 version on Win32. [156725,
70         Kazuki IWAMOTO)
71
72 2004-10-28  Ray Strode  <rstrode@redhat.com>
73
74         * glib/gkeyfile.c
75         (find_file_in_data_dirs): clean up a leak (#156652,
76         Morten Welinder)
77         (g_key_file_load_from_fd): propagate fstat() error
78         conditions and retry read on EAGAIN (#156647, Morten
79         Welinder).  Return error if file is NOT regular, not if
80         it is regular (bug introduced from last commited bug
81         fix). 
82         (g_key_file_load_from_data_dirs): allocate enough space
83         for the terminating NULL.
84
85 2004-10-28  Ray Strode  <rstrode@redhat.com>
86
87         * glib/gkeyfile.c: Don't use S_ISREG macro (#156728,
88         Kazuki IWAMOTO)
89
90 2004-10-28  Matthias Clasen  <mclasen@redhat.com>
91
92         * glib/gstdio.c: Include galias.h before glib.h (#156697,
93         Christophe Fergeau)
94
95         * glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
96
97 2004-10-28  Tor Lillqvist  <tml@iki.fi>
98
99         * glib/gstdio.c: Include glib.h early to get G_OS_WIN32. Include
100         errno.h for errno.
101
102         * glib/gkeyfile.c: Include gstdio.h and use g_open().
103
104 2004-10-27  Ray Strode  <rstrode@redhat.com>
105
106         * glib/gkeyfile.c:
107          (g_key_file_load_from_fd), 
108          (g_key_file_load_from_file): 
109          Move file is regular check to load_from_file to use
110          fstat() instead of race prone g_file_test().  Don't
111          clear/init until needed. Change error messages to be
112          more consistent.
113          (g_key_file_load_from_data),
114          (g_key_file_load_from_data_dirs),
115          (g_key_file_parse_data),
116          (g_key_file_get_value),
117          (g_key_file_get_string),
118          (g_key_file_set_string),
119          (g_key_file_get_string_list),
120          (g_key_file_set_string_list),
121          (g_key_file_set_locale_string),
122          (g_key_file_get_locale_string),
123          (g_key_file_set_locale_string_list),
124          (g_key_file_get_boolean),
125          (g_key_file_set_boolean),
126          (g_key_file_get_boolean_list),
127          (g_key_file_set_boolean_list),
128          (g_key_file_get_integer),
129          (g_key_file_get_integer_list),
130          (g_key_file_set_integer_list),
131          (g_key_file_remove_key):
132          Add more g_return_*if_fail checks for public functions.
133
134 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
135
136         * configure.in: Bump version.
137
138         * === Released 2.5.4 ===
139
140 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
141
142         * glib/abicheck.sh: Strip Win32 specific defs file syntax.
143
144         * NEWS: Updates. 
145
146 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
147
148         Introduce the idea of a filename encoding, which is 
149         *literally* the filename encoding on Unix. On windows, 
150         use the Unicode name converted to UTF-8. (#101792,
151         Tor Lillqvist, Owen Taylor)
152         
153         * glib/gdir.[hc]: 
154         * glib/gconvert.[hc]: 
155         * glib/gfileutils.[hc]: 
156         * glib/gutils.[hc]: 
157         * glib/giowin32.c: On Windows, keep old ABI versions 
158         of GLib pathname api for DLL ABI stability. Use different 
159         names for the new-style UTF-8 versions. Hide this through 
160         a #define.
161
162         * glib/gstdio.[hc]: New files containing wrappers for
163         POSIX pathname api.
164
165         * glib/glib.symbols: Add new symbols.
166
167         * glib/makegalias.pl: Drop Win32 specific .def syntax,
168         include gstdio.h
169
170 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
171
172         * glib/gkeyfile.c: Fix includes. (#156500, #156499, 
173         Kazuki IWAMOTO)
174
175         * glib/Makefile.am (galias.h): Fix srcdir != builddir 
176         builds.  (#156447, Thomas Fitzsimmons)
177
178 2004-10-26  Gora Mohanty  <gmohanty@cvs.gnome.org>
179
180         * configure.in: Added 'or' to ALL_LINGUAS.
181
182 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
183
184         * glib/gkeyfile.c: Include galias.h.
185         
186         * glib/gkeyfile.c (g_key_file_parse_value_as_comment): 
187         Don't compare strings and chars.
188
189         * glib/glib.symbols: Add new symbols.
190
191         * glib/gkeyfile.c (g_key_file_new): Fix docs.
192
193         * glib/gkeyfile.h: Use the same parameter names as in
194         the implementation and the docs.
195
196         * glib/gwin32.c (g_win32_get_windows_version): Make this
197         function thread-safe in the GLib style.
198         * glib/gthreadinit.h: 
199         * glib/gwin32.c (_g_win32_thread_init): New function to
200         initialize the version.
201         * glib/gthread.c (g_thread_init_glib): Call 
202         _g_win32_thread_init() from here.
203
204 2004-10-26  Ray Strode  <rstrode@redhat.com>
205
206         * glib/gkeyfile.c: Add Matthias to "Written by" lines
207          (GKeyFileGroup): add field to hold comments about groups
208          (g_key_file_load_from_fd): return TRUE on success and
209          FALSE on failure.  Don't close fd's opened by other
210          parent function.  
211          (g_key_file_load_from_file): run FILE_IS_REGULAR test
212          before trying to open file, to save an fd from being
213          leaked (would probably be better to use fstat()). Close
214          fd when done with it. Return TRUE on success and FALSE
215          on failure.
216          (g_key_file_load_from_data): Return TRUE on success and
217          FALSE on failure.
218          (g_key_file_load_from_data_dirs): remove superfluous
219          const modifier.  Return TRUE on success and FALSE on
220          failure.  Stop trying to load files when one succeeds.
221          (g_key_file_parse_key_value_pair): don't validate input
222          for UTF-8 until users uses a getter that does
223          validation.  Don't leak copy of start_group_name.
224          (g_key_file_to_data): serialize new comment field for
225          groups.
226          (g_key_file_get_keys): Remove convenience code to let
227          NULL group mean start group.  Get rid of unneeded NULL
228          check before g_strdup.
229          (g_key_file_get_groups): Reverse groups list before
230          sending to user because it is maintained in backward
231          order internally. 
232          (g_key_file_get_value),
233          (g_key_file_set_value): add g_return checks at top of
234          public functions.
235          (g_key_file_get_string), 
236          (g_key_file_get_string_list): validate key value is UTF-8.
237          (g_key_file_[sg]et_*comment): new functions for
238          setting/getting comments
239          (g_key_file_remove_comment): new function to remove
240          comment block
241          (g_key_file_remove_key_value_pair_node): new function to
242          pull a key-value pair out of the list and free it.
243          (g_key_file_remove_group_node): call
244          g_key_file_remove_key_value_pair_node instead of 
245          freeing the list immediately to get better statistics
246          for approximate_size.
247          (g_key_file_remove_group): use lookup_group_node instead
248          of lookup_group to prevent a g_list_find call.
249          (g_key_file_add_key): report group also when unable to
250          find key.
251          (g_key_file_lookup_group_node): new function to make
252          getting the group node from a group name easier.
253          (g_key_file_lookup_group): use lookup_group_node under
254          the hood.
255          (g_key_file_lookup_key_value_pair_node): new function to
256          make getting the key-value pair from a group and key
257          name eaiser.
258          (g_key_file_parse_comment_as_value): new function to add '#' to the
259          beginning of every line.
260          (g_key_file_parse_value_as_comment): new function that
261          attempts to be the inverse of comment as value.
262
263 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
264
265         * glib/gutils.c: 
266         * glib/gkeyfile.c: Don't include ctype.h needlessly.  (#156424,
267         Morten Welinder)
268
269         * tests/strtod-test.c (test_string): Improve error reporting.
270
271 Mon Oct 25 15:05:18 2004  Manish Singh  <yosh@gimp.org>
272
273         * autogen.sh: rm autom4te.cache, since it might interfere with
274         differing autoconf versions.
275
276         * tests/child-test.c: use GINT_TO_POINTER for g_child_watch_add
277         user data.
278
279         * glib/gfileutils.c: G_IS_DIR_SEPARATOR is defined in gutils.h now,
280         don't redefine it here.
281
282 2004-10-24  Matthias Clasen  <mclasen@redhat.com>
283
284         * glib/gkeyfile.c (g_key_file_remove_group_node): Don't
285         destroy the lookup map if it is NULL.
286
287 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
288
289         * glib/gasyncqueue.c, glib/gatomic.c, glib/gdate.c, 
290         glib/giochannel.c, glib/gmain.c, glib/gspawn.c, 
291         glib/libcharset/localcharset.c: Apply a patch to fix
292         sparse warnings. (#154696, Kjartan Maraas)
293
294         * glib/gnulib/g-gnulib.h: Undef libc functions before defining
295         them, since they may also be macros.  (#155177, Andrea Campi)
296
297         * glib/gkeyfile.h: 
298         * glib/gkeyfile.c: Add a parser for desktop entries and
299         similar files with a .ini-like syntax.  (#139974, Ray Strode)
300
301         * glib/glib.h: Include gkeyfile.h
302
303         * glib/Makefile.am (libglib_2_0_la_SOURCES): Add gkeyfile.c
304         (glibsubinclude_HEADERS): Add gkeyfile.h
305
306         * glib/gutils.c (_g_compute_locale_variants): Make this 
307         non-static and use it in gkeyfile.c
308
309 2004-10-22  Matthias Clasen  <mclasen@redhat.com>
310
311         * tests/uri-test.c (run_uri_list_tests): Add some
312         uri list tests.c.
313
314         * glib/gconvert.h:
315         * glib/gconvert.c (g_uri_list_extract_uris): New function to
316         split a text/uri-list data into individual uris and strip comments.
317
318 2004-10-20  Matthias Clasen  <mclasen@redhat.com>
319
320         * glib/goption.c (get_change): Don't return the wrong 
321         change.  (#155856, Lucas Rocha)
322
323 2004-10-17  Matthias Clasen  <mclasen@redhat.com>
324
325         * glib/gutils.h (G_IS_DIR_SEPARATOR): 
326         * glib/gutils.c: Make public.  (#155589, Tim-Philipp MĆ¼ller) 
327
328 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
329
330         * glib/gmain.c (g_child_watch_add_full): 
331         * glib/gmain.c (g_child_watch_add): Document that GLib supports only
332         a single callback per pid. (#154828, Gustavo Carneiro)
333
334 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
335
336         * glib/gfileutils.c: Fix some C99isms.  (#154676, Kjartan Maraas)
337
338 2004-10-05  Anders Carlsson  <andersca@gnome.org>
339
340         * glib/goption.c: (g_option_context_parse):
341         Add check for if argc is 0.
342         
343         * tests/option-test.c: (empty_test3), (main):
344         Add test case.
345         
346 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
347
348         * NEWS: Update
349
350 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
351
352         * glib/gmem.c (g_mem_set_vtable): Only set vtable_set if the
353         vtable is set.  (#154352, Philippe Blain)
354
355 2004-10-03  Anders Carlsson  <andersca@gnome.org>
356
357         * glib/goption.c: (parse_arg):
358         Set arg_data on filenames. (Discovered by Mats-Ola Persson).
359         
360         * tests/option-test.c: (arg_test3), (ignore_test3), (main):
361         Add test for filename args.
362         
363 2004-10-01  Tor Lillqvist  <tml@iki.fi>
364
365         * glib/goption.c (g_option_context_parse): Use
366         g_path_get_basename() instead of strrchr(), so that either slash
367         is accepted on Windows.
368
369 2004-09-30  Matthias Clasen  <mclasen@redhat.com>
370
371         * glib/gfileutils.c: Convert filenames to UTF-8 before 
372         putting them in GErrors.  (#154078, Morten Welinder)
373
374 2004-09-29  Matthias Clasen  <mclasen@redhat.com>
375
376         * glib/glib.symbols: Add g_assert_warning.
377
378         * glib/gmessages.h:
379         * glib/gmessages.c (g_assert_warning): Treat g_assert 
380         in the same way as g_return_if_fail and move the string 
381         constants into a helper function, which also takes 
382         care of removing the "IA__" prefix from internal aliases.
383
384         * glib/gmessages.h: Move the declaration of 
385         g_return_if_fail_warning() out of the ifdefs, so that
386         building with G_DISABLE_ASSERT works.
387
388 2004-09-27  Murray Cumming  <murrayc@murrayc.com>
389
390         * glib/goptions.[h|c], glib/glib.symbols: Rename 
391         g_context_option_error_quark() to g_option_error_quark(), because that 
392         is consistent with normal naming conventions, and what bindings expect.
393
394 .2004-09-26  Matthias Clasen  <mclasen@redhat.com>
395
396         Fix #153649, Hidetaka Iwai:
397         
398         * glib/goption.c (parse_long_option): Don't forget to set parsed
399         to TRUE when parsing a long ARG_NONE option. 
400         (free_changes_list): Fix the memory management for string
401         and filename arrays.
402
403 2004-09-22  Tor Lillqvist  <tml@iki.fi>
404
405         * glib/gmessages.c: [Win32] Don't ever open a console
406         window. (Which we used to do if standard output or standard error
407         are invalid, as they are for GUI applications.) These console
408         windows that open up unexpectedly have caused endless amounts of
409         confusion among end-users. (#141102, #151175)
410
411         Don't output the process id on Windows. Only output the program
412         name. If not set with g_set_prgname(), fetch the application
413         executable's name and use that.
414
415 Mon Sep 20 00:35:14 2004  Matthias Clasen  <maclas@gmx.de>
416
417         * glib/gutf8.c (g_utf16_to_utf8): Add a note explaining how to
418         convert UTF-16 byte stream of ambiguous endianness.  (#152954,
419         Linus Walleij)
420
421 Mon Sep 20 00:17:37 2004  Matthias Clasen  <maclas@gmx.de>
422
423         * tests/option-test.c (error_test3_post_parse): 
424         * tests/option-test.c (error_test2_post_parse): 
425         * tests/option-test.c (error_test1_post_parse): Don't call 
426         g_set_error () with a NULL format.  (#153103, Robert Ć–gren) 
427
428 Mon Sep 20 00:13:48 2004  Matthias Clasen  <maclas@gmx.de>
429
430         Make GOption remove long options completely. (#153113, Robert Ć–gren)
431
432         * glib/goption.c (parse_long_option): Fix a wrong index.
433
434         * tests/option-test.c (ignore_test3): Test handling of unknown
435         options some more.
436
437 Sun Sep 19 23:56:15 2004  Matthias Clasen  <maclas@gmx.de>
438
439         * glib/goption.c (g_option_context_parse): Call error_func
440         on error, not post_parse_func again.  (#153107, Robert Ć–gren)
441
442 Sun Sep 19 23:52:35 2004  Matthias Clasen  <maclas@gmx.de>
443
444         * glib/gmessages.c (mklevel_prefix): 
445         * glib/gmessages.c (g_logv): Fix the types of some variables
446         to be GLogLevelFlags instead of guint.  (#153042, Philippe Blain)
447
448 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
449
450         * Version bump
451
452         * === Released 2.5.3 ===
453
454 2004-09-17  Matthias Clasen  <mclasen@redhat.com>
455
456         * NEWS: More updates.
457
458 Thu Sep 16 18:42:46 2004  Manish Singh  <yosh@gimp.org>
459
460         * glib/abicheck.sh: don't hardcode lengths for cut, instead split on
461         the third field.
462
463 Thu Sep 16 18:15:32 2004  Manish Singh  <yosh@gimp.org>
464
465         * glib/gstrfuncs.c (g_strncasecmp): Make it take a guint for number
466         of characters, instead of a gsize. Technically this is incorrect,
467         but this makes it match the prototype, and this is a deprecated
468         function anyway.
469
470 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
471
472         * glib/Makefile.am (EXTRA_DIST): Add abicheck.sh
473
474 Thu Sep 16 02:03:15 2004  Matthias Clasen  <maclas@gmx.de>
475
476         Implement the same PLT reduction technique used in GTK+:
477         
478         * glib/glib.symbols: Master list of symbols
479
480         * glib/makegalias.pl: Perl script which creates galias.h
481
482         * glib/abicheck.sh: Compares actual exports against glib.symbols 
483
484         * glib/glib.def: Removed. This file is now generated from
485         glib.symbols
486         
487         * glib/Makefile.am: Add rules to generate galias.h and glib.def,
488         and add abicheck.sh to TESTS. Don't export _-prefixed symbols.
489         
490         * configure.in: Add --disable-visibility to suppress the 
491         use of ELF visibility attributes.
492
493         * glib/*.c: Include galias.h
494
495 2004-09-15  Tor Lillqvist  <tml@iki.fi>
496
497         * glib/gwin32.c (g_win32_error_message): Convert message to
498         UTF-8. Technically this breaks API, but the actual use cases in
499         gdk/win32 have assumed it is UTF-8 anyway. Fix
500         documentation. (#152618, Kazuki Iwamoto)
501
502         * glib/gwin32.h: Don't define ftruncate as a macro. Was never a
503         good idea, and it clashes with newest mingw headers, which have a
504         ftruncate implementation as an inline function. Thanks to Dominik R.
505
506         * glib/gwin32.c (g_win32_ftruncate): Simplify implementation, just
507         call _chsize() in the C library.
508
509 2004-09-15  Matthias Clasen  <mclasen@redhat.com>
510
511         * NEWS: Update.
512
513 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
514
515         * glib/gmessages.c (g_return_if_fail_warning): Strip the
516         prefix "IA__" from function names, since that is what
517         GTK+ uses for the PLT-reduction aliases. 
518
519 Thu Sep  9 13:52:26 2004  Owen Taylor  <otaylor@redhat.com>
520
521         * glib/gmessages.c (g_return_if_fail_warning): 
522         Include implementation of g_return_if_fail_internal().
523
524 Thu Sep  9 10:37:41 2004  Owen Taylor  <otaylor@redhat.com>
525
526         * glib/gmessages.h (g_return_[val_]if_fail): Use
527         a helper function to reduce code size; omit FILE/LINE
528         when we have __PRETTY_FUNCTION__.
529
530 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
531
532         * glib/gutils.c (g_get_home_dir): Remove a misleading comment.
533
534 Thu Sep  9 00:10:40 2004  Matthias Clasen  <maclas@gmx.de>
535
536         * glib/gstrfuncs.h: 
537         * glib/gstrfuncs.c (g_strv_length): Add a function to 
538         calculate the length of a NULL-terminated string 
539         array.  (#150455, Tim-Philipp MĆ¼ller)
540
541         * tests/strfunc-test.c (main): Add a test for g_strv_length().
542
543 2004-09-08  Tor Lillqvist  <tml@iki.fi>
544
545         * glib/gutils.c (guess_category_value): On Win32, as last resort
546         call g_win32_getlocale() to get the current thread locale. There
547         usually aren't any POSIXish LANG or LC_* environment variables
548         present on Windows machines.
549
550         * glib/glib.def: Add g_get_language_names.
551
552 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
553
554         * glib/gutils.h: 
555         * glib/gutils.c (g_get_language_names): Add a function to
556         return a list of applicable locale names.  (#95587, 
557         Hidetoshi Tajima)
558         (guess_category_value, compute_locale_variants):
559         (explode_locale, unalias_lang, read_aliases): Helper 
560         functions for g_get_language_names()
561
562         * tests/testglib.c (main): Show the results of 
563         g_get_language_names()
564
565 Sun Sep  5 01:46:11 2004  Matthias Clasen  <maclas@gmx.de>
566
567         * glib/glib.def: 
568         * glib/gmessages.h: 
569         * glib/gmessages.c (g_log_set_default_handler): New
570         function to install an alternate default log 
571         handler.  (#66387, Darin Adler)
572
573 2004-09-03  Tor Lillqvist  <tml@iki.fi>
574
575         * glib/glib.def: Update.
576
577 Wed Sep  1 20:22:39 2004  Matthias Clasen  <maclas@gmx.de>
578
579         * glib/gdate.h:
580         * glib/gdate.c (g_date_get_iso8601_week_of_year): Add
581         a function to calculate the ISO 8601 week number of 
582         a date.  (#92579, Niklas Lundell)
583
584 2004-09-01  Anders Carlsson  <andersca@gnome.org>
585
586         * glib/goption.c: (g_option_context_parse):
587         Set program name before calling the pre-parse hooks.
588         
589 2004-09-01  Anders Carlsson  <andersca@gnome.org>
590
591         * glib/goption.c: (g_option_context_free), (print_help),
592         (g_option_context_parse):
593         Handle option contexts without a main group.
594         
595         * tests/option-test.c: (empty_test2), (main):
596         Add test case for that.
597         
598 2004-08-30  Anders Carlsson  <andersca@gnome.org>
599
600         * glib/goption.c: (g_option_context_parse):
601         Set prgname to <unknown> if argc and argv are NULL.
602         
603         * tests/option-test.c: (empty_test1), (main):
604         Add test case for that.
605         
606 Sun Aug 29 23:58:38 2004  Matthias Clasen  <maclas@gmx.de>
607
608         * glib/ghash.c (g_hash_table_lookup): Point to 
609         g_hash_table_lookup_extended() for differentiation between
610         not-found and value-is-NULL.  (#150960, Morten Welinder)
611
612 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
613
614         Fix #151193, Stepan Kasal:
615         
616         * glib/gfileutils.c (g_file_error_from_errno): 
617         * glib/gfileutils.h (enum GFileError): Add G_FILE_ERROR_NOSYS.
618
619 Fri Aug 27 00:45:41 2004  Matthias Clasen  <maclas@gmx.de>
620
621         * glib/goption.c (g_option_context_parse): Set the program name
622         from argv[0], noticed by Masatake YAMATO.
623
624 2004-08-26  Tor Lillqvist  <tml@iki.fi>
625
626         * tests/testglib.c (main): Test the new XDG basedir functions.
627
628 2004-08-25  Tor Lillqvist  <tml@iki.fi>
629
630         * glib/gwin32.c (g_win32_get_windows_version): New
631         function. Returns the Windows version code like GetVersion(),
632         except that one can pretend to be running on Win9x by setting the
633         G_WIN32_PRETEND_WIN9X environment variable. This is mainly for
634         debugging purposed.
635
636         * glib/gwin32.h: Declare it. Define macros G_WIN32_WINDOWS_IS_NT_BASED 
637         and G_WIN32_HAVE_WIDECHAR_API to test Windows features at run-time.
638
639 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
640
641         * configure.in: Post-release version bump.
642
643         * === Released 2.5.2 ===
644
645 Wed Aug 25 00:25:08 2004  Matthias Clasen  <maclas@gmx.de>
646
647         * NEWS: Update for 2.5.2
648
649 2004-08-25  Tor Lillqvist  <tml@iki.fi>
650
651         Win32 equivalences of the XDG folders
652         
653         * glib/gutils.c (get_special_folder): New function, calls
654         SHGetSpecialFolderLocation() to get path to places like the My
655         Documents folder.
656         (g_get_any_init): Use CSIDL_PROFILE as HOME if not
657         overridden by env vars.
658         (g_get_user_data_dir): Use CSIDL_PERSONAL.
659         (g_get_user_config_dir): Use CSIDL_APPDATA.
660         (g_get_user_cache_dir): Use CSIDL_INTERNET_CACHE. Debatable...
661         (g_get_system_data_dirs): Use CSIDL_COMMON_APPDATA and
662         CSIDL_COMMON_DOCUMENTS.
663         (g_get_system_config_dirs): Use CSIDL_COMMON_APPDATA.
664
665         * configure.in: Add -lole32 to G_LIBS_EXTRA for mingw.
666
667         * glib/glib.def: Add the new functions.
668
669 Mon Aug 23 16:16:35 2004  Manish Singh  <yosh@gimp.org>
670
671         * glib/goption.c (g_option_group_add_entries): remove unused
672         variable.
673
674 Mon Aug 23 01:35:18 2004  Matthias Clasen  <maclas@gmx.de>
675
676         * glib/gutils.c (g_get_user_cache_dir): 
677         * glib/gutils.c (g_get_user_config_dir): 
678         * glib/gutils.c (g_get_user_data_dir): Don't call g_get_home_dir()
679         while holding the g_utils_global lock, simply use g_home_dir. 
680         (#150695, Jody Goldberg)
681
682 2004-08-21  Tor Lillqvist  <tml@iki.fi>
683
684         * glib/giowin32.c (g_io_win32_finalize): Tell select_thread to
685         break out of its loop. Prevents a thread leak. (#147392, Peter
686         Zelezny)
687
688         * glib/gunicollate.c (g_utf8_collate_key): Guard against bogus
689         return value from strxfrm(). For instance Microsoft's strxfrm()
690         returns INT_MAX on errors. (#141124)
691
692 2004-08-19  Tor Lillqvist  <tml@iki.fi>
693
694         * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): Correct
695         source and destination charset parameter order in g_convert()
696         call. (#150394, possibly also #141124)
697
698 2004-08-20  Jon K Hellan  <hellan@acm.org>
699
700         * glib/goption.h: Remove trailing commas.
701
702 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
703
704         * configure.in: Check for all four values of the
705         visibility attribute; gcc 2.96 seems to miss 
706         "default".  (#150379, Vincent Noel)
707
708 2004-08-16  Christian Rose  <menthos@menthos.com>
709
710         * configure.in: Added "bs" to ALL_LINGUAS.
711
712 2004-08-11  Ray Strode  <rstrode@redhat.com>
713
714         * docs/reference/glib/glib-sections.txt: 
715         * glib/gutils.[ch] (g_get_user_data_dir),
716         (g_get_user_config_dir), (g_get_user_cache_dir),
717         (g_get_system_data_dirs), (g_get_system_config_dirs): 
718         Add new XDG basedir API (bug 139973).
719
720 2004-08-10  Matthias Clasen  <mclasen@redhat.com>
721
722         * glib/gmacros.h: Remove G_GNUC_INTERNAL from here.
723         * configure.in: Check whether the visibility attribute
724         works and define G_HAVE_GNUC_VISIBILITY and 
725         G_GNUC_INTERNAL in glibconfig.h correspondingly.
726
727 Mon Aug  9 17:37:56 2004  Matthias Clasen  <maclas@gmx.de>
728
729         * glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
730
731 2004-08-06  Hans Breuer  <hans@breuer.org>
732
733         * glib/makefile.msc.in glib/glib.def : updated
734
735         * glib/gutils.c : avoid 'inconsitent dll linkage' by not
736         defining extern char** environ with msvc
737
738 2004-08-06  Matthias Clasen  <mclasen@redhat.com>
739
740         * m4macros/glib-gettext.m4: Require ngettext.  (#123847,
741         Danilo Segan)
742
743 Thu Aug  5 20:53:00 2004  Ray Strode  <rstrode@redhat.com>
744
745         * glib/gutils.h (g_get_codeset): strdup result so caller
746         doesn't free internally managed memory.
747
748 2004-08-04  Tor Lillqvist  <tml@iki.fi>
749
750         * glib/glib.def: Add glib_check_version.
751
752         * config.h.win32.in: Update to match what configure produces. Add
753         the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
754         HAVE_INT64_AND_I64 to where the configure script puts it. Add
755         HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
756
757 Tue Aug  3 16:19:44 2004  Matthias Clasen  <maclas@gmx.de>
758
759         * glib/goption.c: Mark user visible strings for translation.
760
761 Tue Aug  3 15:50:55 2004  Matthias Clasen  <maclas@gmx.de>
762
763         * glib/goption.[hc]: Pedantically use g types throughout.
764
765 Tue Aug  3 14:58:20 2004  Matthias Clasen  <maclas@gmx.de>
766
767         * glib/gutils.h: 
768         * glib/gutils.c (glib_check_version): New function to
769         check the version of GLib at runtime.  (#149175, Michael Natterer)
770
771 2004-08-03  Anders Carlsson  <andersca@gnome.org>
772
773         * glib/goption.h:
774         * glib/gtypes.h:
775         Move GTranslateFunc to gtypes.h
776         
777 2004-08-02  Anders Carlsson  <andersca@gnome.org>
778
779         * glib/Makefile.am:
780         * glib/glib.h:
781         * glib/goption.c:
782         * glib/goption.h:
783         * tests/.cvsignore:
784         * tests/Makefile.am:
785         * tests/option-test.c: 
786         Add GOption.
787
788 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
789
790         * glib/gmacros.h: Add a G_GNUC_INTERNAL macro to mark function
791         declarations as internal and avoid PLT indirections for 
792         them.  (#145465, Arjan van de Ven)
793
794         * glib/gunicodeprivate.h: 
795         * glib/gthreadinit.h: 
796         * glib/gmessages.h: 
797         * glib/gdebug.h: 
798         * glib/gconvert.c: Use G_GNUC_INTERNAL for _g_charset_get_aliases(),
799         _g_debug_init(), _g_log_fallback_handler(), _g_mem_thread_init(),
800         _g_messages_thread_init(), _g_convert_thread_init(), 
801         _g_rand_thread_init(), _g_main_thread_init(), _g_atomic_thread_init(),
802         _g_mem_thread_private_init(), _g_messages_thread_private_init(),
803         _g_utf8_normalize_wc() and _g_unichar_combining_class().
804
805         * glib/gatomic.c: Include gthreadinit.h here to see the declaration
806         for _g_atomic_thread_init().
807
808 Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
809
810         * tests/uri-test.c: move newline printing from run_from_uri_tests()
811         to run_roundtrip_tests().
812
813 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
814
815         * Post-release version bump
816
817         * === Released 2.5.1 ===
818
819 Sat Jul 31 23:17:05 2004  Matthias Clasen  <maclas@gmx.de>
820
821         * NEWS: Updates.
822
823 Sat Jul 31 20:33:07 2004  Matthias Clasen  <maclas@gmx.de>
824
825         * tests/shell-test.c: Include a test involving consecutive
826         backslashes followed by a non-escaped doublequote.
827         
828         * glib/gshell.c (tokenize_command_line): Count consecutive
829         backslashes mod 2 to detect escaped doubleqotes.  (#127306)
830
831 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
832
833         * glib/gconvert.c (g_unescape_uri_string): Don't validate
834         for UTF-8 here.  (#148420, Robert Ć–gren)
835
836         * tests/uri-test.c (run_roundtrip_tests): Add tests for 
837         roundtrip compatibility. Going from filename to uri and 
838         back should always give you the same filename back. 
839
840 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
841
842         * tests/markups/valid-{9,10,11}.gmarkup: 
843         * tests/markups/fail-{37,38,39}.gmarkup: Tests for handling
844         of whitespace inside tags.
845
846         * glib/gmarkup.c (enum GMarkupParseState): Add 
847         STATE_AFTER_ATTRIBUTE_NAME and STATE_AFTER_CLOSE_TAG_NAME.
848         (g_markup_parse_context_parse): Accept whitespace between
849         attribute names, '=' and attribute values and between
850         close tag name and '>'. (#148646, Hiroyuki Ikezoe)
851
852 Tue Jul 27 02:01:31 2004  Matthias Clasen  <maclas@gmx.de>
853
854         * glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
855         as well.
856
857 Sat Jul 24 17:50:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
858
859         * glib/gstrfuncs.c (g_strsplit_set):
860         s/g_strtokenize/g_strsplit_set/ in docs.
861
862 Fri Jul 23 10:37:50 2004  Matthias Clasen  <maclas@gmx.de>
863
864         * tests/type-test.c (main): Actually test G_MAXSIZE with
865         a gsize variable.
866
867 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
868
869         Fix #132858, Sven Neumann, patch by James Henstridge:
870         
871         * glib-gettextize.in: modify so that mkinstalldirs will 
872         get installed into auxdir.
873
874         * Makefile.am (gettext_SCRIPTS): install mkinstalldirs.
875
876 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
877
878         Fix #147651, reported by Oliver Guntermann:
879
880         * glib/gprintfint.h (_g_vasprintf): Don't wrap vasprintf(),
881         _g_gnulib_vasprintf() in a macro, since they behave 
882         differently wrt. to memory allocation.
883
884         * glib/gprintf.c (g_vasprintf): Instead, differentiate 
885         here between the three cases: system vasprintf(), 
886         _g_gnulib_vasprintf(), no vasprintf().  
887
888 2004-07-20  Crispin Flowerday  <gnome@flowerday.cx>
889
890         * NEWS: Fix a typo in my name
891
892 Tue Jul 20 04:31:40 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
893
894         * configure.in: Bump version number
895
896 Sun Jul 18 19:40:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
897
898         * === Released 2.5.0 ===
899
900         * Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
901
902 Sun Jul 18 01:40:28 2004  Matthias Clasen  <maclas@gmx.de>
903
904         * NEWS: Updates for 2.5.0
905
906 Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
907
908         * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
909
910 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
911
912         * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
913         before using it in the error message.  (#146054, Federico
914         Mena Quintero)
915
916 Thu Jul  8 00:54:32 2004  Matthias Clasen  <maclas@gmx.de>
917
918         * glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
919         be built without anyway.  (#135899, Murray Cumming)
920
921 Mon Jul  5 18:50:27 2004  Matthias Clasen  <maclas@gmx.de>
922
923         * glib/gmessages.h (g_debug): Complete the g_log() 
924         family.  (#135730, Sven Herzberg)
925
926 Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
927
928         * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
929         make srcdir != . work.  (#145166, Kaz Sasayama)
930
931 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
932
933         * configure.in: Use a small test library instead of
934         libpthread.so for testing RTLD_GLOBAL brokenness.  (#139567,
935         Julio M. Merino Vidal)
936         
937 2004-07-02  Sebastian Wilhelmi  <seppi@seppi.de>
938
939         * glib/gatomic.c: Rename __asm to __asm__ and __volatile to
940         __volatile__ to make the file consistent. Spotted by Benoit
941         Carpentier <gtkool_2kx@yahoo.fr>.
942
943 2004-07-01  John Ehresman  <jpe@wingide.com>
944
945         * glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free)
946         Initialize reset_send & reset_recv fields and don't close
947         sockets unless they were created.  (#145153)
948
949 Fri Jun 11 22:56:46 2004  Matthias Clasen  <maclas@gmx.de>
950
951         * glib/gscanner.c (g_scanner_get_token_ll): Ignore a 
952         missing newline at EOF for single line comments.  
953         (#83674, Sven Neumann)
954
955 Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
956
957         * tests/printf-test.c (TEST): Actually set any_failed on 
958         failure.  (#143552, Philippe Blain)
959
960 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
961
962         * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
963         for URIs that *should* have been invalid, or viceversa.
964         (from_uri_tests): Likewise.
965
966 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
967
968         Fixes #140532.
969
970         * glib/gconvert.c (is_asciialphanum): Renamed from
971         is_escalphanum(); ensures that this is an ASCII character.
972         (is_asciiescalpha): Renamed from is_escalpha().
973         (hostname_validate): Use the two functions above.
974         (g_filename_to_uri): Don't convert the filename to UTF-8.
975         (g_filename_from_uri): Don't convert the filename from UTF-8.
976
977 Mon Jun  7 22:25:24 2004  Matthias Clasen  <maclas@gmx.de>
978
979         * tests/run-markup-tests.sh: Default to silence, but support
980         a -v argument to get the old output back. 
981
982 2004-06-06  Tor Lillqvist  <tml@iki.fi>
983
984         * glib/gutils.c (g_get_any_init): Check home for being
985         NULL. (#143812, Ivan Wong)
986
987 Sun Jun  6 15:23:00 2004  Pawan Chitrakr  <pawan@nplinu.org>
988
989         * configure.in: Added "ne" (Nepali) in ALL_LINGUAS
990
991 Fri Jun  4 19:26:47 2004  Manish Singh  <yosh@gimp.org>
992
993         * glib/galloca.h: cpp #directives should always have the "#" in the
994         first column of the the line. Do that for "#pragma alloca". Fixes
995         bug #143744.
996
997 Wed Jun  2 00:57:16 2004  Matthias Clasen  <maclas@gmx.de>
998
999         * glib/gtypes.h: Use higher precision for the mathematical
1000         constants.  (#141941, Morten Welinder)
1001
1002 Tue Jun  1 22:01:40 2004  Matthias Clasen  <maclas@gmx.de>
1003
1004         * glib/gmarkup.c (advance_char): Fix an off-by-one error 
1005         in g_markup_parse_context_parse().  (#142794, Morten Welinder)
1006
1007 Sun May 16 23:23:29 2004  Matthias Clasen  <maclas@gmx.de>
1008
1009         Merged from 2.4:
1010         
1011         * glib/gcompletion.c (g_completion_add_items):
1012         (g_completion_remove_items): Remove unnecessary 
1013         checks.  (#142559, Morten Welinder)
1014
1015 2004-05-15  Tor Lillqvist  <tml@iki.fi>
1016
1017         * glib/gutils.c (g_get_any_init): [Win32] Only believe HOME if it
1018         is an absolute path and exists. (#138618)
1019
1020 2004-05-14  Tor Lillqvist  <tml@iki.fi>
1021
1022         * glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string
1023         for precision correctly. (#142400)
1024
1025         For backward compatibility with the Trio implementation, make "ll"
1026         format modifer work on Win32, too. Change into "I64" before
1027         passing to the system printf. (#142433)
1028
1029         * tests/printf-test.c (main): Add tests for the above.
1030
1031 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
1032
1033         Merge from 2.4:
1034         
1035         * glib/gmain.c (block_source, unblock_source): Make these 
1036         static.  (#142230, Morten Welinder)
1037
1038 2004-05-10  Tor Lillqvist  <tml@iki.fi>
1039
1040         * glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
1041         lines. Thanks to BenoĆ®t Carpentier.
1042
1043 Sun May  9 02:04:14 2004  Matthias Clasen  <maclas@gmx.de>
1044
1045         Merge from 2.4:
1046         
1047         * glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
1048         memleak.  (#141998, Nikolai Weibull)
1049
1050 Sat May  8 23:02:26 2004  Matthias Clasen  <maclas@gmx.de>
1051
1052         Merge from 2.4:
1053         
1054         * glib/gutils.h: Remove vestigial g_get_codeset().
1055         * glib/gutils.c (g_get_codeset): Call g_get_charset().
1056         (#137703, Owen Taylor)
1057
1058 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
1059
1060         * configure.in: Bump version number to 2.5.0.
1061
1062 Wed May  5 23:35:44 2004  Matthias Clasen  <maclas@gmx.de>
1063
1064         * glib/gconvert.c (g_filename_from_uri): Quote the file
1065         scheme to mark it as untranslatable. String change.  
1066         (#133144, Danilo Segan)
1067
1068 2004-05-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
1069
1070         * configure.in: Added Walloon (wa) to ALL_LINGUAS
1071
1072 Sun May  2 03:51:59 2004  Manish Singh  <yosh@gimp.org>
1073
1074         * glib/gtypes.h: check for __pentium4__ when deciding whether to
1075         use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
1076
1077 2004-05-01  Hans Breuer  <hans@breuer.org>
1078
1079         * glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
1080         fixes #141563, Steve Lhomme
1081
1082 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
1083
1084         * === Released 2.4.1 ===
1085
1086         * configure.in: Version 2.4.1, interface age 1. 
1087
1088         * NEWS: Updates
1089         
1090 2004-04-25  Tor Lillqvist  <tml@iki.fi>
1091
1092         * glib/gwin32.c (g_win32_get_package_installation_subdirectory):
1093         Plug memory leak. (#140770, John Ehresman)
1094
1095 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
1096
1097         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases): 
1098         Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some
1099         point.  (#139134, Piotr Klaban)
1100
1101         * glib/gconvert.c (open_converter): Don't call g_strerror() here, 
1102         since it can lead to infinite recursion.  (#139133, Piotr Klaban)
1103
1104 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
1105
1106         * tests/testglib.c (main): Trivial warning fix.  (#140345)
1107
1108         * tests/queue-test.c (main): Add some tests for off-by-one errors.
1109
1110         * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one 
1111         error.  (#139703, Philippe Blain)
1112
1113         * tests/testglib.c (main): Add testcases for g_message() involving
1114         non-printable and unsafe characters.
1115
1116         * glib/gmessages.c (escape_string): Don't assume that
1117         string->str remains unchanged over g_string_insert() 
1118         calls.  (#139030, Christophe Saout)
1119
1120         * glib/gstrfuncs.c (g_ascii_strtod): Fix problems when a 
1121         locale-specific decimal separator directly follows a 
1122         number.  (#138424, Nickolay V. Shmyrev)
1123
1124         * tests/strtod-test.c (main): Add some more testcases.
1125
1126         * glib/gmain.c (g_main_context_query): Only set time_is_current to 
1127         FALSE if context->timeout is not zero.  (#137795, Christian Krause)
1128
1129 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
1130
1131         * tests/printf-test.c (main): Comment out a nonessential testcase
1132         which fails on HP-UX.  (#136283, Jonas Jonsson)
1133
1134 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
1135
1136         * tests/patterntest.c (main): Add tests for the empty pattern.
1137
1138         * glib/gpattern.c (g_pattern_spec_new): Don't read and write out 
1139         of bounds when the pattern is empty.  (#140032, Stanislav Brabec,
1140         Stefan Fent)
1141
1142 2004-04-10  Tor Lillqvist  <tml@iki.fi>
1143
1144         * glib/gwin32.c (g_win32_getlocale): Add new language and
1145         sublanguage codes, from GNU gettext. (#137958)
1146         
1147         * glib/giowin32.c
1148         * glib/gmain.c
1149         * glib/gstrfuncs.c
1150         * glib/gthread.c: Decorating variable definitions with
1151         __declspec(dllexport) causes problems on Cygwin build, and isn't
1152         really needed for a native Win32 build with mingw or MSVC, so
1153         remove. (#138402, Roger Leigh)
1154
1155         * glib/libcharset/localcharset.c: Use Win32-specific code also on
1156         Cygwin.
1157         * tests/uri-test.c: Don't assume that local filenames are in UTF-8
1158         on Cygwin, either. (#138412, Roger Leigh)
1159
1160 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
1161
1162         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
1163
1164 2004-04-03  Tor Lillqvist  <tml@iki.fi>
1165
1166         * configure.in: Remove AC_CYGWIN, obsolete. Don't let pthreads be
1167         found on Cygwin, they don't work. (#138401, Roger Leigh)
1168
1169 2004-03-31  Tor Lillqvist  <tml@iki.fi>
1170
1171         * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
1172         Leigh)
1173
1174         * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
1175         on Cygwin. (#138423, Roger Leigh)
1176
1177 2004-03-30  Adam Weinberger  <adamw@gnome.org>
1178
1179         * configure.in: Added en_CA to ALL_LINGUAS.
1180
1181 2004-03-21  Tor Lillqvist  <tml@iki.fi>
1182
1183         * glib/gutils.c (g_path_get_dirname): Fix Win32 behaviour in some
1184         cases where a drive letter is present. For 'a:' or 'a:foo', return
1185         'a:.'. This is mostly just for consistency with the behaviour
1186         without a drive letter. But very important is to for 'a:\foo' or
1187         'a:\', return 'a:\', and not 'a:'. (Ditto for forward slashes
1188         instead of backslashes.) (#137316)
1189
1190         * tests/dirname-test.c (main): More complete testing on Win32. If
1191         a test fails, include expected and actual result in error message.
1192
1193 Fri Mar 19 15:21:09 2004  Owen Taylor  <otaylor@redhat.com>
1194
1195         * glib/gmain.c: Fix the accidental revert of the
1196         fixes from #112222 that happened when the GChildWatch
1197         code was added. (Caught by Christian Persch)
1198
1199 Fri Mar 19 11:07:06 2004  Owen Taylor  <otaylor@redhat.com>
1200
1201         * tests/atomic-test.c (main): Make computation
1202         of "biggest_pointer" vaguely more portable.
1203         (#137498, Jonas Jonsson)
1204
1205 2004-03-16  Tor Lillqvist  <tml@iki.fi>
1206
1207         * configure.in: Define HAVE_INT64_AND_I64 also in the mingw (gcc
1208         on Win32) case, where the 64-bit type is called long long, but the
1209         system printf/scanf format modifier for 64-bit integers is still I64.
1210
1211 2004-03-16  Gareth Owen  <gowen72@yahoo.com>
1212
1213         * configure.in: Added en_GB to ALL_LINGUAS
1214