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