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