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