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