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