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