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