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