92af0864d6cb9d173528990631887614c4019fd0
[platform/upstream/glib.git] / ChangeLog.pre-2-2
1 Thu Dec  5 15:24:14 2002  Owen Taylor  <otaylor@redhat.com>
2
3         Start of fixes for cross-compilation. Based on
4         patches from Dimi Shahbaz, Dan Kegel, Johannes Stenzenbach,
5         Amy Lin. (#58786)
6
7         * configure.in: Don't run the Digital-Unix 4 -std1 check
8         when cross_compiling.
9
10         * configure.in: Use AC_TRY_COMPILE() rather than 
11         AC_TRY_RUN() for inline checks. (Daniel Egger)
12
13         * configure.in: use AC_CHECK_SIZEOF rather than
14         GLIB_SIZEOF for size_t. Remove unused checks for
15         size of ptrdiff_t/intmax_t.
16
17         * acglib.m4: Resync GLIB_SIZEOF of to the current
18         AC_CHECK_SIZEOF, which handles cross-compilation.
19
20         * acglib.m4: Remove no longer needed GLIB_SYSDEFS(),
21         add GLIB_CHECK_VALUE() as a wrapper around the
22         amazing _AC_COMPUTE_INT() autoconf 2.5x internal.
23
24         * configure.in: Redo the POLL* value checks in a
25         cross-compilation friendly way.
26
27 Thu Dec  5 15:28:37 2002  Owen Taylor  <otaylor@redhat.com>
28
29         * glib/gtimer.c: Include glibconfig.h early so
30         that we include <windows.h> when needed.
31
32         * glib/gstrfuncs.c: Fix typo.
33
34 Tue Dec  3 21:10:28 2002  Owen Taylor  <otaylor@redhat.com>
35
36         * configure.in: Add 3rd argument to remaining AC_DEFINES(),
37         so we can get rid of acconfig.h. (#76334, Daniel Egger)
38
39         * acconfig.h: Removed.
40
41 Tue Dec  3 20:22:27 2002  Owen Taylor  <otaylor@redhat.com>
42
43         * glib/*.c: Patch from Sven Neumann to make the
44         include order consistent. (#71704)
45
46 2002-12-03  Matthias Clasen  <maclas@gmx.de>
47
48         * configure.in: Check that strlcpy behaves as per the OpenBSD 
49         man page before wrapping it.  (#53933)
50
51 2002-12-03  Frederic Crozat  <fcrozat@mandrakesoft.com>
52
53         * glib/gunicollate.c: (g_utf8_collate_key):
54         Fix typo from previous commit
55
56 Tue Dec  3 01:05:00 2002  James M. Cape  <jcape@ignore-your.tv>
57
58         * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key):
59         Check for NULL before doing anything.
60
61 Mon Dec  2 16:34:13 2002  Owen Taylor  <otaylor@redhat.com>
62
63         * === Released 2.1.3 ===
64
65         * NEWS: Updated.
66
67         [ Unmerged change from stable from May 16 ]
68
69         * autogen.sh: Remove check for GNU gettext, since it
70         was causing problems for Solaris CVS builds.
71         (#81885, Hidetoshi Tajima.)
72
73 Tue Nov 26 09:51:43 2002  Owen Taylor  <otaylor@redhat.com>
74
75         * glib/gstrfuncs.c (g_strchomp): Avoid non-ANSI pointer
76         comparison. (#54344, Morten Welinder)
77
78         * tests/strfunc-test.c (main): Add tests for strchomp().
79
80 2002-11-30  Ole Laursen  <olau@hardworking.dk>
81
82         * configure.in: Added "da" to ALL_LINGUAS.
83
84 2002-11-29  Matthias Clasen  <maclas@gmx.de>
85
86         * glib/gstrfuncs.c (g_ascii_strtoull): It is a 2.2 addition.
87
88         * glib/gtimer.c (g_time_val_add): Adjust to changed parameter names.
89
90         * glib/gutils.c (g_get_application_name): Mark as 2.2. addition.
91
92         * glib/gstrfuncs.c (g_ascii_strtoull): Mark as 2.0.7 addition. 
93
94 2002-11-28  Matthias Clasen  <maclas@gmx.de>
95
96         * glib/gutils.c:
97         * glib/gtree.c: 
98         * glib/gstring.c: 
99         * glib/gstrfuncs.c: 
100         * glib/giochannel.c: Move some docs inline, and add deprecation
101         information. To see the list of affected functions, grep for
102         "Deprecated:". 
103
104         * configure.in: Fix the definitions around printf: either we use
105         system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and
106         HAVE_UNIX98_PRINTF have already been determined by earlier tests,
107         or we use the included printf, in which case we know that these
108         three can be defined as 1.  (#99826)
109
110         * glib/gutf8.c (g_utf8_strreverse): 
111         * glib/gstrfuncs.c (g_str_has_suffix): 
112         (g_str_has_prefix): 
113         * glib/gprintf.c (g_printf): 
114         (g_fprintf): 
115         (g_sprintf): 
116         (g_vprintf): 
117         (g_vfprintf): 
118         (g_vsprintf): 
119         * glib/gmarkup.c (g_markup_parse_context_get_element): 
120         Mark as 2.2 API additions.
121
122         * configure.in: Fix the gtk-doc version check.
123
124 2002-11-27  Matthias Clasen  <maclas@gmx.de>
125
126         * glib/gmessages.h: Use G_LIKELY without surrounding parentheses 
127         in g_assert() and g_return_[val]_if_fail() so that we always trigger
128         the gcc warning about "assignment used as truth value".
129
130         * glib/gmacros.h: Always put parentheses in G_LIKELY and G_UNLIKELY.
131
132 2002-11-26  Matthias Clasen  <maclas@gmx.de>
133
134         * glib/gmessages.h: Only use G_LIKELY in g_assert() and 
135         g_return_[val]_if_fail() if it is actually doing something.
136
137 2002-11-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
138
139         * glib/grand.c, gthread/gthread-impl.c, tests/rand-test.c: 
140         Changed the seeding algorithm. Old behaviour can be achived by
141         setting envvar G_RANDOM_VERSION to "2.0". (#99262)
142
143         * docs/reference/glib/glib-docs.sgml,
144         docs/reference/glib/Makefile.am: Renamed
145         docs/reference/glib/changes-2.0.sgml to
146         docs/reference/glib/changes.sgml and added section for changes
147         from 2.0 to 2.2 (Also corrected 1.0 to 1.2).
148
149         * README.in, docs/reference/glib/running.sgml,
150         docs/reference/glib/tmpl/random_numbers.sgml,
151         docs/reference/glib/changes.sgml: Added notes about the new
152         seeding algorithm.
153
154         * configure.in: Make CPPFLAGS, not CFLAGS, include
155         G_THREAD_CFLAGS. CFLAGS is used while linking too and thus GLib
156         programs would link to the threads library on some platforms. Also
157         fixed a bug manifesting through this change. (#77981)
158
159 2002-11-26  Matthias Clasen  <maclas@gmx.de>
160
161         * glib/gmacros.h: Fix the non-gcc-3.x definitions of G_LIKELY 
162         and G_UNLIKELY.  (Reported by Dan Mills)
163
164 2002-11-25  Matthias Clasen  <maclas@gmx.de>
165
166         * glib/gfileutils.c (g_build_path): 
167         (g_build_filename): Document that the varargs must be 
168         NULL-terminated. (#99510)
169
170         * glib/gmessages.h (g_assert): 
171         (g_return_if_fail): 
172         (g_return_val_if_fail): Remove the (no longer effective) empty
173         if-branch.
174
175         * glib/gmacros.h: Change the definition of G_LIKELY, so that
176         g_return_if_fail() and friends still trigger a gcc warning if
177         the expr is an assignment. 
178
179 2002-11-23  Matthias Clasen  <maclas@gmx.de>
180
181         * configure.in: Generate docs/reference/*/version.xml.
182
183         * glib/gdir.h: Add Copyright notice.
184
185 2002-11-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
186
187         * configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
188         PTHREAD_PRIO_MAX. (Laurent Vivier, #99293)
189
190 Fri Nov 22 09:39:09 2002  Owen Taylor  <otaylor@redhat.com>
191
192         * glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL
193         definition which wasn't supposed to be committed
194         at all.
195
196 Thu Nov 21 16:19:21 2002  Owen Taylor  <otaylor@redhat.com>
197
198         * glib/ghash.c: Patch from Morten Welinder to 
199         make ghash.c properly obey DISABLE_MEM_POOLS. (#96600)
200
201 Thu Nov 21 14:09:44 2002  Owen Taylor  <otaylor@redhat.com>
202
203         * glib/gmacros.h: Add G_GNUC_DEPRECATED. (Tom Tromey,
204         #87969)
205
206 2002-11-21  Tor Lillqvist  <tml@iki.fi>
207
208         * config.h.win32.in: Update to match what is currently produced by
209         autotools.
210
211         * configure.in: Remove superfluous spaces on two shell variable
212         assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
213         have a good printf, it is tested with #ifdef.
214
215         * glib/glib.def: Add new functions.
216
217         * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtrio.la to LIBADD
218         and DEPENDENCIES.
219
220         * glib/glib.rc.in
221         * gmodule/gmodule.rc.in
222         * gobject/gobject.rc.in
223         * gthread/gthread.rc.in
224         * {glib,gmodule,gobject,gthread}/makefile.{mingw,msc}.in:
225         Hardcode 2.0 in the names, as that is what Makefile.am does.
226
227 2002-11-21  Matthias Clasen  <maclas@gmx.de>
228
229         Include a printf implementation supporting C99 snprintf and SUS
230         positional parameters:  (#79488)
231         
232         * glib/gstrfuncs.c:
233         * glib/gspawn-win32.c:
234         * glib/gscanner.c:
235         * glib/gconvert.c: 
236         * glib/gbacktrace.c: Use _g_printf wrappers. 
237
238         * glib/gutils.c (g_vsnprintf): Simplify, since we can assume C99
239         snprintf semantics now.
240
241         * glib/gmessages.c (printf_string_upper_bound): No longer needed,
242         since we can assume C99 snprintf semantics now.
243         (g_logv): Simplify.
244         
245         * acinclude.m4 (AC_FUNC_PRINTF_UNIX98): New macro to check wether
246         printf supports SUS positional parameters.
247
248         * configure.in: New option --enable-included-printf to force
249         compilation of trio; otherwise trio is compiled if the system
250         printf misses either C99 snprintf semantics of SUS positional 
251         parameters.
252
253         * glib/Makefile.am (SUBDIRS): Conditionally compile trio.
254         (libglib_2_0_la_SOURCES): Add gprintf.c and gprintfint.h.
255         (glibsubinclude_HEADERS): Add gprintf.h.
256
257         * glib/gprintfint.h: New private wrapping either system printf
258         or trio printf variants in _g_printf wrappers for use inside glib.
259
260         * glib/gprintf.h: New public header declaring g_printf variants.
261         * glib/gprintf.c: Corresponding implementations.
262
263         * glib/trio/*: New directory, containing the trio-1.9 sources. 
264
265 2002-11-20  Matthias Clasen  <maclas@gmx.de>
266
267         * glib/gmessages.h (g_return_if_fail): 
268         (g_return_val_if_fail): Use G_LIKELY.  (#69022)
269
270         * glib/gmacros.h (G_LIKELY): 
271         (G_UNLIKELY): New macros for hinting the compiler about the
272         expected result of expressions. For gcc 3.x, define these
273         using __builtin_expect.  (#69022)
274
275 Tue Nov 19 14:38:18 2002  Owen Taylor  <otaylor@redhat.com>
276
277         * glib/gstrfuncs.c (g_ascii_strtoull): Fix 
278         strtull/strtoull type in docs (#99012, Morten
279         Welinder.) Add copyright information for code
280         taken from GNU libc.
281
282 2002-11-18  Tor Lillqvist  <tml@iki.fi>
283
284         * glib/gspawn-win32.c (do_spawn_with_pipes): Do handle
285         G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. If the
286         flag is not set, don't call DuplicateHandle() on the handle
287         returned by the helper process, and set the "child pid" returned
288         to the called to zero. Close the handle to the helper process in
289         all cases.
290
291         * glib/gspawn.c (g_spawn_async_with_pipes): Document Windows
292         behaviour of G_SPAWN_DO_NOT_REAP_CHILD.
293
294 2002-11-18  Tor Lillqvist  <tml@iki.fi>
295
296         [Win32] Fix the asynchronous g_spawn* to return the process handle
297         of the started program properly. (Note: not the process id. The
298         spawn*() functions in the C runtime return the created process's
299         handle. There doesn't seem to be any way to get the process id of
300         a child process if you have the handle. But then, the process
301         handle usually is more useful anyway.)
302
303         * glib/gspawn-win32-helper.c (WinMain): If the spawning of the
304         child process succeeded, and if asynchronous spawn (P_NOWAIT),
305         write the result handle up to the parent process, waiting to read
306         it in do_spawn_with_pipes().
307
308         * glib/gspawn-win32.c (do_spawn): Use return value from spawning
309         the helper. If it is -1 the helper wasn't found or couldn't be run
310         for some reason. Otherwise it is the helper's process handle.
311
312         (g_spawn_async_with_pipes): Pass the child_pid parameter on to
313         do_spawn_with_pipes().
314
315         (do_spawn_with_pipes): Take also a child_pid parameter. If
316         do_spawn() returned -1, fail immediately. Otherwise make the
317         handle passed to us by the helper process into a handle valid in
318         this process by calling DuplicateHandle().
319
320 2002-11-17  Tor Lillqvist  <tml@iki.fi>
321
322         * glib/gspawn-win32.c (g_spawn_async_with_pipes): Ignore the
323         G_SPAWN_DO_NOT_REAP_CHILD flag, can't be meaninfully implemented
324         on Windows, at least not now. Always pass dont_wait as TRUE to
325         do_spawn_with_pipes(). The semantics of the dont_wait parameter is
326         very different from the semantics of the intermediate_child
327         parameter to fork_exec_with_pipes() in the Unix version. This
328         fixes a serious bug, g_spawn_async() in fact behaved
329         synchronously.
330
331         (do_spawn_with_pipes, do_spawn): Rename from
332         fork_exec_with_pipes() and do_exec(), those names were from the
333         Unix bersion, and misleading.
334
335         (close_and_invalidate): Don't try to close invalid fds.
336
337         * glib/gspawn.c (g_spawn_async_with_pipes): Add warning about
338         Windows behaviour. There is no fork(), so the child_setup()
339         function is in fact called in the parent.
340         
341         * glib/gspawn-win32-helper.c (WinMain): Insert spaces in argv
342         debugging output.
343
344         * tests/spawn-test-win32-gui.c: New file. Test program to be
345         linked as a GUI application. Behaves differently depending on how
346         invoked (by spawn-test).
347
348         * tests/spawn-test.c (run_tests): On Win32, run the
349         spawn-test-win32-gui program, too, in several ways, synchronously
350         and asynchronously.
351
352         * tests/Makefile.am: Corresponding change.
353
354 Fri Nov  8 19:44:20 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
355
356         * docs/reference/glib/tmpl/arrays.sgml:
357         * docs/reference/glib/tmpl/arrays_byte.sgml:
358         * docs/reference/glib/tmpl/arrays_pointer.sgml:
359         * docs/reference/glib/tmpl/date.sgml:
360         * docs/reference/glib/tmpl/linked_lists_double.sgml:
361         * docs/reference/glib/tmpl/linked_lists_single.sgml:
362         * docs/reference/glib/tmpl/main.sgml:
363         * docs/reference/glib/tmpl/queue.sgml:
364         * docs/reference/glib/tmpl/random_numbers.sgml:
365         * docs/reference/glib/tmpl/relations.sgml:
366         * docs/reference/glib/tmpl/scanner.sgml:
367         * docs/reference/gobject/tmpl/gtype.sgml:
368         * docs/reference/gobject/tmpl/value_arrays.sgml glib/garray.h:
369         * glib/gdate.h glib/giochannel.h glib/glist.h glib/gmain.c:
370         * glib/gmain.h glib/gqueue.c glib/gqueue.h glib/grand.c glib/grand.h:
371         * glib/grel.h glib/gslist.h glib/gtimer.h gobject/gvaluearray.h:
372
373         Trivial s/foo/foo_/ fixes to make <glib.h> includable with
374         -Wshadow without warnings (#91680)
375
376 Thu Nov  7 19:32:26 2002  Owen Taylor  <otaylor@redhat.com>
377
378         * glib/gutils.[ch] (g_set/get_application_name): 
379         Patch from Havoc Pennington to add functions for 
380         setting and getting a human readable application
381         name.
382
383         * configure.in: Up to version 2.1.3, since we'll
384         need to depend on last addition for GTK+.
385
386 2002-11-06  Tor Lillqvist  <tml@iki.fi>
387
388         * glib/glib.def: Add g_main_thread_init.
389
390 2002-11-06  Matthias Clasen  <maclas@gmx.de>
391
392         * glib/gstrfuncs.c (g_str_has_suffix): 
393         (g_str_has_prefix): Minor doc markup fix.
394
395 Mon Nov  4 10:45:48 2002  Owen Taylor  <otaylor@redhat.com>
396
397         * configure.in: Add -DG_DISABLE_CAST_CHECKS for 
398         everything but --enable-debug.
399
400         * configure.in: Require pkg-config 0.14. (#97553)
401
402 Mon Nov  4 14:41:48 2002  Owen Taylor  <otaylor@redhat.com>
403  
404         * glib/gbsearcharray.c: Include config.h
405         so DISABLE_MEMPOOLS actually has an effect.
406         (#96437, Morten Welinder)
407  
408         * tests/uri-test.c: Include <config.h>
409
410 2002-11-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
411
412         * configure.in: Added Belarusian to ALL_LINGUAS
413
414 2002-11-02  Daniel Elstner  <daniel.elstner@gmx.net>
415
416         * glib/giochannel.c (g_io_channel_write_chars): Fix left_len
417         calculation in the from UTF-8 to UTF-8 case: left_len should
418         be the number of bytes left in the input buffer rather than
419         channel->write_buf. (#96373)
420
421 2002-10-27  Tor Lillqvist  <tml@iki.fi>
422
423         * configure.in (G_MODULE_LDFLAGS): Don't set on Win32, only causes
424         trouble.
425         
426         * glib/gmain.c (g_poll): Fix for bug reported by Herman Bloggs
427         (http://mail.gnome.org/archives/gtk-devel-list/2002-October/msg00101.html)
428         and others. We waited for events only for GPollFDs whose events
429         field had G_IO_IN set. We need to wait also for events for
430         GPollFDs that have just G_IO_OUT set. Non-blocking sockets in the
431         process of being connect()ed are one such case. Also silence a
432         couple of gcc warnings.
433
434 Fri Oct 18 13:41:30 2002  Manish Singh  <yosh@gimp.org>
435
436         * glib/giochannel.c (g_io_channel_read_line_backend): avoid
437         creating negative values out of unsigned values using MAX,
438         check to see if the result would be positive before doing
439         the calculation.
440
441 Tue Oct 15 15:28:47 2002  Manish Singh  <yosh@gimp.org>
442
443         * tests/iochannel-test.c: use gsize instead of int where appropriate
444         (64-bit cleanliness fix). Removed leftover line_term cruft.
445
446 Tue Oct 15 15:07:45 2002  Manish Singh  <yosh@gimp.org>
447
448         * gmodule/Makefile.am gobject/Makefile.am gthread/Makefile.am:
449         add -DG_DISABLED_DEPRECATED
450
451         * tests/gio-test.c tests/mainloop-test.c tests/string-test.c
452         tests/testglib.c test/tree-test.c tests/unicode-collate.c
453         tests/unicode-normalize.c: Deprecation cleanup
454
455 Mon Oct 14 15:51:05 2002  Owen Taylor  <otaylor@redhat.com>
456
457         * glib/gdate.c (g_date_fill_parse_tokens): Fix a memory
458         leak. (#94550, Sebastian Rittau)
459
460 Mon Oct 14 15:36:11 2002  Owen Taylor  <otaylor@redhat.com>
461
462         * glib/gcompletion.[ch] (g_completion_complete): Make
463         prefix argument const. (#91662, Gustavo Carneiro) 
464
465 Mon Oct 14 15:32:14 2002  Owen Taylor  <otaylor@redhat.com>
466  
467         * tests/mainloop-test.c (adder_response): Fix a minor memory
468         leak.
469  
470 Sat Oct 12 21:30:41 2002  Tim Janik  <timj@gtk.org>
471
472         * merged up from glib-2-0:
473
474         * glib/gstrfuncs.c (g_ascii_strtod): fix comment.
475         (g_ascii_strtoull): new function, acting like strtoull(3) in the C
476         locale.
477
478         * glib/gscanner.[hc]: fix 32bit issues with integer parsing and
479         support storing 64bit values in GTokenValue by
480         using g_ascii_strtoull().
481
482 Sat Oct 12 12:34:22 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
483
484         * glib/gtree.c (g_tree_search), glib/gspawn.c
485         (g_spawn_async_with_pipes): 
486
487         Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen,
488         Owen Taylor. 
489
490 Thu Oct 10 23:27:02 2002  Tim Janik  <timj@gtk.org>
491
492         * glib/gscanner.c (g_scanner_msg_handler): if input_name is NULL,
493         print out "<memory>" instead of completely skipping input specification
494         and thusly loosing error line information.
495
496 Sun Sep 29 12:15:44 2002  Manish Singh  <yosh@gimp.org>
497
498         * tests/mainloop-test.c: use gsize instead of int where appropriate
499         (64-bit cleanliness fix)
500
501 2002-09-29  Tor Lillqvist  <tml@iki.fi>
502
503         * configure.in: Instead of forcing -fnative-struct into CFLAGS
504         when using gcc for Win32, check for gcc version 3.x which uses
505         -mms-bitfields instead. Also check if either of these switches is
506         actually available at all, and warn if not. Thanks to Soren
507         Andersen for the inspiration.
508
509         * HACKING: Say we require autoconf 2.52 as that is what
510         configure.in does.
511
512 2002-09-23  Arvind Samptur <arvind.samptur@wipro.com>
513         * glib/gspawn.c (fork_exec_with_pipes) : when the child fails
514         we need to reap it to avoid a zombie. This would
515         happen in case of g_spawn_sync. Fixes #92658
516
517 2002-09-20  Matthias Clasen  <maclas@gmx.de>
518
519         * glib/gscanner.c (g_scanner_msg_handler): Don't print
520         scanner->input_name when it is NULL.  (#93752)
521
522 2002-09-06  Havoc Pennington  <hp@redhat.com>
523
524         * autogen.sh: automake 1.4
525
526 2002-09-01  Soeren Sandmann  <sandmann@daimi.au.dk>
527
528         * docs/reference/glib/tmpl/datalist.sgml, glib/gmain.c:
529
530         Documentation fixes: (#75255, Martin Schulze; #76104, Daryll Strauss)
531
532 2002-08-26  Tor Lillqvist  <tml@iki.fi>
533
534         * configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on
535         Cygwin (#91696, Masahiro Sakai).
536
537 Tue Aug 20 16:01:03 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
538
539         * glib/gconvert.c (strdup_len): validate 'len' argument properly
540         for the case that input string is not null-terminated. (#91222)
541
542 2002-08-10  Gustavo Noronha Silva  <kov@debian.org>
543
544         * configure.in: added pt_BR to ALL_LINGUAS
545
546 2002-08-07  Matthias Clasen  <maclas@gmx.de>
547
548         * glib/gmarkup.c (g_markup_parse_context_get_element): 
549         Use g_return_val_if_fail, no g_return_if_fail.
550
551 2002-08-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
552
553         * glib/gthread.c: Set the normal PID surrogate priority according
554         to getpid() to avoid errors for niced processes. (#86116)
555
556         * gthread/gthread-impl.c, gthread/gthread-posix.c,
557         gthread/gthread-solaris.c: Do the same for the posix/dce
558         implementation. Solaris still needs to set priority of the main
559         thread, because all unbound threads will schedule according to
560         that value and it defaults to 0 (the minimal value). 
561
562         * glib/gmain.c: Factor out g_main_context_init_pipe from
563         g_main_context_new to initialize the wakeup pipe of a
564         context. Call that function from g_main_context_new if threads are
565         initialized and for all contexts when threads are initialized
566         in g_main_thread_init. (#86872) 
567
568         * gthread/gthread-impl.c: Call g_main_thread_init. (#86872) 
569
570 Thu Jul 25 14:23:15 2002  Owen Taylor  <otaylor@redhat.com>
571
572         * glib/gfileutils.c: Clarify the behavior of g_build_path()
573         for empty elements and for leading and trailing copies
574         of the separator in the docs.
575  
576         * glib/gfileutils.c: Fix problems with leading elements
577         consisting only of "/" characters. (#85928, Guillaume Chazarain)
578  
579         * tests/strfunc-test.c (main): Add more test cases
580         for g_build_filename().
581  
582 2002-07-26  Matthias Clasen  <maclas@gmx.de>
583
584         * glib/gunicode.h: 
585         * glib/gutf8.c (g_utf8_strreverse): New function to revert
586         a utf8 string.
587         * glib/gpattern.c (g_utf8_reverse): Gone, replaced by 
588         g_utf8_strreverse.  (#87725)
589
590 Thu Jul 25 20:57:20 2002  Owen Taylor  <otaylor@redhat.com>
591
592         * glib/giochannel.c (g_io_channel_read_line): Fix 
593         docs for @str_return to conform to the main docs
594         and the implementation as to whether the terminator
595         is included. (#87964, Jacob Berkman)
596
597 Thu Jul 25 19:52:41 2002  Owen Taylor  <otaylor@redhat.com>
598
599         * glib/guniprop.c (real_tolower): Handle the 
600         end of the string properly when max_len is set.
601         (#88545, Morten Welinder.) Rename the next_t
602         variable to next_type to make cc-mode happy.
603
604         * glib/gconvert.c (g_iconv_open): Fix missing
605         label from previous commit.
606
607 Thu Jul 25 19:41:03 2002  Owen Taylor  <otaylor@redhat.com>
608
609         * glib/giochannel.c (g_io_channel_get_flags): Fix 
610         incorrect return value in g_return_val_if_fail 
611         (#85545, David L. Cooper II)
612
613 Thu Jul 25 19:12:43 2002  Owen Taylor  <otaylor@redhat.com>
614
615         * glib/giochannel.c (g_io_channel_set_encoding): Clarify
616         that only one of the conditions listed in the docs
617         need to be true, not all of them. (#87176,
618         Sebastian Rittau)
619
620         * glib/giochannel.c (g_io_channel_read_line): Fix 
621         description of the return value. (#87754, Manuel Clos)
622
623 Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>
624
625         * glib/gmain.c (g_timeout_add): Remove reference
626         in the docs to @notify parameter. (#87768,
627         Manuel Clos)
628
629 Thu Jul 25 17:57:07 2002  Owen Taylor  <otaylor@redhat.com>
630
631         * glib/gconvert.c (g_iconv_open): Document the
632         (GIConv)-1 return value on failure. (#87559, 
633         Jarek Dukat)
634
635         * glib/gconvert.c (g_iconv_open): Fix potential
636         problems with the assumption that (GIConv)(iconv_t)-1
637         is the same as (GIConv)-1.
638         
639 2002-07-15  Matthias Clasen  <maclas@gmx.de>
640
641         * glib/gmarkup.h: 
642         * glib/gmarkup.c (g_markup_parse_context_get_element): New
643         function to get the currently open element.  (#70448)
644
645 2002-07-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
646
647         * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
648         throughout the files, which didn't already have them. (#87312)
649
650 2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
651
652         * configure.in: Made the thread flags determination tests first
653         check for the canonical form -pthread[s], then for other
654         possibilities. Also recognize some more platforms. Modeled after
655         patch from Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>
656         (#77981).
657         
658         * configure.in: Fixed bugs in posix thread priority
659         resolution. Also added AIX priorities. Fix from
660         Laurent Vivier <Laurent.Vivier@bull.net>. (#82599)
661         
662         * gthread/gthread-solaris.c: Use thr_min_stack() instead of
663         sysconf (_SC_THREAD_STACK_MIN). if stack_size is 0 on entry to
664         g_thread_create_solaris_impl, also pass 0 to thr_create. Otherwise
665         the stack might be to small for any nontrivial thread. Discovered
666         on intel-solaris by Rajkumar Sivasamy <rajkumar.siva@wipro.com>.
667
668 2002-07-03  Anders Carlsson  <andersca@gnu.org>
669
670         * configure.in: Add a forgotten trailing ` in the 
671         GLIB_BINARY_AGE expression. Also fixup LT_CURRENT.
672
673 2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
674
675         * configure.in: Set binary age to 0 to make it compile.
676
677         * configure.in: Improve checks for dce/posix threads to also do
678         the right thing, if the thread functions are not declared in
679         pthread.h. Idea from Miroslaw Dobrzanski-Neumann
680         <mne@mosaic-ag.com> in #77981.
681
682 2002-07-01  Anders Carlsson  <andersca@gnu.org>
683
684         * configure.in: Up version to 2.1.0.
685
686 2002-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
687
688         * glib/garray.h: Add parenthesis to protect macro
689         argument. Spotted by Sam Couter <sam@topic.com.au>. (#86826)
690
691 2002-06-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
692
693         * glib/gmessages.h (g_assert, g_assert_not_reached,
694         g_return_if_fail, g_return_val_if_fail): In case of
695         G_DISABLE_ASSERT replace "G_STMT_START{ }G_STMT_END" with
696         "G_STMT_START{ (void)0; }G_STMT_END", because the former chokes
697         gcc prior to 3.0. (#86664)
698
699 2002-06-26  Yanko Kaneti <yaneti@declera.com>
700
701         * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
702
703 Thu Jun 13 16:12:04 2002  Owen Taylor  <otaylor@redhat.com>
704
705         * glib/gmain.c (struct _GTimeoutSource): Make 
706         interval unsigned to match g_timeout_source_new().
707         (#82624, Tim Janik.)
708
709         * glib/gmain.c (g_timeout_prepare): Add some
710         extra gymnastics to avoid signed/unisgned integer
711         overflows.
712
713 Thu Jun 13 15:57:46 2002  Owen Taylor  <otaylor@redhat.com>
714
715         * INSTALL.in: Add a note about the deficiency
716         of Tru64 iconv. (#81699, Manuel Op de Coul)
717
718 Tue Jun 11 17:03:39 2002  Owen Taylor  <otaylor@redhat.com>
719
720         * tests/patterntest.c (test_compilation)
721         * glib/gmem.c (profiler_try_realloc): A couple
722         of 64-bit printf format fix from George Lebl.
723         (#82817)
724
725         * glib/gconvert.c (open_converter): Fix gsize/gint
726         mixup for g_iconv() arguments. (#83270,
727         David L. Cooper II)
728
729 2002-06-03  Matthias Clasen  <maclas@gmx.de>
730
731         * glib/gwin32.c (g_win32_get_package_installation_directory):
732         Replace homegrown "hash" entity by standard ISO entity "num".
733
734 2002-05-26  Matthias Clasen  <maclas@gmx.de>
735
736         * glib/gmain.c: Remove references to nonexisting functions 
737         g_source_set_callback_closure(), g_source_poll(), g_source_add()
738         from docs.
739
740         * glib/gdir.c (g_dir_open): Typo fix in docs.
741
742         * glib/gasyncqueue.c (g_async_queue_lock):
743         (g_async_queue_unref_and_unlock): Fix markup to avoid erroneous 
744         <link>s in docs.
745
746         * glib/gwin32.c: Escape #'s leading to erroneous <link>s in docs.
747
748         * glib/gtree.c: Replace some occurances of Gtree by GTree in docs.
749
750         * glib/gstring.c (g_string_insert_unichar): Typo fix in docs.
751
752 2002-05-23  Havoc Pennington  <hp@redhat.com>
753
754         * glib/gspawn.c (fork_exec_with_pipes): on success, close the
755         pipes from the child. Fix from Tim.
756
757 2002-05-22  jacob berkman  <jacob@ximian.com>
758
759         * m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
760
761 Wed May 22 15:40:47 2002  Owen Taylor  <otaylor@redhat.com>
762
763         * README.in: Remove notes about now-fixed-bugs.
764
765         * m4macros/glib-gettext.m4 acinclude.m4: Get rid
766         of AC_MSG_NOTICE() usage, since some broken systems
767         (Hi Debian!) might not be using autoconf-2.5x for
768         downstream packages even though we require it for
769         glib itself.
770
771         * INSTALL.in: Add a note about installing extra
772         converters for Solaris.
773
774         * glib/gutils.h (g_bit_nth_msf): Fix termination
775         condition. (#82582, Paolo Molaro)
776  
777 Tue May 21 15:51:17 2002  Owen Taylor  <otaylor@redhat.com>
778
779         * configure.in: $with_libiconv, not $with_iconv.
780
781 Mon May 20 18:02:46 2002  Owen Taylor  <otaylor@redhat.com>
782
783         * configure.in: Move iconv tests before gettext
784         checks. (#81999)
785
786         * m4macros/glib-gettext.m4 acinclude.m4: If we can't
787         link to gettext, try adding in -liconv. (#80076,
788         Boyd Lynn Gerber)
789
790         * m4macros/glib-gettext.m4 acinclude.m4: Suppress
791         warnings about xgettext not being GNU gettext when
792         libintl wasn't found at all. 
793         (#79016, Andrew P. Lentvorski, Jr.)
794          
795 2002-05-21  Matthias Clasen  <maclas@gmx.de>
796
797         * glib/gmarkup.c (g_markup_parse_context_parse): Added
798         proper support for CDATA sections.
799
800 2002-05-20  jacob berkman  <jacob@ximian.com>
801
802         * glib/gdir.c: include sys/types.h before dirent.h to build on
803         darwin (fixes #72859)
804
805 Mon May 20 15:35:59 2002  Owen Taylor  <otaylor@redhat.com>
806  
807         * glib/gfileutils.c (get_contents_regfile): Fix double
808         close of file descriptor on error. (#82139, Wayne Schuller)
809  
810         * glib/gspawn.c (close_and_invalidate): Don't close
811         fd's that have already been closed. (Fix from Michael
812         Meeks, #81959)
813  
814         * glib/giochannel.c (g_io_channel_close): If not flushing,
815         dump the contents of the write buffers, so we won't try
816         to write them to an invalid fd later. (Patch from Ron Steinke,
817         fixing #78290, Andreas Persenius.)
818  
819 2002-05-18  Matthias Clasen  <maclas@gmx.de>
820
821         * tests/markups/fail-36.gmarkup: 
822         * tests/markups/fail-35.gmarkup: 
823         * tests/markups/valid-8.gmarkup: 
824         * tests/markups/valid-7.gmarkup: 
825         * tests/markups/valid-6.gmarkup: 
826         * tests/markups/valid-5.gmarkup: New testcases.
827
828         * tests/markup-test.c (passthrough_handler): 
829         (text_handler): Don't ignore the text_len parameter.
830
831         * glib/gmarkup.c (find_current_text_end): Don't hang on embedded
832         nuls.  (#81977)
833         (g_markup_parse_context_parse): Fix passthrough handling to
834         correctly skip processing instructions, comments, doctype
835         declarations and CDATA marked sections.  (#81977)
836
837 Sat May 18 00:21:51 2002  Tim Janik  <timj@gtk.org>
838
839         [merged from stable]
840
841         * glib/gscanner.c (g_scanner_unexp_token): fix missing cases for
842         expected_token.
843
844 2002-05-17  Tor Lillqvist  <tml@iki.fi>
845
846         * config.h.win32.in: Match new additions in a configure-produced
847         config.h.
848
849         * glibconfig.h.win32.in: gssize and gsize as in a
850         configure-produced glibconfig.h.
851
852         * glib/glib.def: Add new functions.
853
854 Thu May 16 12:24:00 2002  Owen Taylor  <otaylor@redhat.com>
855  
856         * acinclude.m4 m4macros/glib-gettext.m4: Incorporate 
857         AM_LC_MESSAGES, AM_PATH_PROG_WITH_TEST as AM_GLIB_* to avoid 
858         dependencies on gettext m4 files. (#81885, Hidetoshi Tajima.)
859         
860 2002-05-14  Alex Larsson <alexl@redhat.com>
861         
862         * glib/gstrfuncs.c: 
863         * glib/gstrfuncs.h:
864         New functions g_str_has_suffix and g_str_has_prefix.
865         
866         * tests/string-test.c: (main):
867         Test the new functions.
868
869 Mon May 13 23:20:00 2002  Owen Taylor  <otaylor@redhat.com>
870
871         * autogen.sh (have_gettext): Add a check for GNU gettext.
872         (Pointed out by Dan Winship in #59386.)
873
874 Mon May 13 11:55:33 2002  Owen Taylor  <otaylor@redhat.com>
875
876         * configure.in acglib.m4: If sizeof(int) == sizeof(long)
877         run compilation tests to determine which way gsize should
878         be defined. (#74413, reported by Miroslaw Dobrzanski-Neumann)
879
880 Mon May 13 11:42:23 2002  Owen Taylor  <otaylor@redhat.com>
881  
882         * glib/libcharset/*: Update from libcharset CVS.
883         Includes additional encodings for Solaris (#80396,
884         Qingjiang Yuan)
885  
886         * configure.in: Add getc_unlocked to CHECK_FUNCS().
887  
888         * glib/gmessages.c (strdup_convert): If
889         g_convert_with_fallback() fails, print the error
890         message to stderr the first time, then return
891         the original string. (#78197)
892  
893 2002-05-10  Naba Kumar  <kh_naba@users.sourceforge.net>
894
895         * configure.in: Added "hi" to ALL_LINGUAS.
896
897 2002-05-08  Michael Natterer  <mitch@gimp.org>
898
899         * configure.in: fixed yesterdays fix for cross compiling: simply
900         check the variable "cross_compiling" which gets set by autoconf.
901
902 2002-05-07  Matthias Clasen  <maclas@gmx.de>
903
904         * glib/gmarkup.c (unescape_text): Report unfinished entity
905         references as errors rather than running into an assert.  (#80441)
906
907 2002-05-07  Michael Natterer  <mitch@gimp.org>
908
909         * configure.in: added a new conditional CROSS_COMPILING which
910         indicates ($build != $host). If it is set, look for
911         glib-genmarshal in PATH. Error out if it was not found.
912
913 Tue May  7 11:24:22 2002  Owen Taylor  <otaylor@redhat.com>
914
915         Fixes for #79347, Ron Arts.
916
917         * glib/gqsort.c (g_qsort_with_data): Handle 0 elements,
918         don't g_return_if_fail().
919
920         * tests/qsort-test.c (main): Add a 0 element test.
921
922         * glib/garray.c (g_[ptr_]array_sort_with[_data]): 
923         Remove invalid assertions that array->pdata != NULL ..
924         it's NULL for 0 elements which is a valid case.
925
926 Mon May  6 16:00:41 2002  Owen Taylor  <otaylor@redhat.com>
927
928         * glib/gbacktrace.h: Exclude OSF from alpha definition
929         of G_BREAKPOINT(), since the assembler apparently
930         doesn't support bpt. (#77852, Gareth Pierce) [from stable]
931
932 Mon May  6 11:48:08 2002  Owen Taylor  <otaylor@redhat.com>
933
934         [ merged from stable ]
935  
936         * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
937  
938         * m4macros/glib-2.0.m4: save CFLAGS/LIBS properly when
939         compiling "what went wrong" test case. (#79330)
940  
941         * m4macros/glib-2.0.m4: Remove reference to editing
942         pkg-config script. (From Jim Gettys)
943  
944         * configure.in: (Look for dyld interfaces before dlopen()
945         since OS X can have both. Patch from Jacob Berkman, 
946         #80438)
947         
948 2002-05-01  jacob berkman  <jacob@ximian.com>
949
950         * configure.in: fix typo on 64-bit printf formatting string
951         configure message (fixes #80389)
952
953 2002-04-29  Pablo Saratxaga  <pablo@mandrakesoft.com>
954
955         * configure.in: Added Vietnamese (vi) to ALL_LINGUAS
956
957 2002-04-19  Tor Lillqvist  <tml@iki.fi>
958
959         * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific
960         note to the gtk-doc comment.
961
962         * glib/gspawn-win32.c: Remove the copy-pasted gtk-doc comment
963         blocks. It's enough to have them in gspawn.c.
964
965 2002-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
966
967         * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
968
969 2002-04-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
970
971         * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
972         for all threads leaving it. (#78348)
973
974 2002-04-11  Matthias Clasen  <maclas@gmx.de>
975
976         * tests/patterntest.c: Remove manual UTF-8 -> Latin1 conversion for
977         stuff fed to g_print.
978
979 2002-04-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
980
981         * tests/gio-test.c, tests/markup-test.c: Use gsize instead of
982         gint. From Miroslaw Dobrzanski-Neumann
983         <mne@mosaic-ag.com>. (#77982)
984         
985 2002-04-08  Stanislav Brabec  <utx@penguin.cz> 
986
987         * cs.po: Added Czech (cs) to ALL_LINGUAS.
988
989 2002-03-31  Hasbullah Bin Pit <sebol@ikhlas.com>
990
991         * configure.in: Added Malay (ms)to ALL_LINGUAS.
992
993 2002-03-29  Tor Lillqvist  <tml@iki.fi>
994
995         * glib/glib.def: Add g_convert_init.
996
997 Thu Mar 28 18:25:14 2002  Owen Taylor  <otaylor@redhat.com>
998
999         * Released 2.0.1
1000
1001         * configure.in: Version 2.0.1, interface, binary age 1.
1002
1003 Thu Mar 28 18:22:53 2002  Owen Taylor  <otaylor@redhat.com>
1004
1005         * README: Remove warning about g_print, etc, encoding.
1006
1007         * NEWS: Updates.
1008
1009         * glib/gmessages.c (g_log_default_handler): Use %lu
1010         (plus a cast) when printing out pid_t arguments.
1011         (#76770, Morten Welinder)
1012
1013         * glib/gstrfuncs.c (g_strdup_vprintf): Check the
1014         result of vasprintf(), return NULL on failure.
1015         (#76802, Akira Tagoh)
1016
1017         * tests/testglib.c (TEST): Supress a warning with
1018         some GCC versions. 
1019
1020 Thu Mar 28 20:31:51 2002  Tim Janik  <timj@gtk.org>
1021
1022         * glib/gmessages.c:
1023         (g_print): 
1024         (g_printerr): convert prtinf() strings to local charset
1025         when writing them to stdout or stderr.
1026
1027 Wed Mar 27 18:42:22 2002  Tim Janik  <timj@gtk.org>
1028
1029         * gmessages.[hc]:
1030         major cleanups. introduced _g_log_fallback_handler() to handle
1031         recursive messages which really doesn't call any GLib functions.
1032         this allowes the default handler to use normal GLib functions and
1033         also fixes user supplied log level handlers.
1034         fixed locking issues, based on a patch from Sebastian Willhelmi,
1035         attached to #74356. translate log messages from UTF-8, based
1036         on the same patch. save fatal and recursion flags across flag
1037         loop. use new integer format code from above patch.
1038         move GLib functions out of locked mutex state to avoid deadlocks.
1039         move the level prefix and filedescriptor logic into mklevel_prefix().
1040         move _g_debug_init() into a place where we can figure and handle
1041         recursion.
1042
1043 Mon Mar 25 18:13:06 2002  Owen Taylor  <otaylor@redhat.com>
1044
1045         * glib/gtypes.h (GUINT*_SWAP_LE_BE_X86): Remove __const__
1046         qualifier from __asm__ statements... GCC since at least
1047         2.96 has assumed no side effects automaticaly, and gcc-3.1
1048         will warn about this usage. (#73308, Cody Russell)
1049
1050 Fri Mar 22 17:59:27 2002  Owen Taylor  <otaylor@redhat.com>
1051
1052         * glib/gmem.c (g_mem_chunk_reset): Fix problem where
1053         if g_mem_chunk_reset() is called on an alloc-only
1054         memchunk, then a useles GTree was created.
1055
1056 Wed Mar 20 18:20:21 2002  Owen Taylor  <otaylor@redhat.com>
1057
1058         * glib/gconvert.c (open_converter): Try to work around segfaults
1059         on Solaris if NULL is passed for outbuf... supposedly gchar
1060         *outbuf = NULL... &outbuf works. (#74336, Lauri Alanko)
1061
1062 Wed Mar 20 11:17:32 2002  Owen Taylor  <otaylor@redhat.com>
1063
1064         * glib/gfileutils.c (get_contents_regfile): Close the
1065         file descriptor. (#75507, Matthias Clasen)
1066
1067 Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
1068
1069         * configure.in: Use $PKG_CONFIG, not pkg-config.
1070         (LEE Sau Dan, #75572)
1071
1072 2002-03-20  Sven Neumann  <sven@gimp.org>
1073
1074         * glib/ghash.c (g_hash_table_resize): avoid repeated call of 
1075         g_spaced_primes_closest() by moving it out of the CLAMP macro 
1076         (spotted by Salmaso Raffaele).
1077
1078 2002-03-17  Tor Lillqvist  <tml@iki.fi>
1079
1080         * README.win32: Add MSVC-specific text by Hans Breuer.
1081
1082 2002-03-16  Tor Lillqvist  <tml@iki.fi>
1083
1084         * glib/giowin32.c: Some debugging output formatting changes. The
1085         following changes fix a problem with buffered GIOChannels, noticed
1086         with the help of Owen's test program, thanks! (#59969)
1087         (g_io_win32_prepare): Return value that takes the buffer condition
1088         into account, like g_io_unix_prepare() does.
1089         (g_io_win32_check): Ditto, like g_io_unix_check().
1090         (g_io_win32_dispatch): Ditto, like g_io_unix_dispatch().
1091
1092 Thu Mar 14 17:37:45 2002  Owen Taylor  <otaylor@redhat.com>
1093
1094         * glib/giochannel.c (g_io_channel_write_chars): Fix some
1095         gsize/gint mismatches. (#74422, Miroslaw Dobrzanski-Neumann)
1096
1097 2002-03-14  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1098
1099         * glib/gmessages.c: Fixed threading issues brought up by
1100         #74577. Make g_log_find_domain, g_log_domain_new,
1101         g_log_domain_check_free and g_log_domain_get_handler require being
1102         called with g_messages_lock held and remove all internal locking
1103         in them. Then added proper locking to g_log_set_handler,
1104         g_log_remove_handler and g_logv. Problem spotted by Miroslaw
1105         Dobrzanski-Neumann <mne@mosaic-ag.com>. (#74577)
1106
1107 2002-03-13  Erwann Chenede  <erwann.chenede@sun.com>
1108         * glib/gconvert.c 
1109           glib/gen-unicode-tables.pl
1110           glib/gunidecomp.h : fixed cast/type problems to 
1111           avoid warnings (with forte compiler) (#73898)
1112         
1113 2002-03-12  Alexander Larsson  <alla@lysator.liu.se>
1114
1115         * glib/gconvert.c:
1116         Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and
1117         use instead. Add g_convert_init() that calls have_broken_filenames()
1118
1119         * gthread/gthread-impl.c:
1120         Have g_thread_init call g_convert_init.
1121
1122 2002-03-11  Matthias Clasen  <maclas@gmx.de>
1123
1124         * glib/gstrfuncs.c (g_strtod): 
1125         (g_ascii_strtod): 
1126         (g_ascii_dtostr): 
1127         (g_ascii_formatd): Doc formatting fixes.
1128