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