877a9bb55a64e8043b73d631896108b5032d3770
[platform/upstream/glib.git] / ChangeLog.pre-2-4
1 Sun May  2 03:51:59 2004  Manish Singh  <yosh@gimp.org>
2
3         * glib/gtypes.h: check for __pentium4__ when deciding whether to
4         use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
5
6 2004-05-01  Hans Breuer  <hans@breuer.org>
7
8         * glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
9         fixes #141563, Steve Lhomme
10
11 2004-04-25  Tor Lillqvist  <tml@iki.fi>
12
13         * glib/gwin32.c (g_win32_get_package_installation_subdirectory):
14         Plug memory leak. (#140770, John Ehresman)
15
16 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
17
18         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases): 
19         Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some
20         point.  (#139134, Piotr Klaban)
21
22         * glib/gconvert.c (open_converter): Don't call g_strerror() here, 
23         since it can lead to infinite recursion.  (#139133, Piotr Klaban)
24
25 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
26
27         * tests/testglib.c (main): Trivial warning fix.  (#140345)
28
29         * tests/queue-test.c (main): Add some tests for off-by-one errors.
30
31         * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one 
32         error.  (#139703, Philippe Blain)
33
34         * tests/testglib.c (main): Add testcases for g_message() involving
35         non-printable and unsafe characters.
36
37         * glib/gmessages.c (escape_string): Don't assume that
38         string->str remains unchanged over g_string_insert() 
39         calls.  (#139030, Christophe Saout)
40
41         * glib/gstrfuncs.c (g_ascii_strtod): Fix problems when a 
42         locale-specific decimal separator directly follows a 
43         number.  (#138424, Nickolay V. Shmyrev)
44
45         * tests/strtod-test.c (main): Add some more testcases.
46
47         * glib/gmain.c (g_main_context_query): Only set time_is_current to 
48         FALSE if context->timeout is not zero.  (#137795, Christian Krause)
49
50 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
51
52         * tests/printf-test.c (main): Comment out a nonessential testcase
53         which fails on HP-UX.  (#136283, Jonas Jonsson)
54
55 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
56
57         * tests/patterntest.c (main): Add tests for the empty pattern.
58
59         * glib/gpattern.c (g_pattern_spec_new): Don't read and write out 
60         of bounds when the pattern is empty.  (#140032, Stanislav Brabec,
61         Stefan Fent)
62
63 2004-04-10  Tor Lillqvist  <tml@iki.fi>
64
65         * glib/gwin32.c (g_win32_getlocale): Add new language and
66         sublanguage codes, from GNU gettext. (#137958)
67         
68         * glib/giowin32.c
69         * glib/gmain.c
70         * glib/gstrfuncs.c
71         * glib/gthread.c: Decorating variable definitions with
72         __declspec(dllexport) causes problems on Cygwin build, and isn't
73         really needed for a native Win32 build with mingw or MSVC, so
74         remove. (#138402, Roger Leigh)
75
76         * glib/libcharset/localcharset.c: Use Win32-specific code also on
77         Cygwin.
78         * tests/uri-test.c: Don't assume that local filenames are in UTF-8
79         on Cygwin, either. (#138412, Roger Leigh)
80
81 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
82
83         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
84
85 2004-04-03  Tor Lillqvist  <tml@iki.fi>
86
87         * configure.in: Remove AC_CYGWIN, obsolete. Don't let pthreads be
88         found on Cygwin, they don't work. (#138401, Roger Leigh)
89
90 2004-03-31  Tor Lillqvist  <tml@iki.fi>
91
92         * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
93         Leigh)
94
95         * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
96         on Cygwin. (#138423, Roger Leigh)
97
98 2004-03-30  Adam Weinberger  <adamw@gnome.org>
99
100         * configure.in: Added en_CA to ALL_LINGUAS.
101
102 2004-03-21  Tor Lillqvist  <tml@iki.fi>
103
104         * glib/gutils.c (g_path_get_dirname): Fix Win32 behaviour in some
105         cases where a drive letter is present. For 'a:' or 'a:foo', return
106         'a:.'. This is mostly just for consistency with the behaviour
107         without a drive letter. But very important is to for 'a:\foo' or
108         'a:\', return 'a:\', and not 'a:'. (Ditto for forward slashes
109         instead of backslashes.) (#137316)
110
111         * tests/dirname-test.c (main): More complete testing on Win32. If
112         a test fails, include expected and actual result in error message.
113
114 Fri Mar 19 15:21:09 2004  Owen Taylor  <otaylor@redhat.com>
115
116         * glib/gmain.c: Fix the accidental revert of the
117         fixes from #112222 that happened when the GChildWatch
118         code was added. (Caught by Christian Persch)
119
120 Fri Mar 19 11:07:06 2004  Owen Taylor  <otaylor@redhat.com>
121
122         * tests/atomic-test.c (main): Make computation
123         of "biggest_pointer" vaguely more portable.
124         (#137498, Jonas Jonsson)
125
126 2004-03-16  Tor Lillqvist  <tml@iki.fi>
127
128         * configure.in: Define HAVE_INT64_AND_I64 also in the mingw (gcc
129         on Win32) case, where the 64-bit type is called long long, but the
130         system printf/scanf format modifier for 64-bit integers is still I64.
131
132 2004-03-16  Gareth Owen  <gowen72@yahoo.com>
133
134         * configure.in: Added en_GB to ALL_LINGUAS
135
136 Tue Mar 16 11:50:56 2004  Owen Taylor  <otaylor@redhat.com>
137
138         * === Released 2.4.0 ===
139
140         * configure.in: Version 2.4.0, interface age 0.
141
142         * README.in: Updates
143
144         * NEWS: Updates
145
146 Sun Mar 14 13:56:48 2004  Owen Taylor  <otaylor@redhat.com>
147
148         * glib/gmessages.c (escape_string): Handle invalid
149         UTF-8. (#131218, patch from Matthias Clasen)
150
151 Sun Mar 14 13:23:36 2004  Owen Taylor  <otaylor@redhat.com>
152
153         * glib/gspawn.c: Use fork1() not fork for 
154         G_THREADS_IMPL_SOLARIS. (#136971, Sebastian Wilhelmi)
155
156 Sun Mar 14 12:58:30 2004  Owen Taylor  <otaylor@redhat.com>
157
158         * glib/gmain.c: if _POLL_EMUL_H is defined, undefine
159         HAVE_POLL to prefer our own poll() emulation to the
160         lame OS/X one. (#136956, Manish Singh)
161
162 Sat Mar 13 23:30:53 2004  Owen Taylor  <otaylor@redhat.com>
163
164         * glib/gmacros.h (G_STMT_START): Add __extension__
165         to G_STMT_START to quite gcc -pedantic. (#131899,
166         Olivier Biot)
167
168 Sat Mar 13 23:18:45 2004  Owen Taylor  <otaylor@redhat.com>
169
170         * tests/env-test.c (main): Remove critical log handler;
171         we can't trigger g_return_if_fails() in our test suite
172         even silently, because the user could have compiled
173         with --disable-debug. #if 0 the tests for
174         g_setenv/g_unsetenv with a "foo=bar" variable name.
175         (#136709, reported by Frédéric L. W. Meunier)
176
177 Sat Mar 13 23:10:35 2004  Owen Taylor  <otaylor@redhat.com>
178
179         Some warning fixes for the Sun compiler (Reported by 
180         David L. Cooper II, #136401)
181
182         * glib/giochannel.c (g_io_channel_read): Return
183         G_IO_ERROR_NONE, not G_IO_STATUS_NORMAL, since hte
184         function returns a GIOError.
185
186         * glib/guniprop.c: Fix some guchar/gchar confusion
187         with special_case_table.
188
189 Fri Mar 12 15:30:58 2004  Manish Singh  <yosh@gimp.org>
190
191         * glib/gbacktrace.h: ia32's G_BREAKPOINT() implementation works on
192         amd64 too. Enable it.
193
194 Fri Mar 12 15:21:22 2004  Manish Singh  <yosh@gimp.org>
195
196         * glib/gatomic.c: Non-optimizing compile fails for two asm
197         statements on PowerPC. Use generic implementaton for those
198         cases. Spotted by Christof Petig <christof@petig-baender.de>,
199         fix by Sebastian Wilhelmi. Bug #137006 has a possible alternate
200         solution, but we'll be conservative for now.
201
202 Thu Mar 11 02:05:13 2004  Matthias Clasen  <maclas@gmx.de>
203
204         * glib/gmain.c (g_main_depth): Remove an extra semicolon.
205         Spotted by Kjartan Maraas.
206
207 2004-03-10  Tor Lillqvist  <tml@iki.fi>
208
209         * glib/gspawn-win32.c
210         * glib/gspawn-win32-helper.c: Implement
211         G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, Bruce Hochstetler)
212
213         * tests/spawn-test.c
214         * tests/spawn-test-win32-gui.c: Test it.
215
216 Tue Mar  9 09:16:11 2004  Owen Taylor  <otaylor@redhat.com>
217
218         * === Released 2.3.6 ===
219
220         * configure.in: Version 2.3.6, interface age 1.
221
222         * NEWS: Updates
223
224 2004-03-09  Sebastian Wilhelmi  <seppi@seppi.de>
225
226         * tests/child-test.c: Do not run the g_child_watch_* test
227         multi-threaded, as that doesn't work on linux prior 2.6. Fixes
228         #136539.
229
230 2004-03-08 Alastair McKinstry <mckinstry@computer.org>
231
232         * configure.in: Added "ga" (Irish) to ALL_LINGUAS.
233
234 2004-03-07  Danilo Šegan  <dsegan@gmx.net>
235
236         * configure.in: Added "sr@ije" to ALL_LINGUAS.
237
238 2003-03-07  Hans Breuer  <hans@breuer.org>
239
240         * glib/gspawn-win32.c : (GPid)shortcut_spawn_retval which
241         doesn't improve the implementation at all, it just make it 
242         compile with msvc ...
243
244         * glib/makefile.msc.in : build gatomic.c (now really:)
245         
246 2004-03-06  Tor Lillqvist  <tml@iki.fi>
247
248         * README.win32: Update.
249
250         * configure.in
251         * Makefile.am
252         * */Makefile.am: Drop the hand-written makefile.mingw(.in)
253         files. They haven't been maintained in a long time. As several
254         people have managed to build GLib for Win32 using the
255         autoconfiscation mechanism, there is no real reason to even try to
256         maintain the hand-written mingw makefiles.
257
258 2004-03-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
259
260         * glib/gatomic.c: Fix infinite recursion for
261         G_MEMORY_BARRIER_NEEDED and DEFINE_WITH_MUTEXES by using a GMutex
262         instead of G_DEFINE_LOCK. The mutex is allocated by the new
263         function _g_atomic_thread_init. Fixes #136284.
264
265         * glib/gthreadinit.h, glib/gthread.c: Declare and call
266         _g_atomic_thread_init during thread system initialization.
267  
268 2004-03-05  Tor Lillqvist  <tml@iki.fi>
269
270         * glib/glib.def: Add g_main_depth. (#136221, Cedric Gustin)
271
272 2004-03-04  Guntupalli Karunakar  <karunakar@freedomink.org>
273
274         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
275
276 2004-03-04  Sebastian Wilhelmi  <seppi@seppi.de>
277
278         * glib/gmain.c: Use the atomic integer operations for GMainContext
279         and GMainLoop reference counting.
280
281         * glib/gmain.c: Hold the main_context_list lock, when iterating
282         the list. Only call g_main_context_wakeup for positive reference
283         count.
284
285 2004-03-03  Tor Lillqvist  <tml@iki.fi>
286
287         * glibconfig.h.win32.in: Update to match a configure-generated
288         glibconfig.h. Specifically: Remove G_{MIN,MAX,MAXU}INT64
289         definitions (now in gtypes.h). Remove g_once and
290         g_static_mutex_get_mutex_impl_shortcut definitions (now in
291         gthread.h).
292
293         * tests/child-test.c: Use a macro GPID_FORMAT for the format to
294         print GPid in (%p on Win32, %d on Unix). Maybe configure.in should
295         place that in glibconfig.h?
296
297         Print verbose error message if CreateProcess() fails.
298
299         Don't close the child handle until in the child watch callback.
300
301         Don't try to run /bin/true on Win32. Run ipconfig instead (just to
302         pick a program that should exist on all Window boxes).
303
304 2004-03-02  Sebastian Wilhelmi  <seppi@seppi.de>
305
306         * glib/gatomic.c: Fixed missing definition for ppc code. Fix by
307         Mark McLoughlin <mark@skynet.ie>.
308
309 Mon Mar  1 16:49:51 2004  Owen Taylor  <otaylor@redhat.com>
310
311         * === Released 2.3.5 ===
312
313         * configure.in: Version 2.3.5, interface ago 0.
314
315         * NEWS: Some further updates.
316
317 Mon Mar  1 15:49:09 2004  Owen Taylor  <otaylor@redhat.com>
318
319         * glib/gmain.c (check_for_child_exited): Don't
320         call waitpid() on a source that has already exited.
321
322         * glib/gmain.c (g_child_watch_check): Return TRUE
323         only if the child actually exited.
324
325 Mon Mar  1 15:39:57 2004  Owen Taylor  <otaylor@redhat.com>
326
327        Patch from J. Ali Harlow
328
329         * configure.in: Use void * not HANDLE for GPid on win32.
330
331         * glib/gspawn.[ch] glib/gspawn-win32.[ch] glib/glib.def: 
332         Add g_spawn_close_pid().
333         
334         * glib/gspawn.[ch]: Make g_spawn functions take
335         GPid * instead if int * (GPid == int on unix, will
336         produce compile warnings until fixed on Win32.)
337
338         * tests/child-test.c: Make the test a little more
339         inappropriately verbose.
340
341         * glib/gmain.c: Add some documentation warnings about
342         not closing @pid while the source is active.
343
344 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
345
346         * autogen.sh:
347         - exit with $? instead of 1 in case of failure
348         - exit with $? if ./configure failed
349           (that's so autogen.sh && make lines work)
350         - removed --enable-gtk-doc option
351         - added $AUTOGEN_CONFIGURE_ARGS
352
353 Mon Mar  1 09:17:32 2004  Owen Taylor  <otaylor@redhat.com>
354
355         * glib/gmain.c (g_main_depth): Clarify doc comment.
356
357 2004-03-01  Sebastian Wilhelmi  <seppi@seppi.de>
358
359         * glib/gatomic.c: Define g_atomic_(int|pointer)_get only for
360         G_ATOMIC_OP_MEMORY_BARRIER_NEEDED. Spotted by Hans Breuer.
361
362 Sun Feb 29 21:42:47 2004  Owen Taylor  <otaylor@redhat.com>
363
364         * glib/gmain.c: Fix leftover references to 
365         g_main_context_depth() in docs.
366
367 Sun Feb 29 21:34:34 2004  Owen Taylor  <otaylor@redhat.com>
368
369         * glib/gmain.[ch]: Add g_main_depth() (Request from
370         Tim Janik and Stefan Westerfeld)
371
372 Mon Mar  1 00:26:11 2004  Matthias Clasen  <maclas@gmx.de>
373
374         * NEWS: Update for 2.3.4
375
376 2003-02-29  Hans Breuer  <hans@breuer.org>
377
378         * glib/gatomic.c : added win32 api based implementation
379         for G_PLATFORM_WIN32, !__GNUC__
380
381         * glb/glib.def : change to g_atomi_* no _fallback
382
383 2004-02-29  Sebastian Wilhelmi  <seppi@seppi.de>
384
385         * configure.in, glib/gatomic.c, glib/gatomic.h: Moved the
386         assembler functions from gatomic.h to gatomic.c, which makes for
387         better maintainability. Also use gint instead of gint32 to be able
388         to use reference counting for ABI-fixed structures with
389         gint/guint.
390
391         * glib/gthread.h: Adapted accordingly.
392
393         * tests/atomic-test.c: Updated to test for G_MAXINT and G_MININT.
394
395 2003-02-28  Hans Breuer  <hans@breuer.org>
396
397         * glib/glib.def : updated externals, including those
398         from bug #135386
399
400         * glib/makefile.msc.in : build gatomic.c
401
402         * glibconfig.h.win32.in : removed duplicate definition
403         of G_MAXSIZE, typedef void* GPid instead of int
404
405         * tests/child-test.c  glib/gmain.c : 
406         applied patch from J. Ali Harlow <ali@juiblex.co.uk> to fix 
407         g_child_watch implementation on win32, bug #50296
408
409 Fri Feb 27 22:13:22 2004  Matthias Clasen  <maclas@gmx.de>
410
411         * glib/gqueue.c: Trivial doc changes.
412
413 Fri Feb 27 21:58:20 2004  Matthias Clasen  <maclas@gmx.de>
414
415         * glib/ghash.c (g_hash_table_find): Add "Since: 2.4"
416
417 2004-02-27  Sebastian Wilhelmi  <seppi@seppi.de>
418
419         * glib/gasyncqueue.c, glib/gasyncqueue.h: Use
420         g_atomic_int_(inc|dec_and_test) for reference
421         counting. g_async_queue_unref_and_unlock and
422         g_async_queue_ref_locked is deprecated, but still there to
423         preserve ABI.
424
425         * glib/gasyncqueue.c, glib/gasyncqueue.h: Reading access to
426         ref_count only with g_atomic_int_get().
427
428 Fri Feb 27 02:00:34 2004  Matthias Clasen  <maclas@gmx.de>
429
430         * acglib.m4: quote AC_DEFUN macro names so automake
431         1.8 won't whine at us.  (#134882)
432
433 Fri Feb 27 01:44:41 2004  Matthias Clasen <maclas@gmx.de>
434
435         * glib/gdate.c: Translate from locale era to AD in 
436         g_date_set_parse().  (#133400, Theppitak Karoonboonyanan)
437
438 Fri Feb 27 00:46:29 2004  Matthias Clasen  <maclas@gmx.de>
439
440         * glib/gstrfuncs.c (g_strerror): Don't modify errno.  (#116617, 
441         Balazs Scheidler)
442
443 2004-02-26  Sebastian Wilhelmi  <seppi@seppi.de>
444
445         * glib/gatomic.h: Fix the !G_THREADS_ENABLED case.
446
447         * tests/child-test.c (main): Only run, if threads are enabled.
448
449         * glib/gatomic.h: empty G_ATOMIC_MEMORY_BARRIER() definition for
450         !G_THREADS_ENABLED
451
452         * glib/gthread.h: Define g_once and
453         g_static_mutex_get_mutex_impl_shortcut in terms of
454         G_MEMORY_BARRIER, if defined and if we can inline.
455
456         * configure.in: Remove double checked locking feature check.
457
458         * configure.in, config.h.win32.in, glib/gthread.c: Removed the PID
459         niceness surrogate for thread priorities as requested by Tim. It
460         does more harm than good.
461
462         * glib/gatomic.c, glib/gatomic.h: New files to implement atomic
463         operations for different platforms. Fixes bug #63621.
464
465         * glib/glib.h: Include gatomic.h.
466
467         * configure.in: Add test for assembler routines for atomic operations.
468
469         * glib/Makefile.am: Add gatomic.c, gatomic.h.
470
471         * tests/Makefile.am, tests/atomic-test.c: Unit test for atomic
472         operations.
473
474 2003-02-26  Hans Breuer  <hans@breuer.org>
475
476         * glib/glib.def : added g_hash_table_find and a
477         bunch of g_queue_*
478
479         * glib/gmain.c : make it compile on win32, 
480         child_wake_up_pipe replaced by semaphore like it is done
481         for the other wake_up_pipe
482
483         * config.h.win32.in : added HAVE_INT64_AND_I64
484         * glibconfig.h.win32.in : G_MAXSIZE .. G_M??INT64,
485         and typedef for GPid
486
487         * test/env-test.c : don't let the local log function
488         collide in namespace with standard C
489
490 2004-02-25  Sebastian Wilhelmi  <seppi@seppi.de>
491
492         * configure.in, glib/gthread.c: For the PID thread priorities
493         surrogate use gettid instead of getpid. This also works with nptl
494         (on linux-2.6), as well as with linuxthreads (on linux-2.4).
495
496 2004-02-24  Sebastian Wilhelmi  <seppi@seppi.de>
497
498         * glib/grand.c: Add Since: 2.4, where due
499
500 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
501
502         * === Released 2.3.3 ===
503
504         * configure.in: Version 2.3.3, interface age 0.
505
506 Mon Feb 23 22:24:00 2004  Matthias Clasen  <maclas@gmx.de>
507
508         * NEWS: Start of 2.3.3 section.
509
510 Sun Feb 22 02:32:14 2004  Matthias Clasen  <maclas@gmx.de>
511
512         * configure.in: Set the gmodule suffix to 'a' for aix and 
513         use the aix gmodule implementation.  (#85930, Laurent Vivier)
514
515 Sun Feb 22 00:47:04 2004  Matthias Clasen  <maclas@gmx.de>
516
517         * glib/gnode.c (g_node_copy_deep): New function to deep-copy a 
518         GNode and its children.  (#93464, James M. Cape)
519
520 Sat Feb 21 15:42:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
521
522         * glib/gqueue.c: Some documentation fixes.
523
524 Sat Feb 21 13:45:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
525
526         * glib/gqueue.[ch]: Extend GQueue API to match the GList
527         API. (#78414).
528
529         * tests/queue-test.c: Update test suite to cover the new API.
530
531 Fri Feb 20 03:02:05 2004  Tim Janik  <timj@gtk.org>
532
533         * glib/ghash.[hc]: applied patch from #131937 with slight
534         renames. provides g_hash_table_find().
535
536 Fri Feb 20 02:39:03 2004  Tim Janik  <timj@gtk.org>
537
538         * applied patch from David Schleef <ds@schleef.org> which implements
539         a G_MODULE_BIND_LOCAL flag to g_module_open() to disable global
540         symbol registration.
541
542 Thu Feb 19 18:40:01 2004  Tim Janik  <timj@gtk.org>
543
544         * glib/gstring.[hc]: for G_CAN_INLINE environments, inline
545         g_string_append_c() for efficiency. (vaguely based on #118707).
546
547 Wed Feb 18 23:57:42 2004  Matthias Clasen  <maclas@gmx.de>
548
549         * glib/gmain.c: Include signal.h for SIGCHLD.  (#134622, Damien
550         Carbery)
551
552 2004-02-18  Sebastian Wilhelmi  <seppi@seppi.de>
553
554         * glib/gasyncqueue.c: Lazy creation of GCond. Only
555         signal GCond, if threads are waiting.
556
557         * glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
558         only for G_THREADS_ENABLED.
559
560 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
561
562         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
563         make check. Really fixes #134102.
564
565 Sat Feb 14 02:11:08 2004  Matthias Clasen  <maclas@gmx.de>
566
567         * configure.in: Make the check for GNU make work when MAKE is a 
568         full path.  (#134102, Julio M. Merino Vidal)
569
570 Sat Feb 14 02:08:03 2004  Matthias Clasen  <maclas@gmx.de>
571
572         * configure.in: Suppress xsltproc and xmlcatalog checks
573         if enable_man=no.  (#134091, Julio M. Merino Vidal)
574
575 Sat Feb 14 01:21:34 2004  Matthias Clasen  <maclas@gmx.de>
576
577         * glib/gmain.h: 
578         * glib/gmain.c (g_child_watch_source_new): 
579         * glib/gmain.c (g_child_watch_add): 
580         * glib/gmain.c (g_child_watch_add_full): Wrap waitpid() as a
581         GSource. This is a partial implementation of the "Unix signal 
582         source".  (#50296, Jonathan R. Blandford)
583
584         * configure.in: Add the necessary configury to typedef GPid
585         appropriately.
586
587         * tests/Makefile.am:
588         * tests/child-test.c: Test child_watch sources.
589
590 Sat Feb  7 15:02:01 2004  Manish Singh  <yosh@gimp.org>
591
592         * tests/type-test.c: Fix broken test for gsize formats.
593
594 2004-02-05  Robert Sedak  <robert.sedak@sk.htnet.hr>
595
596         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
597
598 Wed Feb  4 17:58:51 2004  Manish Singh  <yosh@gimp.org>
599
600         * glib/gcompletion.h: Add prototype for g_completion_complete_utf8().
601
602         * tests/completion-test.c: #include <string.h>
603
604 2004-02-05  Tor Lillqvist  <tml@iki.fi>
605
606         * glib/glib.def: Add g_completion_complete_utf8.
607
608 Thu Feb  5 01:19:12 2004  Matthias Clasen  <maclas@gmx.de>
609
610         * tests/file-test.c (test_mkstemp): Weaken an g_assert() to a 
611         g_warning(), since apparently nothing in Posix forces mkstemp()
612         to reject templates without any X's.  (#133397)
613
614 Thu Feb  5 00:56:28 2004  Matthias Clasen  <maclas@gmx.de>
615
616         * glib/gcompletion.c (g_completion_complete_utf8): New function which
617         works like g_completion_complete(), but strips a trailing incomplete
618         UTF-8 character from the prefix.  (#133313, Theppitak Karoonboonyanan)
619
620         * tests/completion-test.c (main): Some GCompletion tests.
621
622         * tests/Makefile.am: Add completion-test.
623
624 2004-02-01  Tor Lillqvist  <tml@iki.fi>
625
626         * glib/glib.def: Add g_strsplit_set.
627
628 Sat Jan 31 03:13:56 2004  Matthias Clasen  <maclas@gmx.de>
629
630         * glib/garray.c (g_byte_array_remove_range): Don't return FALSE
631         from a pointer function.  (#131472, Morten Welinder)
632
633 2004-01-30  Noah Levitt  <nlevitt@columbia.edu>
634
635         * glib/gunicomp.h:
636         * glib/gunidecomp.c:
637         * glib/gen-unicode-tables.pl: Size compose_table correctly. (#123421,
638         Simon Josefsson)
639
640         * glib/gen-unicode-tables.pl: Get rid of some new warnings from perl
641         5.8.1.
642
643 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
644
645         * m4macros/glib-2.0.m4
646         * m4macros/glib-gettext.m4: quote AC_DEFUN macro names so automake
647         1.8 won't whine at us.
648
649 Wed Jan 28 01:39:21 2004  Matthias Clasen  <maclas@gmx.de>
650
651         * glib/gstrfuncs.h: 
652         * glib/gstrfuncs.c (g_strsplit_set): New function, a cross 
653         between g_strsplit() and strtok().  (#88329, Soeren Sandmann)
654
655         * tests/strfunc-test.c (main): Add g_strsplit_set() tests.
656         
657 Fri Jan 23 22:49:52 2004  Matthias Clasen  <maclas@gmx.de>
658
659         * glib/gutils.c (g_get_any_init): Sigh, protect against
660         pw->pw_gecos being "" as well.  (#132317, Kaj-Michael Lang)
661         
662 2004-01-23  Tor Lillqvist  <tml@iki.fi>
663
664         * glib/glib.def: Add new functions.
665
666         * glib/grand.c: Don't include <unistd.h> unless
667         HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
668         (g_rand_new): Use getppid() only on G_OS_UNIX.
669
670 Thu Jan 22 15:16:11 2004  Owen Taylor  <otaylor@redhat.com>
671
672         * === Released 2.3.2 ===
673
674 Thu Jan 22 13:55:44 2004  Owen Taylor  <otaylor@redhat.com>
675
676         * glib/gtimer.c: Add g_timer_continue().
677         (#98536, Tim-Philipp Müller)
678
679         * configure.in: Version 2.3.2, interface age 0.
680
681         * NEWS: tweak, finish.
682
683 Thu Jan 22 20:50:55 2004  Matthias Clasen  <maclas@gmx.de>
684
685         * glib/gutils.c (g_get_any_init): Protect against
686         pw->pw_gecos being NULL.
687
688 Thu Jan 22 00:41:34 2004  Matthias Clasen  <maclas@gmx.de>
689
690         * glib/gutils.c (g_get_any_init): Don't treat the Win32
691         user name like a gecos field, and when extracting a real
692         name from a gecos field, replace '&' by the capitalized
693         user name (a traditional passwd feature).  
694         (#118973, reported by Soeren Boll Overgaard)
695
696 Tue Jan 20 22:31:22 2004  Matthias Clasen  <maclas@gmx.de>
697
698         * NEWS: Start of 2.3.2 section.
699
700 Fri Jan 16 21:45:56 2004  Matthias Clasen  <maclas@gmx.de>
701
702         * glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
703
704 Thu Jan 15 22:35:04 2004  Matthias Clasen  <maclas@gmx.de>
705
706         * glib/gstring.c (g_string_up): 
707         * glib/gstring.c (g_string_down): 
708         * glib/gstring.c (g_string_ascii_down): Move initialization of
709         variables after g_return_val_if_fail.  (#131564, Olivier Poncet)
710
711 Sun Jan 11 16:13:20 2004  Manish Singh  <yosh@gimp.org>
712
713         * configure.in: Add G_MAXSIZE, define in terms of G_MAXUfoo.
714
715         * tests/type-test.c: Add test for G_MAXSIZE.
716
717         * glibconfig.h.win32.in: Cleanup, add some missing bits.
718
719 Sun Jan 11 16:05:35 2004  Manish Singh  <yosh@gimp.org>
720
721         * glib/giounix.c: #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.
722
723 Sat Jan 10 00:11:12 2004  Manish Singh  <yosh@gimp.org>
724
725         * glib/gutils.h (g_bit_nth_lsf,g_bit_nth_msf): 64-bit cleanliness
726         fixes.
727
728         * docs/reference/glib/tmpl/misc_utils.sgml: update to reflect the
729         above take gulongs now. My docs suck, someone should revisit it.
730
731 Fri Dec 19 11:49:21 2003  George Lebl <jirka@5z.com>
732
733         * glib/grand.c
734           glib/grand.h (g_rand_new) (g_rand_new_with_seed)
735           (g_rand_new_with_seed_array) (g_rand_set_seed_array):  Add
736           the init_by_array functionality from the reference implementation
737           of the mersenne twister (mt19937ar.c) and change the naming
738           to fit with the rest of the grand API.  New functions are
739           g_rand_new_with_seed_array, g_rand_set_seed_array.  This is only
740           reliable/tested for the 2.2 version of the seeding as that's what
741           the reference implementation uses.  Also modify g_rand_new to
742           get 4 longs from /dev/urandom since that will always be available
743           anyway and we get more entropy and if /dev/urandom is unavailable
744           use also 4 longs for seeding using secs, usecs, getpid and getppid.
745           For version 2.0 use only a simple seed again but be more careful
746           about seeding with secs/usecs in this case.
747
748         * glib/grand.c
749           glib/grand.h (g_rand_copy):  Add g_rand_copy function to copy the
750           current state of the random number generator.
751
752         * glib/grand.c (g_rand_new):  Add testing for EINTR when reading
753           from /dev/urandom
754
755         * tests/rand-test.c: add testing of the array seeding stuff against
756           the reference implementation, plus add statistical sanity check
757           to see that the values outputted are truly kind of random.  And
758           check that g_rand_copy truly copies the state by checking a few
759           terms.
760
761 Tue Jan  6 15:38:30 2004  Owen Taylor  <otaylor@redhat.com>
762  
763         * glib/gutils.h: Check defined (__OPTIMIZE__) not
764         __OPTIMIZE__. (Zack Rusin)
765  
766 2003-12-30  Murray Cumming  <murrayc@usa.net>
767   
768         * gobject/glib-mkenums.in: Added a lowercase_name option, to be used
769         next to the enum declaration, where the flag option is already used,
770         when it is not possible to guess where to put the underscores in the
771         _get_type() function name, for instance for GNOMEVFSURIHide.
772
773 Fri Dec 26 02:03:58 2003  Matthias Clasen  <maclas@gmx.de>
774
775         * glib/garray.[hc] (g_ptr_array_foreach): New function to
776         call a function for each element of a GPtrArray.  (#114790)
777
778         * tests/array-test.c (main): Add a test for g_ptr_array_foreach().
779
780 Sun Dec 21 22:57:58 2003  Matthias Clasen  <maclas@gmx.de>
781
782         * m4macros/glib-gettext.m4: Quote macro names to support 
783         reading the file multiple times.  (#125537)
784
785 Sun Dec 21 22:42:42 2003  Matthias Clasen  <maclas@gmx.de>
786
787         * glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the
788         mem_chunks list.  (#127096, Balazs Scheidler)
789
790 2003-12-14  Hans Breuer  <hans@breuer.org>
791
792         * glib/gfileutils.c : make g_file_test(,G_FILE_TEST_IS_EXECUTABLE)
793         return something useful on win32, too. 
794
795 2003-12-13  Hans Breuer  <hans@breuer.org>
796
797         * glib/gconvert.c : get_filename_charset() needs to
798         return false for filenames not encoded in utf-8, 
799         which is always true on win32
800
801         * glibconfig.h.win32.in : (u)int64 modifier isn't the
802         gcc 'll' but always the msvcrt one 'I64'
803
804         * glib/glib.def : updated
805
806 Thu Dec 11 10:31:21 2003  Manish Singh  <yosh@gimp.org>
807
808         * glib/gmacros.h: change #elif with no expression to #else in
809         G_STRFUNC definition. Thanks to Damien Carbery, fixes #129101.
810
811 Mon Dec  8 12:02:40 2003  Owen Taylor  <otaylor@redhat.com>
812
813         * === Released 2.3.1 ===
814
815         * NEWS: Further updates for 2.3.1.
816
817 Fri Dec  5 12:09:13 2003  Manish Singh  <yosh@gimp.org>
818
819         * glib/gunidecomp.c (_g_utf8_normalize_wc): fix gint/gsize confusion.
820
821 2003-12-04  Noah Levitt  <nlevitt@columbia.edu>
822
823         * glib/gunidecomp.c: Add hangul composition and decomposition to
824         unicode normalization. (#100456)
825
826         * tests/unicode-normalize.c: Test hangul.
827
828 Tue Dec  2 02:29:41 2003  Matthias Clasen  <maclas@gmx.de>
829
830         Fix for #103710, Mark Jones:
831         
832         * glib/gtypes.h (G_MAXINT64): Define G_{MIN,MAX,MAXU}INT{8,16,32,64}.
833         * configure.in: Don't put G_{MIN,MAX,MAXU}INT64 in glibconfig.h.
834
835 Thu Nov 27 17:04:08 2003  Tim Janik  <timj@gtk.org>
836
837         * glib/gstrfuncs.c (g_strconcat): handle NULL arguments
838         gracefully.
839
840         * glib/gmacros.h: defined G_STRFUNC, which (pretty) prints the
841         current function (since G_STRLOC and G_GNUC_*FUNCTION became
842         unusable with gcc-3.0).
843
844 Wed Nov 26 16:45:16 2003  Roozbeh Pournader  <roozbeh@sharif.edu>
845
846         * glib/gstrfuncs.c: Fixed a bad pointer comparison in
847         g_ascii_strtod that came up in fa_IR locale (#126640, Behdad
848         Esfahbod).
849
850         * tests/strtod-test.c: Fixed the tests to catch the above.
851
852 Sat Nov 22 14:16:51.15 2003  Andrew Lanoix  <alanoix@umich.edu>
853
854         * glib/giowin32.c: Bind inter-thread comminication 
855                 sockets to INADDR_LOOPBACK instead of INADDR_ANY.
856
857 Thu Nov 20 15:09:40 2003  Manish Singh  <yosh@gimp.org>
858
859         * configure.in: Added G_GSIZE_FORMAT and friends
860
861         * tests/printf-test.c
862         * tests/testglib.c
863         * tests/type-test.c: Add tests for the above.
864
865 Mon Nov 17 17:28:10 2003  Manish Singh  <yosh@gimp.org>
866
867         * tests/thread-test.c (test_g_thread_once): Use GUINT_TO_POINTER
868         for g_thread_create data.
869
870 Sat Nov 15 23:00:57 2003  Matthias Clasen  <maclas@gmx.de>
871
872         * glib/guniprop.c (g_utf8_casefold): Add a NULL check
873         to be consistent with the other g_utf8_ functions.  (#121618,
874         Tim-Philipp Müller)
875
876 2003-11-15  Tor Lillqvist  <tml@iki.fi>
877
878         * tests/makefile.msc.in: Fix for MSVC build: Skip strtod-test, use
879         correct glib libraries, with 2.0 in the names. (#126906, John
880         Ehresman)
881
882 Sat Nov 15 00:46:14 2003  Matthias Clasen  <maclas@gmx.de>
883
884         * configure.in: Don't blindly set glib_cv_long_long_format to
885         "ll" when using the included printf. As long as the native 
886         printf supports 64bit printing, use the native format.  
887         (#119525, Tor Lillqvist)
888
889 Fri Nov 14 00:28:46 2003  Matthias Clasen  <maclas@gmx.de>
890
891         * glib/gi18n.h:
892         * glib/gi18n-lib.h: Also define bind_textdomain_codeset() in
893         the #ifndef ENABLE_NLS case.
894
895 Wed Nov 12 15:06:27 2003  Owen Taylor  <otaylor@redhat.com>
896
897         * configure.in: Version 2.3.1, interface age 0.
898
899         * NEWS: Update for 2.3.1.
900
901 2003-11-07  Mark McLoughlin  <mark@skynet.ie>
902
903         * glib/gconvert.c: (get_filename_charset): re-work to
904         retain a copy of the cached charset rather than the
905         actual return value from g_get_charset (which may
906         change). Also, re-initialize the cache if it does
907         change. See bug #126454.
908
909 Thu Nov  6 00:04:46 2003  Matthias Clasen  <maclas@gmx.de>
910
911         * glib/gconvert.c (get_filename_charset): Replacement for
912         have_broken_filenames() which consults the environment variable
913         G_FILENAME_ENCODINGS in addition to G_BROKEN_FILENAMES.
914         * glib/gconvert.c (g_filename_from_utf8): 
915         * glib/gconvert.c (g_filename_to_utf8): 
916         * glib/gconvert.c (_g_convert_thread_init): Use
917         get_filename_charset() instead of have_broken_filenames().
918
919 Wed Nov  5 22:05:19 2003  Matthias Clasen  <maclas@gmx.de>
920
921         * glib/gi18n-lib.h: 
922         * glib/gi18n.h: New headers defining common gettext-support
923         macros.
924
925         * glib/Makefile.am (glibsubinclude_HEADERS): Add gi18n.h
926         and gi18n-lib.h.
927
928         * glib/gstrfuncs.h: 
929         * glib/gstrfuncs.c (g_strip_context): Auxiliary function for
930         the implementation of Q_().
931
932 2003-11-05  Morten Welinder  <terra@gnome.org>
933
934         * glib/garray.c (g_ptr_array_remove_range): Make it compile.
935         (#119337, self.)
936
937         * glib/gstring.c (g_string_insert_len): Handle the case where the
938         to-be-inserted string is a substring of the target string.
939         (g_string_assign): Handle "s = s;".
940         (#114260, self.)
941
942 Sun Nov  2 01:47:31 2003  Matthias Clasen  <maclas@gmx.de>
943
944         Fix 64bit printing for MSVC builds (#119292, Hans Breuer):
945         
946         * configure.in (HAVE_INT64_AND_I64): Define for MSVC to 
947         include support for printing __int64 with format %I64 in 
948         the gnulib printf wrappers. 
949         * glib/gnulib/printf-args.h (enum arg_type): Add TYPE_INT64 
950         and TYPE_UINT64.
951         * glib/gnulib/printf-args.h (struct argument): Add a_int64 and 
952         a_uint64 members.
953         * glib/gnulib/printf-args.c (printf_fetchargs): Support
954         TYPE_INT64 and TYPE_UINT64.
955         * glib/gnulib/printf-parse.c (printf_parse): Parse I64 format
956         modifier and map formats to TYPE_INT64.
957         * glib/gnulib/vasnprintf.c (vasnprintf): Print TYPE_INT64 with
958         format modifier I64.
959         * glib/gnulib/README: Document the __int64 support.
960         
961 Sat Nov  1 08:45:38 2003  Owen Taylor  <otaylor@redhat.com>
962
963         * glib/gmain.c (g_main_context_iterate): Set the
964         return value from the result of g_main_context_check()
965         (after we poll) rather than g_main_context_prepare.
966         (#121675, Padraig O'Briain)
967
968 Fri Oct 31 00:13:53 2003  Matthias Clasen  <maclas@gmx.de>
969
970         * configure.in: Remove the semicolon from the definition of
971         g_once(), so that GPOINTER_TO_INT (g_once (...)) works.
972
973 Tue Oct 28 23:38:30 2003  Matthias Clasen  <maclas@gmx.de>
974
975         * tests/printf-test.c: Change the %e tests to not check for
976         actual string equality, but rather equality under g_ascii_strtod(),
977         since the number of leading digits in the exponent seems to 
978         be not exactly prescribed by SUS.
979
980 Fri Oct 24 17:09:04 2003  Owen Taylor  <otaylor@redhat.com>
981
982         * === Released 2.3.0 ===
983
984         * NEWS: Small update.
985
986 2003-10-24  Tor Lillqvist  <tml@iki.fi>
987
988         * configure.in: Force shared library (DLL) only on Windows.
989         (I don't think that is controversial?) Remove unnecessary
990         AC_LIBTOOL_WIN32_DLL. Don't use -D_REENTRANT on
991         Win32, it is not used by mingw or MSVC headers.
992
993         * config.h.win32.in
994         * glibconfig.h.win32.in: Match what configure produces.
995         
996         * glib/gconvert.c
997         * glib/gutils.c: Mark a couple of functions and variables that
998         aren't public as static.
999
1000         * glib/gnulib/g-gnulib.h: Undef HAVE_SNPRINTF before (re)defining
1001         it potentially differently, to silence compiler.
1002
1003         * glib/glib.def: Add some missing entries.
1004         
1005         * tests/gobject/Makefile.am (LDADD): Reorder, put libgobject after
1006         libtestgobject.
1007
1008         * tests/gobject/ifaceproperties.c (main): NULL-terminate arg list
1009         to g_object_set() and _get().
1010
1011 Thu Oct 23 12:38:24 2003  Owen Taylor  <otaylor@redhat.com>
1012
1013         * tests/gobject/Makefile.am (dist-hook): Remove 
1014         and extra backslash.
1015
1016         * tests/gobject/Makefile.am (EXTRA_DIST): Add 
1017         testmarshal.list.
1018
1019         * glib/Makefile.am (libglib_2_0_la_SOURCES): Add
1020         missing gunicode-private.h.
1021
1022         * tests/testglib.c (main): Fix a warning.
1023
1024         * tests/gobject/ifaceinherit.c: Remove check that
1025         wasn't supposed to work (adding an interface already
1026         added to the derived class to the base class), 
1027         fix a bug.
1028
1029 Wed Oct 22 23:41:03 2003  Matthias Clasen  <maclas@gmx.de>
1030
1031         * NEWS: Update for 2.3.0.
1032
1033 Tue Oct 14 17:44:38 2003  Owen Taylor  <otaylor@redhat.com>
1034
1035         * tests/gobject/ifaceproperties.c: Test for interface
1036         properties and GParamSpecOverride.
1037
1038 Wed Oct  8 23:40:26 2003  Matthias Clasen  <maclas@gmx.de>
1039
1040         * glib/gmarkup.c (g_markup_printf_escaped): 
1041         (g_markup_vprintf_escaped): Document as 2.4 additions.
1042         (unescape_text): Implement newline and whitespace normalization
1043         according to the XML specification.  (#123919)
1044         (g_markup_escape_text): Document whitespace (non)handling.
1045
1046 2003-10-05  Matthias Clasen  <maclas@gmx.de>
1047
1048         * configure.in: Make the various printf feature test macros
1049         reflect the system printf, even when using the included printf.
1050         In particular, don't force HAVE_C99_SNPRINTF, since g-gnulib.h 
1051         needs that test result.  (#122973)
1052
1053         * glib/gprintf.c (g_vasprintf): Don't rely on HAVE_VASPRINTF,
1054         directly check for _g_vasprintf.
1055
1056         * glib/gprintfint.h (_g_vasprintf): Only define _g_vasprintf()
1057         if vasprintf() is available.
1058
1059         * glib/gnulib/printf.c (_g_gnulib_vfprintf): Don't write
1060         trailing nul to the file. (#122973)
1061
1062         * acinclude.m4 (AC_FUNC_VSNPRINTF_C99): Make the test 
1063         detect non-C99-compliance of AIX 5.1 and Solaris 
1064         vsnprintf().  (#122496)
1065
1066 Thu Oct  2 01:15:46 2003  Owen Taylor  <otaylor@redhat.com>
1067
1068         * tests/gobject/ifacecheck.c: Test case for
1069         g_type_add_interface_check().
1070
1071         * tests/gobject/ifaceinit.c: Add #undef G_DISABLE_ASSERT.
1072
1073 Thu Oct  2 01:11:39 2003  Owen Taylor  <otaylor@redhat.com>
1074
1075         * tests/gobject/ifaceinherit.c: Remove some tests that
1076         were testing things that weren't supposed to work; add
1077         a test for adding an interface first to the child class,
1078         then to the parent class.
1079
1080 Thu Oct  2 00:02:55 2003  Owen Taylor  <otaylor@redhat.com>
1081
1082         * tests/gobject/Makefile.am test/gobject/ifaceinherit.c:
1083         Tests of interface inheritance and overriding.
1084
1085 2003-09-30  Tor Lillqvist  <tml@iki.fi>
1086
1087         * glib/gspawn-win32.c (do_spawn): Call protect_argv() in
1088         do_spawn() instead of in do_spawn_with_pipes() so that we can use
1089         the original argv[0] as the program file name parameter to
1090         spawnv() in the shortcut (doing without helper process)
1091         code. Fixes problem if GIMP 1.3 was installed in a path with
1092         spaces in the name.
1093
1094 Tue Sep 30 15:31:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1095
1096         * glib/guniprop.c (has_more_above): make the argument const to
1097         get rid of warning
1098
1099         * glib/garray.c (g_byte_array_remove_range): insert cast to get
1100         rid of warning
1101
1102 2003-09-29  Tor Lillqvist  <tml@iki.fi>
1103
1104         * tests/testglib.c (main): Use hardcoded name for DLL, as there is
1105         no reliable way to determine it at compile or run time anyway. 
1106
1107 2003-09-29  Matthias Clasen  <maclas@gmx.de>
1108
1109         * glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4" 
1110         to docs.
1111
1112 Thu Sep 25 15:43:08 2003  Owen Taylor  <otaylor@redhat.com>
1113
1114         * tests/gobject/testmodule.[ch] test/gobject/Makefile.am:
1115         Dummy dynamic type module for testing type plugin code
1116         and dynamic types.
1117
1118         * test/gobject/defaultiface.c: Test of 
1119         g_type_default_interface_ref() and friends.
1120
1121 2003-09-28  Gediminas Paulauskas  <menesis@delfi.lt>
1122
1123     * configure.in: Added lt to ALL_LINGUAS.
1124
1125 2003-09-25  Tor Lillqvist  <tml@iki.fi>
1126
1127         * glib/glib.def: Remove g_bsearch_array_* entries that don't exist
1128         any longer. (ABI change?)
1129
1130 Thu Sep 25 15:01:37 2003  Owen Taylor  <otaylor@redhat.com>
1131
1132         * tests/Makefile.am (SUBDIRS): Add gobject/.
1133
1134 Fri Sep 12 16:26:21 2003  Owen Taylor  <otaylor@redhat.com>
1135
1136         * tests/gobject/ configure.in: New directory, framework 
1137         for automated GObject tests.
1138
1139         * tests/gobject/override.c: Move testoverride.c
1140         here, automate.
1141
1142         * tests/gobject/ifaceinit.c: Move testifaceinit.c here.
1143
1144         * tests/gobject/accumulator.c: Test signal accumulators,
1145         including g_signal_accumulator_true_handled.
1146
1147 2003-09-12  Noah Levitt  <nlevitt@columbia.edu>
1148
1149         * glib/gen-unicode-tables.pl: Take a directory where to look for the
1150         unicode files on the command line instead of 7 individual files.
1151
1152 2003-09-12  Noah Levitt  <nlevitt@columbia.edu>
1153
1154         * glib/gen-unicode-tables.pl:
1155         * glib/gunichartables.h:
1156         * glib/gunicode.h:
1157         * glib/guniprop.c: Add g_unichar_get_mirror_char. (#114749)
1158
1159 Thu Sep 11 20:11:05 2003  Owen Taylor  <otaylor@redhat.com>
1160
1161         * glib/gmarkup.c: Add g_markup_printf_escaped(), 
1162         g_markup_vprintf_escaped().
1163
1164         * tests/markup-escape-test.c (main): Test for
1165         g_markup_escape_text(), g_markup_printf_escaped().
1166
1167 2003-09-10  Noah Levitt  <nlevitt@columbia.edu>
1168
1169         * glib/gunicodeprivate.h:
1170         * glib/gunicollate.c:
1171         * glib/gunidecomp.c:
1172         * glib/guniprop.c:
1173         * tests/casemap.txt:
1174         * tests/gen-casemap-txt.pl: Unicode 4.0 special casing. (#114681)
1175
1176         * glib/gunicodeprivate.h: Use a private header instead of extern
1177         function declarations (_g_utf8_normalize_wc,
1178         _g_unichar_combining_class).
1179
1180 Mon Sep  8 00:31:10 2003  Stefan Westerfeld  <stefan@space.twc.de>
1181
1182         * glib/gbsearcharray.h: inserted casts for C++.
1183
1184 2003-08-28  Matthias Clasen  <maclas@gmx.de>
1185
1186         * tests/patterntest.c (verbose): Fix a C99ism.  (#120821, Thomas 
1187         Klausner)
1188
1189 2003-08-25  Tor Lillqvist  <tml@iki.fi>
1190
1191         * glib/giowin32.c (read_thread): Avoid UNLOCKing the critical
1192         section twice, which might cause a hang. (#120653)
1193
1194         * glib/giowin32.c (g_io_channel_unix_new): Warn if fd is both a
1195         valid file descriptor and socket.
1196
1197 Mon Aug 25 12:34:36 2003  Owen Taylor  <otaylor@redhat.com>
1198
1199         * glib/gmessages.c: Escape control characters in g_logv() output.
1200         (#108287, Christian Biere)
1201
1202 Mon Aug 25 12:17:20 2003  Owen Taylor  <otaylor@redhat.com>
1203
1204         * glib/gmain.c (g_main_context_unref_and_unlock): 
1205         When DISABLE_MEM_POOLS is set, loop through and free
1206         the poll records explicitely, since g_mem_chunk_destroy()
1207         won't do it. (#118121, Morten Welinder)
1208  
1209 2003-08-22  Samúel Jón Gunnarsson  <sammi@techattack.nu>
1210
1211         * is.po: Added "is" to ALL_LINGUAS.
1212         
1213 2003-08-19  Tor Lillqvist  <tml@iki.fi>
1214
1215         * glib/gmessages.c (g_logv): [Win32] Make the fatal error message
1216         box easier to notice with MB_SETFOREGROUND. Also use MB_ICONERROR
1217         to get a nice stop-sign icon.
1218
1219 Tue Aug 19 09:42:06 2003  Owen Taylor  <otaylor@redhat.com>
1220  
1221         * m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
1222         temporarily, not -lintl. (Problem with fix for 
1223         #119171, pointed out by James Henstridge)
1224  
1225 Tue Aug 19 03:55:29 2003  Tim Janik  <timj@gtk.org>
1226
1227         * glib/gbsearcharray.h: license change, no restrictions are made
1228         in the new license at all, the implmentation is simply provided
1229         "as is" to allow copy-pasting the code into any third-party app.
1230         naturally, the implementation is self-contained within the header
1231         file to allow this.
1232         default to non-shrinking behaviour, allow users to request shrinking
1233         via G_BSEARCH_ARRAY_AUTO_SHRINK.
1234         creation, deletion functions are now named g_bsearch_array_create()
1235         and g_bsearch_array_free(). 
1236         fixed const in prototypes, removed cruft.
1237         (g_bsearch_array_insert): take only three arguments, do nothing if the
1238         node to insert is already there.
1239         (g_bsearch_array_replace): insert or replace if the node is already
1240         there.
1241         (g_bsearch_array_remove): remove nodes by index, the index of a node
1242         can be found via g_bsearch_array_get_index().
1243         removed other g_bsearch_array_remove*() variants.
1244         (g_bsearch_array_lookup): minor optimizations.
1245         (g_bsearch_array_lookup_sibling): return nodes on mismatches.
1246
1247         * glib/gbsearcharray.c: removed.
1248
1249 2003-08-16  Tor Lillqvist  <tml@iki.fi>
1250
1251         Fix #117925 (Dov Grobgeld):
1252
1253         * glib/gutils.c (g_find_program_in_path, g_basename,
1254         g_path_get_basename, g_path_is_absolute, g_path_skip_root,
1255         g_path_get_dirname, g_get_any_init): On Win32, look also for
1256         slashes ('/') as pathname separators.
1257
1258         * glib/gfileutils.c (g_file_open_tmp): Ditto. If the template
1259         contains a pathname separator, include the actual one in the error
1260         message, instead of always the canonical one.
1261
1262         (g_build_filename): Separate implementation on Win32 that looks
1263         for either slash or backslash. Document Unix/Windows differences.
1264
1265         * tests/testglib.c
1266         * tests/strfunc-test.c: Test above functionality on Win32.
1267
1268 2003-08-15  Tor Lillqvist  <tml@iki.fi>
1269
1270         * glib/gmain.c (g_poll): [Win32] Don't exceed handle array
1271         bounds. Warn if there would be too many handles to wait
1272         for. (WaitForMultipleObjects() has a relatively low limit of 64
1273         handles. The Win32 IO channel code should be fixed not to need to
1274         wait for one handle per file or socket being watched. Later.)
1275
1276 2003-08-13  Tor Lillqvist  <tml@iki.fi>
1277
1278         * glib/Makefile.am
1279         * gmodule/Makefile.am
1280         * gobject/Makefile.am
1281         * gthread/Makefile.am: Use srcdir also in references to the .def
1282         files. (#118885, Jeff Bonggren)
1283
1284 2003-08-12  Tor Lillqvist  <tml@iki.fi>
1285
1286         * glib/gconvert.c (g_locale_from_utf8): Drop the Win32-specific
1287         implementation. It used WideCharToMultiByte(), which is broken as
1288         it stores unconvertable characters as fallback characters
1289         (question marks) in the destination string without being able to
1290         tell how much of the conversion succeeded. Using g_convert() like
1291         on Unix is better and simpler. (#117872)
1292
1293         (g_locale_to_utf8): No need for the Win32-specific implementation
1294         here, either.
1295
1296         (have_broken_filenames): Define as TRUE on Win32.
1297
1298         (g_filename_to_utf8, g_filename_from_utf8): Drop Win32 ifdefs. As
1299         have_broken_filenames() now is defined TRUE on Win32, works as
1300         before.
1301         
1302 2003-08-11  Matthias Clasen  <maclas@gmx.de>
1303
1304         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
1305         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
1306         xmlcatalog in PATH.  (#119115) 
1307
1308 2003-08-10  Tor Lillqvist  <tml@iki.fi>
1309
1310         * glib/gutils.c (g_getenv): Don't use a cache of variable name to
1311         value mappings on Win32, as that breaks g_setenv() and
1312         g_unsetenv(). Only call ExpandEnvironmentStrings() if necessary,
1313         and in that case return a quarkified string. It is still
1314         questionable how necessary expanding embedded environment variable
1315         references is. Possibly the whole Win32-specific g_getenv()
1316         implementation could be removed. (#119520)
1317
1318 2003-08-08  Tor Lillqvist  <tml@iki.fi>
1319
1320         * glib/glib.def: Add g_once_impl.
1321
1322         * glib/gutils.c (g_setenv): Fix syntax error in the !HAVE_SETENV
1323         case.
1324
1325 2003-08-08  Matthias Clasen  <maclas@gmx.de>
1326
1327         * tests/env-test.c (main): Remove a test for getenv() behaviour
1328         which isn't specified by SUS and doesn't work on Solaris.
1329
1330 2003-08-07  Matthias Clasen  <maclas@gmx.de>
1331
1332         * tests/env-test.c: Add tests for '=' in names and values.
1333
1334         * glib/gutils.c (g_setenv, g_unsetenv): Check that the variable
1335         name doesn't contain '='. Add a declaration for environ.  (#119338)
1336
1337         * acinclude.m4: Tighten the snprintf() test to check behaviour on
1338         zero-size buffers.  (#106091) 
1339
1340         * tests/patterntest.c: Specify test strings in UTF-8, remove all
1341         charset conversion. Replace the NOISY define by a cmdline arg
1342         --noisy.   (#115757) 
1343
1344 Thu Aug  7 15:01:09 2003  Owen Taylor  <otaylor@redhat.com>
1345
1346         * m4macros/glib-gettext.m4: Set $LIBS to include
1347         -lintl when checking for dcgettext and 
1348         _nl_msg_cat_cntr. (Tim Mooney, #119171)
1349
1350 Thu Aug  7 14:15:44 2003  Owen Taylor  <otaylor@redhat.com>
1351
1352         * glib/gmain.c (g_idle_source_new): Make the default priority
1353         for idle sources G_PRIORITY_DEFAULT_IDLE as anybody would
1354         expect and document that. (#114461, reported by Andy Wingo)
1355
1356 2003-08-06  Noah Levitt  <nlevitt@columbia.edu>
1357
1358         * tests/casemap.txt:
1359         * tests/gen-casemap-txt.pl: Add test for special case not at inital
1360         position in the string, the bug just fixed. (#118957)
1361
1362 2003-08-05  Noah Levitt  <nlevitt@columbia.edu>
1363
1364         * glib/guniprop.c: Get rid of "len" parameter to output_special_case
1365         and output_marks, and make them work more like g_unichar_to_utf8,
1366         fixing a bug in the process. (#118957)
1367
1368 2003-08-05  Hans Breuer  <hans@breuer.org>
1369
1370         * glib/gnulib/makefile.msc : (new file) for msvc build
1371
1372         * glib/gnulib/vasnprintf.c : use glib/galloc.h
1373
1374         * glib/gnulib/printf.h : #include <stdio.h> for FILE*
1375
1376         * glib/makefile.msc.in : replace trio with gnulib
1377
1378         * glib/glib.def : updated externals
1379
1380         * glib/guniprop.c : fix for guniprop.c(582) : error C2082: 
1381         redefinition of formal parameter 'len'
1382
1383 2003-08-04  Noah Levitt  <nlevitt@columbia.edu>
1384
1385         * tests/unicode-normalize.c: We do handle > BMP now, so test it.
1386
1387 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
1388
1389         * tests/file-test.c: s/g_read_link/g_file_read_link/ (#118727)
1390
1391 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
1392
1393         * tests/unicode-encoding.c: Return nonzero exit status if the test
1394         fails. (#118729) 
1395
1396 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
1397
1398         * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
1399         is the last valid unicode character. Add check that U+10ffff is
1400         NOTUNICODE. (#118730)
1401
1402 2003-07-30  Noah Levitt  <nlevitt@columbia.edu>
1403
1404         * glib/gen-unicode-tables.pl:
1405         * glib/gunibreak.c:
1406         * glib/gunibreak.h:
1407         * glib/gunichartables.h:
1408         * glib/gunicode.h:
1409         * glib/gunicomp.h:
1410         * glib/gunidecomp.c:
1411         * glib/gunidecomp.h:
1412         * glib/guniprop.c:
1413         * tests/casefold.txt:
1414         * tests/casemap.txt:
1415         * tests/gen-casefold-txt.pl:
1416         * tests/gen-casemap-txt.pl: Update Unicode data to 4.0. (#107974)
1417
1418 2003-07-31  Tor Lillqvist  <tml@iki.fi>
1419
1420         * glib/gspawn-win32.c: When possible, manage without the helper
1421         process. (Part of the enhancements outlined in #98737.) Speeds up
1422         GIMP 1.3's first-time-run plug-in query phase a lot.
1423
1424         Plug a file descriptor (and thus Win32 handle) leak: close the
1425         read end of the child error report pipe after use.
1426
1427 2003-07-30  Matthias Clasen  <maclas@gmx.de>
1428
1429         * glib/gutils.c (g_unsetenv): Use same argument name as in header,
1430         to pacify gtk-doc. 
1431         (g_getenv): Move docs inline, add comment about lifespan of return
1432         value. 
1433
1434         * glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@.  (#118616,
1435         Noah Levitt) 
1436
1437         * glib/gfileutils.[hc]: Rename g_read_link() to g_file_read_link()
1438         to better match the remaining file utilities in the g_file_
1439         namespace and to better separate it from readlink(). This is
1440         hopefully no problem as the function is just 2 days old.
1441
1442 2003-07-29  Matthias Clasen  <maclas@gmx.de>
1443
1444         * glib/gqsort.[hc] (g_qsort_with_data): 
1445         * glib/gconvert.[hc] (g_filename_to_uri, g_filename_from_uri): 
1446         * glib/gfileutils.[hc] (g_mkstemp, g_file_open_tmp): Use gchar,
1447         gint, gsize instead of char, int, size_t in the interface for
1448         consistency.  (#118567) 
1449
1450         Replace trio printf() by gnulib vasnprintf():  (#101874)
1451         
1452         * configure.in: Define HAVE_LONG_LONG_FORMAT if system printf
1453         understands %llu; rename enable_trio to enable_included_printf;
1454         add misc. tests needed for gnulib vasnprintf(); define
1455         G_GINT{16,32,64}_MODIFIER in glibconfig.h.
1456
1457         * acinclude.m4: Misc tests needed for gnulib vasnprintf():
1458         AC_FUNC_SNPRINTF_C99, bh_C_SIGNED, jm_AC_TYPE_LONG_LONG, 
1459         gt_TYPE_LONGDOUBLE, gt_TYPE_WCHAR_T, gt_TYPE_WINT_T,
1460         gt_AC_TYPE_INTMAX_T, jm_AC_HEADER_STDINT_H,  
1461         jm_AC_HEADER_INTTYPES_H. 
1462
1463         * glib/Makefile.am: Replace TRIO_SUBDIR by PRINTF_SUBDIR and
1464         trio_libtrio_la by printf_la.  
1465
1466         * glib/gprintfint.h: Include gnulib/printf.h and use _g_gnulib_
1467         functions instead of _g_trio_ functions. 
1468
1469         * glib/trio/*: Removed
1470
1471         * glib/gnulib/*: vasnprintf() implementation from gnulib, patched
1472         to live in the _g_gnulib namespace, use g_malloc instead of
1473         malloc, and support long long printing even if system printf
1474         doesn't. For more details, see glib/gnulib/README.
1475         
1476         * tests/printf-test.c: Add tests for 64 bit printing.
1477
1478 2003-07-28  Matthias Clasen  <maclas@gmx.de>
1479
1480         * glib/gfileutils.h: 
1481         * glib/gfileutils.c: New function g_read_link(). (#72545)
1482
1483         * configure.in: Check for setenv, unsetenv, readlink and symlink.
1484
1485         * tests/file-test.c (test_readlink): Test for g_read_link() (only
1486         on systems supporting symbolic links).
1487
1488         * tests/env-test.c: New test for g_{get,set,unset}env().
1489
1490         * tests/Makefile.am (test_programs): Add env-test.
1491
1492         * glib/gutils.h: 
1493         * glib/gutils.c: New functions g_setenv() and g_unsetenv().  (#100763)
1494
1495 2003-07-26  Matthias Clasen  <maclas@gmx.de>
1496
1497         * tests/printf-test.c: New test, tests printf behaviour. This was
1498         already mentioned in Makefile.am by accident.
1499
1500         * tests/file-test.c: New test, currently contains mkstemp tests
1501         copied from testglib.c. 
1502
1503         * tests/Makefile.am (test_programs): Add file-test.
1504
1505         * glib/gprintf.c: Fix all g_return_val_if_fail () checks to return
1506         -1 on error to match the behaviour of the stdio printf() family.
1507
1508         * glib/garray.h: 
1509         * glib/garray.c (g_{,byte,pointer}_remove_range): New functions to
1510         remove a range of elements from an array.  (#94879, Nalin Dahyabhai)
1511
1512         * glib/gmessages.c (g_logv): Remove the 1024 char limit in the
1513         common (non-recursive) case.
1514
1515 2003-07-25  Matthias Clasen  <maclas@gmx.de>
1516
1517         * glib/gwin32.c: 
1518         * glib/gutf8.c: 
1519         * glib/gunicollate.c: 
1520         * glib/gtree.c: 
1521         * glib/gspawn.c: 
1522         * glib/gmain.c: 
1523         * glib/giochannel.c: 
1524         * glib/gfileutils.c: 
1525         * glib/gerror.c: 
1526         * glib/gconvert.c: 
1527         * glib/gasyncqueue.c: 
1528         * glib/gmem.c: Remove some explicit Docbook markup which is no
1529         longer necessary since gtk-doc does the right thing.
1530
1531         * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
1532
1533 2003-07-20  Hans Breuer  <hans@breuer.org>
1534
1535         * glib/trio/makefile.msc : (new file) for msvc build
1536
1537         * glib/glib.def : removed some duplicated entries
1538
1539         * glib/gscanner.c : add same workaround for MSVC(5.0)
1540         which does not allow to cast an uint64 to float.
1541         Same as in gvaluetransform.c
1542         Also move #include <io.h> behind inclusion of "glib.h"
1543         which defines the needed G_OS_WIN32
1544
1545         * glib/makefile.msc.in : added gprintf.obj, trio\trio.lib
1546         as well as shell32.lib
1547
1548         * tests/spawn-test.c : include <io.h> on win32
1549
1550 2003-07-12  Matthias Clasen  <maclas@gmx.de>
1551
1552         * glib/gprintf.c: Doc additions.
1553
1554 2003-07-10  Joel Brich <joel.brich@laposte.net>
1555
1556         * configure.in: Added "eo" to ALL_LINGUAS.
1557
1558 Wed Jul  9 16:27:26 2003  Manish Singh  <yosh@gimp.org>
1559
1560         * glib/gmain.c (g_main_context_unref_and_unlock): check if
1561         context->poll_chunk is set before trying to destroy it. For example,
1562         this can happen if no sources are added to a context before it is
1563         freed.
1564
1565 2003-07-09  Morten Welinder  <terra@gnome.org>
1566
1567         * glib/gprintf.c (g_vasprintf): Avoid var declaration after
1568         statement.
1569
1570 2003-07-09  Matthias Clasen  <maclas@gmx.de>
1571
1572         Support for one-time initialization functions.  (#69668, Sebastian
1573         Wilhelmi) 
1574
1575         * configure.in: Check whether double checked locking is safe,
1576         define g_once() in glibconfig.h accordingly.
1577         * glib/gthread.h: Add GOnce, GOnceStatus, G_ONCE_INIT and g_once_impl.
1578         * glib/gthread.c (g_once_impl): Fallback implementation using a
1579         mutex if double checked locking is unsafe.
1580         * tests/thread-test.c: Add tests for g_once().
1581
1582 2003-07-02  Matthias Clasen  <maclas@gmx.de>
1583
1584         * glib/gstrfuncs.c (g_strfreev): Move docs inline, document behavior 
1585         for NULL. (#116439, Steve Chaplin)
1586
1587 2003-06-25  Abigail Brady  <morwen@evilmagic.org>
1588  
1589         * glib/gconvert.c (g_convert_with_fallback): Use C99 style \uxxxx
1590         and \Uxxxxyyyy escapes instead for fallback instead of perl-style
1591         \X{xxxx} ones, fixing bug #114284.
1592
1593 2003-06-25  Tor Lillqvist  <tml@iki.fi>
1594
1595         * glib/giowin32.c (g_io_channel_unix_new): Pass real &optval and
1596         &optlen to getsockopt() instead of NULL. Don't remember why I
1597         thought that NULL could be used (as we don't actually use the
1598         returned value for anything), the Platform SDK documentation
1599         doesn't imply so.
1600
1601 2003-06-19  Matthias Clasen  <maclas@gmx.de>
1602
1603         * glib/gutils.c (g_path_get_basename): Move the documentation
1604         inline and add details.  (#108505)
1605
1606 2003-06-18  Matthias Clasen  <maclas@gmx.de>
1607
1608         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
1609         macros to check for XML catalog contents and path, borrowed from
1610         gtk-doc. 
1611
1612         * configure.in: New option --enable-man to enable regeneration of
1613         man pages from Docbook, if the necessary tools are found.
1614
1615 2003-06-17  Matthias Clasen  <maclas@gmx.de>
1616
1617         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
1618         macros to check for XML catalog contents and path, borrowed from
1619         gtk-doc. 
1620         
1621         * configure.in: New option --enable-man to enable regeneration of
1622         man pages from Docbook, if the necessary tools are found.
1623
1624 2003-06-15  Tor Lillqvist  <tml@iki.fi>
1625
1626         * glib-zip.in (DLLDIR): Test where the DLLs actually are.
1627
1628         * README.win32: Point to FSF's binary Win32 distributions of
1629         libiconv and gettext-runtime.
1630
1631 2003-06-11  Tor Lillqvist  <tml@iki.fi>
1632
1633         * glib-zip.in (DEVZIP): libtool 1.5 installs DLLs in the bin
1634         subdirectory, so get them from there.
1635
1636         * glib/gwin32.c (g_win32_getlocale): Use "sr@Latn" and "sr" in the
1637         same way as the po files for Serbian in Latin and Cyrillic script.
1638
1639 2003-06-11  Sebastian Wilhelmi  <seppi@seppi.de>
1640
1641         * configure.in: Remove false &. Spotted by Albert Chin
1642         <gtk-devel-list@thewrittenword.com>.
1643
1644 2003-06-08  Tor Lillqvist  <tml@iki.fi>
1645
1646         * glib/giowin32.c: Fix indentation and spacing. Use
1647         INADDR_LOOPBACK instead of inet_addr("127.0.0.1") and
1648         gethostbyaddr().
1649
1650 Sat Jun  6 16:18:10 2003  Andrew Lanoix  <alanoix@umich.edu>
1651
1652         * glib/giowin32.c: Resolved thread deadlocks in socket 
1653         ichannel code to support Add-Cancel-Add watch functionality 
1654         on windows. Also cleaned up socket error handling to not 
1655         segfault and do the right thing.
1656         
1657 Fri Jun  6 10:24:23 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
1658
1659         * m4macros/glib-gettext.m4: Test for Solaris native gettext 
1660         in libc, seeing if it supports GNU catalog format (#85217).
1661         
1662 Thu Jun  5 23:40:31 2003  Owen Taylor  <otaylor@redhat.com>
1663
1664         * glib/gmain.c: When dispatching a source that is
1665         !CAN_RECURSE, temporarily remove any file descriptors
1666         that that source has registered from the main loop, to keep
1667         recursive main loops from busy-waiting if input
1668         becomes available on one of those file descriptors.
1669         (#112222, Christian Krause)
1670
1671         * glib/gmain.c (g_source_set_priority): Properly
1672         remove the source from the context's source list
1673         and reinsert it sorted, rather than simply setting
1674         source->next/prev to NULL! (#114274)
1675
1676 2003-06-06  Matthias Clasen  <maclas@gmx.de>
1677
1678         * glib/gstring.c (g_string_append_printf_internal): Use
1679         g_vasprintf() and g_string_append_len(), thus enabling embedded
1680         nuls in the result of g_string_printf().  (#92492, Owen Taylor)
1681
1682         * tests/string-test.c: Add a test for embedded nuls in the
1683         result of g_string_printf().
1684
1685         * glib/gprintf.[ch]: Synchronize argument names with headers and docs.
1686         (g_vasprintf): An implementation of vasprintf(), code was lifted
1687         from g_strdup_vprintf().  (#112365)
1688
1689         * glib/gstrfuncs.c (g_strdup_vprintf): Just use g_vasprintf().
1690
1691 2003-06-05  Tor Lillqvist  <tml@iki.fi>
1692
1693         * glib/giochannel.h
1694         * glib/gmain.h: Remove bogus (Win32-only) declaration of
1695         g_main_poll_win32_msg_add(). No such function exists.
1696
1697         * glib/gmain.c (g_poll) [Win32]: Use g_win32_error_message() for
1698         better warning messages.
1699
1700 2003-06-04  Noah Levitt  <nlevitt@columbia.edu>
1701
1702         * glib/gunidecomp.h (combine): Fix typo (#114375). Also, make the
1703         function static.
1704
1705 2003-06-03  Sebastian Wilhelmi  <seppi@seppi.de>
1706
1707         * configure.in: Test for pthread_setschedparam. If not existant,
1708         disable priorities. (#104718)
1709
1710 Mon Jun  2 14:18:21 2003  Owen Taylor  <otaylor@redhat.com>
1711
1712         Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825)
1713  
1714         * glib/gspawn.c (read_data): Don't read() into '&buf', while this
1715         is technically okay - it is clearer as just 'buf'.
1716         (write_all): New helper function that handles write() interrupts.
1717         (write_err_and_exit): Use write_all() instead of write().
1718         (fork_exec_with_pipes): Same here.
1719         
1720 Sun Jun  1 09:42:36 2003  Owen Taylor  <otaylor@redhat.com>
1721
1722         * glib/giochannel.c (g_io_error_get_from_g_error): Put 
1723         the g_return_val_if_fail() in the right place.
1724
1725 Fri May 31 1:17:45 2003  Ray Strode  <halfline@hawaii.rr.com>
1726
1727         * glib/giochannel.c (g_io_channel_error_from_errno):
1728         Fix typo: should be G_IO_ERROR_UNKNOWN not
1729         G_ERROR_ERROR_UNKNOWN
1730
1731 Fri May 30 19:23:47 2003  Owen Taylor  <otaylor@redhat.com>
1732
1733         * glib/gstrfuncs.c (g_ascii_strncasecmp)
1734         * glib/gstrfuncs.c (g_ascii_strcasecmp): Use TOLOWER()
1735         macro instead of g_ascii_tolower() (#107138)
1736
1737 Fri May 30 19:09:25 2003  Owen Taylor  <otaylor@redhat.com>
1738
1739         * m4macros/glib-gettext.m4: Backport better handling
1740         of ALL_LINGUAS from gettext.m4. (#103808, Andras Salamon)
1741
1742 Fri May 30 18:46:05 2003  Owen Taylor  <otaylor@redhat.com>
1743
1744         * m4macros/glib-gettext.m4: expand $exec_prefix as
1745         well as $prefix. (#107290, reported by Morten Welinder,
1746         patch from Raja Harinath)
1747
1748 Fri May 30 17:24:23 2003  Owen Taylor  <otaylor@redhat.com>
1749
1750         * glib-gettextize.in: Quote $srcdir to handle $srcdir
1751         with spaces (#107850, Evan Martin)
1752
1753 Fri May 30 16:48:26 2003  Owen Taylor  <otaylor@redhat.com>
1754  
1755         * glib/giochannel.c (g_io_channel_error_from_errno):
1756         Silently return G_IO_CHANNEL_ERROR_FAILED for EINTR,
1757         since close() can return EINTR. (#11842, Balazs Scheidler)
1758  
1759 Fri May 30 15:51:43 2003  Owen Taylor  <otaylor@redhat.com>
1760
1761         * glib/giochannel.c (g_io_error_get_from_g_error): 
1762         Do a g_return_val_if_fail() on err == NULL to be a
1763         bit more robuts on buggy IO channel implementations.
1764         (#113396, Dan Winship)
1765
1766 Tue May 27 19:56:35 2003  Owen Taylor  <otaylor@redhat.com>
1767
1768         * glib/gmacros.h: __PRETTY_FUNCTION__ was made a non-token
1769         before gcc-3.0.0 for C++. (Fix from Martin Kretzschmar,
1770         #113797)
1771
1772 2003-05-28  Matthias Clasen  <maclas@gmx.de>
1773
1774         * tests/patterntest.c: Remain silent when sucessful. 
1775
1776         * tests/Makefile.am: Add patterntest to make check.  (113143)
1777
1778 2003-05-27  Matthias Clasen  <maclas@gmx.de>
1779
1780         * glib/gstrfuncs.c (g_strdup): Use memcpy instead of
1781         strcpy. (#106988, Christian Biere)
1782
1783 2003-05-27  Matthias Clasen  <maclas@gmx.de>
1784
1785         * glib/gstrfuncs.c (g_strdup): Use memcpy instead of
1786         strcpy. (#106988, Christian Biere)
1787
1788 2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
1789
1790         * glib/gutf8.c: Fix typo in UNICODE_VALID (related to #107427).
1791
1792 2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
1793
1794         * glib/guniprop.c: Remove stale comment.
1795
1796 2003-05-22  Noah Levitt  <nlevitt@columbia.edu>
1797
1798         * glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
1799
1800 2003-05-21  Noah Levitt  <nlevitt@columbia.edu>
1801
1802         * glib/guniprop.c: Fix obscure typo in case conversion routine
1803         (#113469).
1804
1805 Tue May 20 14:14:55 2003  Manish Singh  <yosh@gimp.org>
1806
1807         * configure.in: wrap 64-bit MIN/MAX limit constants in
1808         G_GINT64_CONSTANT. Fixes bug #108699.
1809
1810 2003-05-19  Noah Levitt  <nlevitt@columbia.edu>
1811
1812         * glib/gunibreak.c: Fix cut-and-pasto: g_unichar_break_type should
1813         return G_UNICODE_BREAK_UNKNOWN if the character is greater than
1814         G_UNICODE_LAST_CHAR.
1815
1816 2003-05-19  Noah Levitt  <nlevitt@columbia.edu>
1817
1818         * glib/glist.c: Remove unused function g_list_sort2 (bug #113203).
1819
1820 2003-05-19  Noah Levitt  <nlevitt@columbia.edu>
1821
1822         * glib/gunidecomp.c: Fix off-by-one error in
1823         g_unicode_canonical_ordering (bug #113260).
1824
1825 2003-05-19 Arafat Medini <lumina@silverpen.de>
1826
1827         * ar.po: Added ar to ALL_LINGUAS
1828
1829 2003-05-17  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
1830
1831         * configure.in: Added cy to ALL_LINGUAS
1832
1833 2003-05-05  Matthias Clasen  <maclas@gmx.de>
1834
1835         * glib/gstrfuncs.c (g_ascii_dtostr): 
1836         (g_ascii_formatd): 
1837         (g_ascii_strtod): Some doc fixes.  (#111805)
1838
1839 2003-05-05  Christian Rose  <menthos@menthos.com>
1840
1841         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
1842
1843 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
1844
1845         * autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
1846
1847 2003-04-09  Matthias Clasen  <maclas@gmx.de>
1848
1849         * INSTALL: 
1850         * INSTALL.in: Remove list of configuration flags, since these 
1851         are already documented in docs/reference/glib/building.sgml.
1852
1853 2003-04-08  Matthias Clasen  <maclas@gmx.de>
1854
1855         * INSTALL: Move Cross-compliation information to reference manual.
1856
1857 Mon Apr  7 13:40:28 2003  Owen Taylor  <otaylor@redhat.com>
1858
1859         * glib/gmain.c (g_main_loop_run): When waiting for
1860         the main loop to be freed up, wait on either
1861         !loop->is_running or got_ownership, not both.
1862         (Caused gtk_dialog_run() not to work in other
1863         threads, reported by Jean-Yves Lefort)
1864
1865 2003-04-07  Matthias Clasen  <maclas@gmx.de>
1866
1867         * glib/gutf8.c (g_utf8_strlen): Warn if p == NULL && max != 0.
1868         (#110087) 
1869
1870 2003-04-01  Tor Lillqvist  <tml@iki.fi>
1871
1872         * glib/glib.def: Add g_string_chunk_insert_len.
1873
1874 2003-04-01  Matthias Clasen  <maclas@gmx.de>
1875
1876         * glib/gstring.[hc] (g_string_chunk_insert_len): New function, to
1877         insert possible non-nul-terminated byte sequences into a string
1878         chunk.  (#96279)
1879         (g_string_chunk_insert): Implement in terms of
1880         g_string_chunk_insert_len() now.
1881
1882 2003-03-30  Matthias Clasen  <maclas@gmx.de>
1883
1884         * glib/gstring.c (g_string_new): Optimize the common cases 
1885         (init == NULL or init == "") a bit.
1886         * glib/gmarkup.c, glib/gmessages.c, glib/gscanner.c,
1887         glib/gshell.c, glib/gspawn-win32-helper.c, glib/gspawn-win32.c,
1888         glib/gspawn.c, gobject/gvaluetransform.c: replace uses of 
1889         g_string_new ("") by g_string_new (NULL).  (#106973, Morten Welinder)
1890
1891         * glib/gutf8.c (UNICODE_VALID): Update to Unicode 3.1 and optimize
1892         a bit.  (#107427, Noah Lewitt)
1893
1894         * glib/libcharset/config.charset: Add cp1251 support for Solaris.
1895         (#104738, Hidetoshi Tajima)
1896
1897         * glib/gconvert.c (UnsafeCharacterSet): Get rid of
1898         UNSAFE_DOS_PATH.
1899         (acceptable): Align with RFC2396.  (#59653)
1900
1901         * tests/uri-test.c: Adjust to the changes above.
1902
1903 2003-03-26  Christian Rose  <menthos@menthos.com>
1904
1905         * configure.in: Added "yi" to ALL_LINGUAS.
1906
1907 2003-03-19  Matthias Clasen  <maclas@gmx.de>
1908
1909         * glib/giochannel.c (g_io_channel_read_to_end): Fix docs.
1910
1911 2003-03-19  Anders Carlsson  <andersca@codefactory.se>
1912
1913         * configure.in: Bump version to 2.3.0
1914
1915 2003-03-14  Sebastian Wilhelmi  <seppi@seppi.de>
1916
1917         * glib/gthread.c: Do not define function g_thread_init_glib, if
1918         not G_THREADS_ENABLED. It's not called bu g_thread_init() then,
1919         but calls other, in that case undefined functions.
1920
1921 2003-03-06  Matthias Clasen  <maclas@gmx.de>
1922
1923         * glib/gmain.c (g_main_context_find_source_by_id): 
1924         (g_main_context_find_source_by_funcs_user_data): Fix FALSE/NULL
1925         confusion.  (#107646, Morten Welinder)
1926
1927 2003-03-01  James Henstridge  <james@daa.com.au>
1928
1929         * autogen.sh: require automake 1.7.  Add calls to libtoolize and
1930         gtkdocize.  Clean up some of the error messages.
1931
1932         * configure.in: move version declaration to the top of the file
1933         (before AC_INIT), using M4 macros.
1934         GLIB_AC_DIVERT_BEFORE_HELP() calls no longer necessary, due to use
1935         of M4 macro expansion in help messages instead.
1936         Convert AC_ARG_WITH/AC_ARG_ENABLE calls to use AC_HELP_STRING to
1937         format help strings.  Use quadrigraphs to get square brackets to
1938         show correctly.
1939         Replace gtk-doc checks with a call to GTK_DOC_CHECK() macro.
1940         Use AC_CONFIG_COMMANDS([glibconfig.h], ...) to output
1941         glibconfig.h, so that "./config.status glibconfig.h" works.
1942         Add an extra AC_CONFIG_FILES call listing other files we want
1943         generated by config.status protected by an "if false" block.  This
1944         way automake generates the rules needed to rebuild the files for
1945         us.
1946         Add quotes in various places.
1947
1948         * docs/reference/*/Makefile.am: convert to use the common
1949         gtk-doc.make file.  This localises the complexity to a single
1950         makefile fragment maintained with gtk-doc itself.
1951
1952         * */Makefile.am: remove unneeded rules to build win32 files with
1953         config.status.  Automake now does this for us.
1954         Replace instances of @FOO@ with $(FOO) where appropriate -- this
1955         allows automake to do a better job checking the makefile.
1956         Add some files to DISTCLEANFILES where appropriate
1957
1958         * Makefile.am: use the DISTCHECK_CONFIGURE_FLAGS variable to
1959         ensure that --enable-gtk-doc is passed to configure during a
1960         distcheck.  Remove the custom distcheck, since the standard one
1961         will now do.
1962
1963         * gobject/Makefile.am: switch to BUILT_SOURCES, since that now
1964         works.
1965
1966 2003-02-26  Matthias Clasen  <maclas@gmx.de>
1967
1968         * glib/gstrfuncs.c (g_strdup_vprintf): Use g_strndup, not
1969         g_strdup, since we know the length in advance.
1970
1971         * glib/gunidecomp.c (g_unicode_canonical_decomposition): Use
1972         g_malloc instead of directly using malloc.
1973
1974 2003-02-25  Tor Lillqvist  <tml@iki.fi>
1975
1976         * glib/glib.def: Add a couple of missing entries, thanks to Cedric
1977         Gustin. Thread initialization function changes according to
1978         Sebastian Wilhelmi's changes below (2003-02-14).
1979
1980 2003-02-24  Matthias Clasen  <maclas@gmx.de>
1981
1982         * glib/gdir.c (g_dir_read_name): Clarify documentation.
1983
1984 2003-02-18  Sebastian Wilhelmi  <seppi@seppi.de>
1985
1986         * configure.in: Make glib_thread_test not unnecessarily convert
1987         between int and void*. (#106278). Let main return int.
1988
1989         * configure.in: Add an argument to specify the default thread
1990         attribute to glib_thread_test. Disappeared somewhere between 2.0
1991         and 2.2.
1992
1993 2003-02-14  Sebastian Wilhelmi  <seppi@seppi.de>
1994
1995         Fixes for #101264 and #99372:
1996
1997         * glib/gconvert.h, glib/gmain.c, glib/gmem.c, glib/gmessages.c,
1998         glib/grand.c: Include gthreadinit.h and rename the thread
1999         initialization functions a bit and let them start with _, so that
2000         later we can stop exporting them.
2001         
2002         * glib/gmem.c, glib/gmessages.c: Move the g_private_new() calls to
2003         new functions. They have to be called after setting
2004         g_threads_got_initialized to TRUE (see #101264).
2005
2006         * glib/gthread.c: Include gthreadinit.h. Renamed g_mutex_init() to
2007         g_thread_init_glib(). Call the thread initialization functions
2008         (which are not allowed to call g_private_new), then set
2009         g_threads_got_initialized to TRUE, then call the other thread
2010         initialization functions (which must not call anything but
2011         g_private_new()).
2012         
2013         * glib/gthreadinit.h: New private header to cleanly declare all
2014         thread initialization functions.
2015
2016         * gthread/gthread-impl.c: Include gthreadinit.h. In
2017         g_thread_init() just call g_thread_init_glib(), which in turn calls the
2018         other functions (see #99372).
2019         
2020         * glib/Makefile.am: Added gthreadinit.h.
2021
2022 2003-02-12  Sebastian Wilhelmi  <seppi@seppi.de>
2023
2024         * configure.in: Make GLib recognize Tru64Unix thread system. (#103020)
2025
2026 2003-02-11  Tor Lillqvist  <tml@iki.fi>
2027
2028         * Makefile.am (EXTRA_DIST): Include ChangeLog.pre-2-2.
2029
2030         * glib-zip.in: Include also the gtk-doc/html documentation in the
2031         developer package.
2032
2033         * README.win32: Updates.
2034
2035 2003-02-11  Sebastian Wilhelmi  <seppi@seppi.de>
2036
2037         * AUTHORS: Changed my e-mail address.
2038         * glib/grand.c: Removed my e-mail address.
2039
2040 2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
2041
2042         * po/id.po: Added Indonesian translation
2043         * configure.in: Added "id" to ALL_LINGUAS
2044
2045 2003-02-06  Matthias Clasen  <maclas@gmx.de>
2046
2047         * glib/gmessages.h: 
2048         * glib/gmem.h: 
2049         * glib/ghash.h: 
2050         * glib/gasyncqueue.h: 
2051         * glib/garray.h: 
2052         * glib/ghook.h: 
2053         * glib/gtypes.h: Fix a bunch of typos in header comments.
2054         (#102422, Morten Welinder)
2055
2056 2003-02-04  Tor Lillqvist  <tml@iki.fi>
2057
2058         * glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
2059         SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.
2060         
2061         Merge from stable branch: 
2062
2063         Fix for bug #104014, reported by Alex Shaduri:
2064         
2065         * glib/gspawn-win32.c (protect_argv): New function. Add
2066         double-quotes around argv elements that need it, and escape
2067         embedded double-quotes with backslash.
2068         (do_spawn_with_pipes) Call protect_argv().
2069
2070         * glib/gspawn-win32-helper.c (WinMain): Call protect_argv().
2071
2072         * glib/gspawn.c (g_spawn_async_with_pipes): Document argument
2073         vector vs. command line details on Win32.
2074         (g_spawn_command_line_sync): Improve documentation about
2075         backslashes in the command line on Windows.
2076
2077 Thu Jan 30 16:45:13 2003  Owen Taylor  <otaylor@redhat.com>
2078
2079         * Makefile.am: Remove references to glib.spec.
2080         (#102231)
2081
2082         * configure.in: Don't generate glib.spec.
2083
2084 Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
2085
2086         * m4macros/glib-gettext.m4: If msgfmt isn't found,
2087         unset gt_cv_have_gettext. (#102552, Tim Mooney)
2088
2089 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
2090
2091         * autogen.sh (have_automake): Fix version in complaint
2092         message about automake. (#104366, Rich Burridge)
2093
2094 2003-01-22  Pablo Saratxaga  <pablo@mandrakesoft.com>
2095
2096         * configure.in: Added Bengali (bn) to ALL_LINGUAS
2097
2098 2003-01-21  Christian Rose  <menthos@menthos.com>
2099
2100         * configure.in: Added "mn" to ALL_LINGUAS.
2101
2102 2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>
2103
2104         * configure.in: Added Farsi (fa), Italian (it), Latvian (lv),
2105         Macedonian (mk) to ALL_LINGUAS
2106
2107 2003-01-16  Daniel Yacob <locales@geez.org>
2108
2109         * configure.in: added am to ALL_LINGUAS
2110         
2111 2003-01-12  Tor Lillqvist  <tml@iki.fi>
2112
2113         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
2114
2115 2003-01-05  Tor Lillqvist  <tml@iki.fi>
2116
2117         * README.win32: Updates.
2118
2119         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
2120         libm. (Mingw has a dummy libm.a, but the .pc file should be
2121         useable by MSVC users, too.)
2122
2123 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
2124
2125         (Ancient, binary compatible fixes found sitting in my tree)
2126
2127         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
2128
2129         * Better error message for EFAULT in  g_io_channel_error_from_errno()
2130
2131 2003-01-04  Tor Lillqvist  <tml@iki.fi>
2132
2133         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
2134
2135         * {glib,gmodule,gobject,gthread}/Makefile.am:
2136         [Win32] Install also the .def files, to help users generate
2137         import libraries for other compilers. Uninstall, too.
2138
2139         * glib-zip.in: Include .def files from above.
2140
2141         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
2142         broken pipes are unreadable. (Well, they are, but read() handles
2143         it, and treats it like EOF.)
2144
2145 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
2146
2147         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
2148         tests for inline keywords. Fixes #101976.
2149
2150 2003-01-02  Tor Lillqvist  <tml@iki.fi>
2151
2152         * glib/gwin32.h: Correct the comment telling what headers have
2153         the declarations of some POSIXish functions.
2154
2155         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
2156         The checks for readability/writeability were backwards.
2157
2158 2003-01-01  Tor Lillqvist  <tml@iki.fi>
2159
2160         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
2161         to ensure_stdout_valid(). #defined as empty on Unix. Move the
2162         alloc_console_called static flag inside these two functions.
2163         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
2164         stderr streams for validity, instead of what GetStdHandle() returns.
2165         (mklevel_prefix): Do use either stderr or stdout on Windows,
2166         too. Otherwise g_warning() messages (that are just warnings, by
2167         definition) will get mixed with proper stdout output. Noticed in
2168         GIMP's gimpconfig-dump.
2169         (strdup_convert, mklevel_prefix, g_printerr): Call
2170         ensure_stderr_valid() before trying to use stderr.
2171         (g_logv): [Win32] Convert message to current codepage before
2172         display with MessageBox().
2173
2174 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
2175
2176         * configure.in: Added et to ALL_LINGUAS.
2177