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