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