Remove unnecessary STRIP_* definitions, and GNU make check. Really fixes
[platform/upstream/glib.git] / ChangeLog.pre-2-4
1 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
2
3         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
4         make check. Really fixes #134102.
5
6 Sat Feb 14 02:11:08 2004  Matthias Clasen  <maclas@gmx.de>
7
8         * configure.in: Make the check for GNU make work when MAKE is a 
9         full path.  (#134102, Julio M. Merino Vidal)
10
11 Sat Feb 14 02:08:03 2004  Matthias Clasen  <maclas@gmx.de>
12
13         * configure.in: Suppress xsltproc and xmlcatalog checks
14         if enable_man=no.  (#134091, Julio M. Merino Vidal)
15
16 Sat Feb 14 01:21:34 2004  Matthias Clasen  <maclas@gmx.de>
17
18         * glib/gmain.h: 
19         * glib/gmain.c (g_child_watch_source_new): 
20         * glib/gmain.c (g_child_watch_add): 
21         * glib/gmain.c (g_child_watch_add_full): Wrap waitpid() as a
22         GSource. This is a partial implementation of the "Unix signal 
23         source".  (#50296, Jonathan R. Blandford)
24
25         * configure.in: Add the necessary configury to typedef GPid
26         appropriately.
27
28         * tests/Makefile.am:
29         * tests/child-test.c: Test child_watch sources.
30
31 Sat Feb  7 15:02:01 2004  Manish Singh  <yosh@gimp.org>
32
33         * tests/type-test.c: Fix broken test for gsize formats.
34
35 2004-02-05  Robert Sedak  <robert.sedak@sk.htnet.hr>
36
37         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
38
39 Wed Feb  4 17:58:51 2004  Manish Singh  <yosh@gimp.org>
40
41         * glib/gcompletion.h: Add prototype for g_completion_complete_utf8().
42
43         * tests/completion-test.c: #include <string.h>
44
45 2004-02-05  Tor Lillqvist  <tml@iki.fi>
46
47         * glib/glib.def: Add g_completion_complete_utf8.
48
49 Thu Feb  5 01:19:12 2004  Matthias Clasen  <maclas@gmx.de>
50
51         * tests/file-test.c (test_mkstemp): Weaken an g_assert() to a 
52         g_warning(), since apparently nothing in Posix forces mkstemp()
53         to reject templates without any X's.  (#133397)
54
55 Thu Feb  5 00:56:28 2004  Matthias Clasen  <maclas@gmx.de>
56
57         * glib/gcompletion.c (g_completion_complete_utf8): New function which
58         works like g_completion_complete(), but strips a trailing incomplete
59         UTF-8 character from the prefix.  (#133313, Theppitak Karoonboonyanan)
60
61         * tests/completion-test.c (main): Some GCompletion tests.
62
63         * tests/Makefile.am: Add completion-test.
64
65 2004-02-01  Tor Lillqvist  <tml@iki.fi>
66
67         * glib/glib.def: Add g_strsplit_set.
68
69 Sat Jan 31 03:13:56 2004  Matthias Clasen  <maclas@gmx.de>
70
71         * glib/garray.c (g_byte_array_remove_range): Don't return FALSE
72         from a pointer function.  (#131472, Morten Welinder)
73
74 2004-01-30  Noah Levitt  <nlevitt@columbia.edu>
75
76         * glib/gunicomp.h:
77         * glib/gunidecomp.c:
78         * glib/gen-unicode-tables.pl: Size compose_table correctly. (#123421,
79         Simon Josefsson)
80
81         * glib/gen-unicode-tables.pl: Get rid of some new warnings from perl
82         5.8.1.
83
84 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
85
86         * m4macros/glib-2.0.m4
87         * m4macros/glib-gettext.m4: quote AC_DEFUN macro names so automake
88         1.8 won't whine at us.
89
90 Wed Jan 28 01:39:21 2004  Matthias Clasen  <maclas@gmx.de>
91
92         * glib/gstrfuncs.h: 
93         * glib/gstrfuncs.c (g_strsplit_set): New function, a cross 
94         between g_strsplit() and strtok().  (#88329, Soeren Sandmann)
95
96         * tests/strfunc-test.c (main): Add g_strsplit_set() tests.
97         
98 Fri Jan 23 22:49:52 2004  Matthias Clasen  <maclas@gmx.de>
99
100         * glib/gutils.c (g_get_any_init): Sigh, protect against
101         pw->pw_gecos being "" as well.  (#132317, Kaj-Michael Lang)
102         
103 2004-01-23  Tor Lillqvist  <tml@iki.fi>
104
105         * glib/glib.def: Add new functions.
106
107         * glib/grand.c: Don't include <unistd.h> unless
108         HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
109         (g_rand_new): Use getppid() only on G_OS_UNIX.
110
111 Thu Jan 22 15:16:11 2004  Owen Taylor  <otaylor@redhat.com>
112
113         * === Released 2.3.2 ===
114
115 Thu Jan 22 13:55:44 2004  Owen Taylor  <otaylor@redhat.com>
116
117         * glib/gtimer.c: Add g_timer_continue().
118         (#98536, Tim-Philipp Müller)
119
120         * configure.in: Version 2.3.2, interface age 0.
121
122         * NEWS: tweak, finish.
123
124 Thu Jan 22 20:50:55 2004  Matthias Clasen  <maclas@gmx.de>
125
126         * glib/gutils.c (g_get_any_init): Protect against
127         pw->pw_gecos being NULL.
128
129 Thu Jan 22 00:41:34 2004  Matthias Clasen  <maclas@gmx.de>
130
131         * glib/gutils.c (g_get_any_init): Don't treat the Win32
132         user name like a gecos field, and when extracting a real
133         name from a gecos field, replace '&' by the capitalized
134         user name (a traditional passwd feature).  
135         (#118973, reported by Soeren Boll Overgaard)
136
137 Tue Jan 20 22:31:22 2004  Matthias Clasen  <maclas@gmx.de>
138
139         * NEWS: Start of 2.3.2 section.
140
141 Fri Jan 16 21:45:56 2004  Matthias Clasen  <maclas@gmx.de>
142
143         * glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
144
145 Thu Jan 15 22:35:04 2004  Matthias Clasen  <maclas@gmx.de>
146
147         * glib/gstring.c (g_string_up): 
148         * glib/gstring.c (g_string_down): 
149         * glib/gstring.c (g_string_ascii_down): Move initialization of
150         variables after g_return_val_if_fail.  (#131564, Olivier Poncet)
151
152 Sun Jan 11 16:13:20 2004  Manish Singh  <yosh@gimp.org>
153
154         * configure.in: Add G_MAXSIZE, define in terms of G_MAXUfoo.
155
156         * tests/type-test.c: Add test for G_MAXSIZE.
157
158         * glibconfig.h.win32.in: Cleanup, add some missing bits.
159
160 Sun Jan 11 16:05:35 2004  Manish Singh  <yosh@gimp.org>
161
162         * glib/giounix.c: #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.
163
164 Sat Jan 10 00:11:12 2004  Manish Singh  <yosh@gimp.org>
165
166         * glib/gutils.h (g_bit_nth_lsf,g_bit_nth_msf): 64-bit cleanliness
167         fixes.
168
169         * docs/reference/glib/tmpl/misc_utils.sgml: update to reflect the
170         above take gulongs now. My docs suck, someone should revisit it.
171
172 Fri Dec 19 11:49:21 2003  George Lebl <jirka@5z.com>
173
174         * glib/grand.c
175           glib/grand.h (g_rand_new) (g_rand_new_with_seed)
176           (g_rand_new_with_seed_array) (g_rand_set_seed_array):  Add
177           the init_by_array functionality from the reference implementation
178           of the mersenne twister (mt19937ar.c) and change the naming
179           to fit with the rest of the grand API.  New functions are
180           g_rand_new_with_seed_array, g_rand_set_seed_array.  This is only
181           reliable/tested for the 2.2 version of the seeding as that's what
182           the reference implementation uses.  Also modify g_rand_new to
183           get 4 longs from /dev/urandom since that will always be available
184           anyway and we get more entropy and if /dev/urandom is unavailable
185           use also 4 longs for seeding using secs, usecs, getpid and getppid.
186           For version 2.0 use only a simple seed again but be more careful
187           about seeding with secs/usecs in this case.
188
189         * glib/grand.c
190           glib/grand.h (g_rand_copy):  Add g_rand_copy function to copy the
191           current state of the random number generator.
192
193         * glib/grand.c (g_rand_new):  Add testing for EINTR when reading
194           from /dev/urandom
195
196         * tests/rand-test.c: add testing of the array seeding stuff against
197           the reference implementation, plus add statistical sanity check
198           to see that the values outputted are truly kind of random.  And
199           check that g_rand_copy truly copies the state by checking a few
200           terms.
201
202 Tue Jan  6 15:38:30 2004  Owen Taylor  <otaylor@redhat.com>
203  
204         * glib/gutils.h: Check defined (__OPTIMIZE__) not
205         __OPTIMIZE__. (Zack Rusin)
206  
207 2003-12-30  Murray Cumming  <murrayc@usa.net>
208   
209         * gobject/glib-mkenums.in: Added a lowercase_name option, to be used
210         next to the enum declaration, where the flag option is already used,
211         when it is not possible to guess where to put the underscores in the
212         _get_type() function name, for instance for GNOMEVFSURIHide.
213
214 Fri Dec 26 02:03:58 2003  Matthias Clasen  <maclas@gmx.de>
215
216         * glib/garray.[hc] (g_ptr_array_foreach): New function to
217         call a function for each element of a GPtrArray.  (#114790)
218
219         * tests/array-test.c (main): Add a test for g_ptr_array_foreach().
220
221 Sun Dec 21 22:57:58 2003  Matthias Clasen  <maclas@gmx.de>
222
223         * m4macros/glib-gettext.m4: Quote macro names to support 
224         reading the file multiple times.  (#125537)
225
226 Sun Dec 21 22:42:42 2003  Matthias Clasen  <maclas@gmx.de>
227
228         * glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the
229         mem_chunks list.  (#127096, Balazs Scheidler)
230
231 2003-12-14  Hans Breuer  <hans@breuer.org>
232
233         * glib/gfileutils.c : make g_file_test(,G_FILE_TEST_IS_EXECUTABLE)
234         return something useful on win32, too. 
235
236 2003-12-13  Hans Breuer  <hans@breuer.org>
237
238         * glib/gconvert.c : get_filename_charset() needs to
239         return false for filenames not encoded in utf-8, 
240         which is always true on win32
241
242         * glibconfig.h.win32.in : (u)int64 modifier isn't the
243         gcc 'll' but always the msvcrt one 'I64'
244
245         * glib/glib.def : updated
246
247 Thu Dec 11 10:31:21 2003  Manish Singh  <yosh@gimp.org>
248
249         * glib/gmacros.h: change #elif with no expression to #else in
250         G_STRFUNC definition. Thanks to Damien Carbery, fixes #129101.
251
252 Mon Dec  8 12:02:40 2003  Owen Taylor  <otaylor@redhat.com>
253
254         * === Released 2.3.1 ===
255
256         * NEWS: Further updates for 2.3.1.
257
258 Fri Dec  5 12:09:13 2003  Manish Singh  <yosh@gimp.org>
259
260         * glib/gunidecomp.c (_g_utf8_normalize_wc): fix gint/gsize confusion.
261
262 2003-12-04  Noah Levitt  <nlevitt@columbia.edu>
263
264         * glib/gunidecomp.c: Add hangul composition and decomposition to
265         unicode normalization. (#100456)
266
267         * tests/unicode-normalize.c: Test hangul.
268
269 Tue Dec  2 02:29:41 2003  Matthias Clasen  <maclas@gmx.de>
270
271         Fix for #103710, Mark Jones:
272         
273         * glib/gtypes.h (G_MAXINT64): Define G_{MIN,MAX,MAXU}INT{8,16,32,64}.
274         * configure.in: Don't put G_{MIN,MAX,MAXU}INT64 in glibconfig.h.
275
276 Thu Nov 27 17:04:08 2003  Tim Janik  <timj@gtk.org>
277
278         * glib/gstrfuncs.c (g_strconcat): handle NULL arguments
279         gracefully.
280
281         * glib/gmacros.h: defined G_STRFUNC, which (pretty) prints the
282         current function (since G_STRLOC and G_GNUC_*FUNCTION became
283         unusable with gcc-3.0).
284
285 Wed Nov 26 16:45:16 2003  Roozbeh Pournader  <roozbeh@sharif.edu>
286
287         * glib/gstrfuncs.c: Fixed a bad pointer comparison in
288         g_ascii_strtod that came up in fa_IR locale (#126640, Behdad
289         Esfahbod).
290
291         * tests/strtod-test.c: Fixed the tests to catch the above.
292
293 Sat Nov 22 14:16:51.15 2003  Andrew Lanoix  <alanoix@umich.edu>
294
295         * glib/giowin32.c: Bind inter-thread comminication 
296                 sockets to INADDR_LOOPBACK instead of INADDR_ANY.
297
298 Thu Nov 20 15:09:40 2003  Manish Singh  <yosh@gimp.org>
299
300         * configure.in: Added G_GSIZE_FORMAT and friends
301
302         * tests/printf-test.c
303         * tests/testglib.c
304         * tests/type-test.c: Add tests for the above.
305
306 Mon Nov 17 17:28:10 2003  Manish Singh  <yosh@gimp.org>
307
308         * tests/thread-test.c (test_g_thread_once): Use GUINT_TO_POINTER
309         for g_thread_create data.
310
311 Sat Nov 15 23:00:57 2003  Matthias Clasen  <maclas@gmx.de>
312
313         * glib/guniprop.c (g_utf8_casefold): Add a NULL check
314         to be consistent with the other g_utf8_ functions.  (#121618,
315         Tim-Philipp Müller)
316
317 2003-11-15  Tor Lillqvist  <tml@iki.fi>
318
319         * tests/makefile.msc.in: Fix for MSVC build: Skip strtod-test, use
320         correct glib libraries, with 2.0 in the names. (#126906, John
321         Ehresman)
322
323 Sat Nov 15 00:46:14 2003  Matthias Clasen  <maclas@gmx.de>
324
325         * configure.in: Don't blindly set glib_cv_long_long_format to
326         "ll" when using the included printf. As long as the native 
327         printf supports 64bit printing, use the native format.  
328         (#119525, Tor Lillqvist)
329
330 Fri Nov 14 00:28:46 2003  Matthias Clasen  <maclas@gmx.de>
331
332         * glib/gi18n.h:
333         * glib/gi18n-lib.h: Also define bind_textdomain_codeset() in
334         the #ifndef ENABLE_NLS case.
335
336 Wed Nov 12 15:06:27 2003  Owen Taylor  <otaylor@redhat.com>
337
338         * configure.in: Version 2.3.1, interface age 0.
339
340         * NEWS: Update for 2.3.1.
341
342 2003-11-07  Mark McLoughlin  <mark@skynet.ie>
343
344         * glib/gconvert.c: (get_filename_charset): re-work to
345         retain a copy of the cached charset rather than the
346         actual return value from g_get_charset (which may
347         change). Also, re-initialize the cache if it does
348         change. See bug #126454.
349
350 Thu Nov  6 00:04:46 2003  Matthias Clasen  <maclas@gmx.de>
351
352         * glib/gconvert.c (get_filename_charset): Replacement for
353         have_broken_filenames() which consults the environment variable
354         G_FILENAME_ENCODINGS in addition to G_BROKEN_FILENAMES.
355         * glib/gconvert.c (g_filename_from_utf8): 
356         * glib/gconvert.c (g_filename_to_utf8): 
357         * glib/gconvert.c (_g_convert_thread_init): Use
358         get_filename_charset() instead of have_broken_filenames().
359
360 Wed Nov  5 22:05:19 2003  Matthias Clasen  <maclas@gmx.de>
361
362         * glib/gi18n-lib.h: 
363         * glib/gi18n.h: New headers defining common gettext-support
364         macros.
365
366         * glib/Makefile.am (glibsubinclude_HEADERS): Add gi18n.h
367         and gi18n-lib.h.
368
369         * glib/gstrfuncs.h: 
370         * glib/gstrfuncs.c (g_strip_context): Auxiliary function for
371         the implementation of Q_().
372
373 2003-11-05  Morten Welinder  <terra@gnome.org>
374
375         * glib/garray.c (g_ptr_array_remove_range): Make it compile.
376         (#119337, self.)
377
378         * glib/gstring.c (g_string_insert_len): Handle the case where the
379         to-be-inserted string is a substring of the target string.
380         (g_string_assign): Handle "s = s;".
381         (#114260, self.)
382
383 Sun Nov  2 01:47:31 2003  Matthias Clasen  <maclas@gmx.de>
384
385         Fix 64bit printing for MSVC builds (#119292, Hans Breuer):
386         
387         * configure.in (HAVE_INT64_AND_I64): Define for MSVC to 
388         include support for printing __int64 with format %I64 in 
389         the gnulib printf wrappers. 
390         * glib/gnulib/printf-args.h (enum arg_type): Add TYPE_INT64 
391         and TYPE_UINT64.
392         * glib/gnulib/printf-args.h (struct argument): Add a_int64 and 
393         a_uint64 members.
394         * glib/gnulib/printf-args.c (printf_fetchargs): Support
395         TYPE_INT64 and TYPE_UINT64.
396         * glib/gnulib/printf-parse.c (printf_parse): Parse I64 format
397         modifier and map formats to TYPE_INT64.
398         * glib/gnulib/vasnprintf.c (vasnprintf): Print TYPE_INT64 with
399         format modifier I64.
400         * glib/gnulib/README: Document the __int64 support.
401         
402 Sat Nov  1 08:45:38 2003  Owen Taylor  <otaylor@redhat.com>
403
404         * glib/gmain.c (g_main_context_iterate): Set the
405         return value from the result of g_main_context_check()
406         (after we poll) rather than g_main_context_prepare.
407         (#121675, Padraig O'Briain)
408
409 Fri Oct 31 00:13:53 2003  Matthias Clasen  <maclas@gmx.de>
410
411         * configure.in: Remove the semicolon from the definition of
412         g_once(), so that GPOINTER_TO_INT (g_once (...)) works.
413
414 Tue Oct 28 23:38:30 2003  Matthias Clasen  <maclas@gmx.de>
415
416         * tests/printf-test.c: Change the %e tests to not check for
417         actual string equality, but rather equality under g_ascii_strtod(),
418         since the number of leading digits in the exponent seems to 
419         be not exactly prescribed by SUS.
420
421 Fri Oct 24 17:09:04 2003  Owen Taylor  <otaylor@redhat.com>
422
423         * === Released 2.3.0 ===
424
425         * NEWS: Small update.
426
427 2003-10-24  Tor Lillqvist  <tml@iki.fi>
428
429         * configure.in: Force shared library (DLL) only on Windows.
430         (I don't think that is controversial?) Remove unnecessary
431         AC_LIBTOOL_WIN32_DLL. Don't use -D_REENTRANT on
432         Win32, it is not used by mingw or MSVC headers.
433
434         * config.h.win32.in
435         * glibconfig.h.win32.in: Match what configure produces.
436         
437         * glib/gconvert.c
438         * glib/gutils.c: Mark a couple of functions and variables that
439         aren't public as static.
440
441         * glib/gnulib/g-gnulib.h: Undef HAVE_SNPRINTF before (re)defining
442         it potentially differently, to silence compiler.
443
444         * glib/glib.def: Add some missing entries.
445         
446         * tests/gobject/Makefile.am (LDADD): Reorder, put libgobject after
447         libtestgobject.
448
449         * tests/gobject/ifaceproperties.c (main): NULL-terminate arg list
450         to g_object_set() and _get().
451
452 Thu Oct 23 12:38:24 2003  Owen Taylor  <otaylor@redhat.com>
453
454         * tests/gobject/Makefile.am (dist-hook): Remove 
455         and extra backslash.
456
457         * tests/gobject/Makefile.am (EXTRA_DIST): Add 
458         testmarshal.list.
459
460         * glib/Makefile.am (libglib_2_0_la_SOURCES): Add
461         missing gunicode-private.h.
462
463         * tests/testglib.c (main): Fix a warning.
464
465         * tests/gobject/ifaceinherit.c: Remove check that
466         wasn't supposed to work (adding an interface already
467         added to the derived class to the base class), 
468         fix a bug.
469
470 Wed Oct 22 23:41:03 2003  Matthias Clasen  <maclas@gmx.de>
471
472         * NEWS: Update for 2.3.0.
473
474 Tue Oct 14 17:44:38 2003  Owen Taylor  <otaylor@redhat.com>
475
476         * tests/gobject/ifaceproperties.c: Test for interface
477         properties and GParamSpecOverride.
478
479 Wed Oct  8 23:40:26 2003  Matthias Clasen  <maclas@gmx.de>
480
481         * glib/gmarkup.c (g_markup_printf_escaped): 
482         (g_markup_vprintf_escaped): Document as 2.4 additions.
483         (unescape_text): Implement newline and whitespace normalization
484         according to the XML specification.  (#123919)
485         (g_markup_escape_text): Document whitespace (non)handling.
486
487 2003-10-05  Matthias Clasen  <maclas@gmx.de>
488
489         * configure.in: Make the various printf feature test macros
490         reflect the system printf, even when using the included printf.
491         In particular, don't force HAVE_C99_SNPRINTF, since g-gnulib.h 
492         needs that test result.  (#122973)
493
494         * glib/gprintf.c (g_vasprintf): Don't rely on HAVE_VASPRINTF,
495         directly check for _g_vasprintf.
496
497         * glib/gprintfint.h (_g_vasprintf): Only define _g_vasprintf()
498         if vasprintf() is available.
499
500         * glib/gnulib/printf.c (_g_gnulib_vfprintf): Don't write
501         trailing nul to the file. (#122973)
502
503         * acinclude.m4 (AC_FUNC_VSNPRINTF_C99): Make the test 
504         detect non-C99-compliance of AIX 5.1 and Solaris 
505         vsnprintf().  (#122496)
506
507 Thu Oct  2 01:15:46 2003  Owen Taylor  <otaylor@redhat.com>
508
509         * tests/gobject/ifacecheck.c: Test case for
510         g_type_add_interface_check().
511
512         * tests/gobject/ifaceinit.c: Add #undef G_DISABLE_ASSERT.
513
514 Thu Oct  2 01:11:39 2003  Owen Taylor  <otaylor@redhat.com>
515
516         * tests/gobject/ifaceinherit.c: Remove some tests that
517         were testing things that weren't supposed to work; add
518         a test for adding an interface first to the child class,
519         then to the parent class.
520
521 Thu Oct  2 00:02:55 2003  Owen Taylor  <otaylor@redhat.com>
522
523         * tests/gobject/Makefile.am test/gobject/ifaceinherit.c:
524         Tests of interface inheritance and overriding.
525
526 2003-09-30  Tor Lillqvist  <tml@iki.fi>
527
528         * glib/gspawn-win32.c (do_spawn): Call protect_argv() in
529         do_spawn() instead of in do_spawn_with_pipes() so that we can use
530         the original argv[0] as the program file name parameter to
531         spawnv() in the shortcut (doing without helper process)
532         code. Fixes problem if GIMP 1.3 was installed in a path with
533         spaces in the name.
534
535 Tue Sep 30 15:31:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
536
537         * glib/guniprop.c (has_more_above): make the argument const to
538         get rid of warning
539
540         * glib/garray.c (g_byte_array_remove_range): insert cast to get
541         rid of warning
542
543 2003-09-29  Tor Lillqvist  <tml@iki.fi>
544
545         * tests/testglib.c (main): Use hardcoded name for DLL, as there is
546         no reliable way to determine it at compile or run time anyway. 
547
548 2003-09-29  Matthias Clasen  <maclas@gmx.de>
549
550         * glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4" 
551         to docs.
552
553 Thu Sep 25 15:43:08 2003  Owen Taylor  <otaylor@redhat.com>
554
555         * tests/gobject/testmodule.[ch] test/gobject/Makefile.am:
556         Dummy dynamic type module for testing type plugin code
557         and dynamic types.
558
559         * test/gobject/defaultiface.c: Test of 
560         g_type_default_interface_ref() and friends.
561
562 2003-09-28  Gediminas Paulauskas  <menesis@delfi.lt>
563
564     * configure.in: Added lt to ALL_LINGUAS.
565
566 2003-09-25  Tor Lillqvist  <tml@iki.fi>
567
568         * glib/glib.def: Remove g_bsearch_array_* entries that don't exist
569         any longer. (ABI change?)
570
571 Thu Sep 25 15:01:37 2003  Owen Taylor  <otaylor@redhat.com>
572
573         * tests/Makefile.am (SUBDIRS): Add gobject/.
574
575 Fri Sep 12 16:26:21 2003  Owen Taylor  <otaylor@redhat.com>
576
577         * tests/gobject/ configure.in: New directory, framework 
578         for automated GObject tests.
579
580         * tests/gobject/override.c: Move testoverride.c
581         here, automate.
582
583         * tests/gobject/ifaceinit.c: Move testifaceinit.c here.
584
585         * tests/gobject/accumulator.c: Test signal accumulators,
586         including g_signal_accumulator_true_handled.
587
588 2003-09-12  Noah Levitt  <nlevitt@columbia.edu>
589
590         * glib/gen-unicode-tables.pl: Take a directory where to look for the
591         unicode files on the command line instead of 7 individual files.
592
593 2003-09-12  Noah Levitt  <nlevitt@columbia.edu>
594
595         * glib/gen-unicode-tables.pl:
596         * glib/gunichartables.h:
597         * glib/gunicode.h:
598         * glib/guniprop.c: Add g_unichar_get_mirror_char. (#114749)
599
600 Thu Sep 11 20:11:05 2003  Owen Taylor  <otaylor@redhat.com>
601
602         * glib/gmarkup.c: Add g_markup_printf_escaped(), 
603         g_markup_vprintf_escaped().
604
605         * tests/markup-escape-test.c (main): Test for
606         g_markup_escape_text(), g_markup_printf_escaped().
607
608 2003-09-10  Noah Levitt  <nlevitt@columbia.edu>
609
610         * glib/gunicodeprivate.h:
611         * glib/gunicollate.c:
612         * glib/gunidecomp.c:
613         * glib/guniprop.c:
614         * tests/casemap.txt:
615         * tests/gen-casemap-txt.pl: Unicode 4.0 special casing. (#114681)
616
617         * glib/gunicodeprivate.h: Use a private header instead of extern
618         function declarations (_g_utf8_normalize_wc,
619         _g_unichar_combining_class).
620
621 Mon Sep  8 00:31:10 2003  Stefan Westerfeld  <stefan@space.twc.de>
622
623         * glib/gbsearcharray.h: inserted casts for C++.
624
625 2003-08-28  Matthias Clasen  <maclas@gmx.de>
626
627         * tests/patterntest.c (verbose): Fix a C99ism.  (#120821, Thomas 
628         Klausner)
629
630 2003-08-25  Tor Lillqvist  <tml@iki.fi>
631
632         * glib/giowin32.c (read_thread): Avoid UNLOCKing the critical
633         section twice, which might cause a hang. (#120653)
634
635         * glib/giowin32.c (g_io_channel_unix_new): Warn if fd is both a
636         valid file descriptor and socket.
637
638 Mon Aug 25 12:34:36 2003  Owen Taylor  <otaylor@redhat.com>
639
640         * glib/gmessages.c: Escape control characters in g_logv() output.
641         (#108287, Christian Biere)
642
643 Mon Aug 25 12:17:20 2003  Owen Taylor  <otaylor@redhat.com>
644
645         * glib/gmain.c (g_main_context_unref_and_unlock): 
646         When DISABLE_MEM_POOLS is set, loop through and free
647         the poll records explicitely, since g_mem_chunk_destroy()
648         won't do it. (#118121, Morten Welinder)
649  
650 2003-08-22  Samúel Jón Gunnarsson  <sammi@techattack.nu>
651
652         * is.po: Added "is" to ALL_LINGUAS.
653         
654 2003-08-19  Tor Lillqvist  <tml@iki.fi>
655
656         * glib/gmessages.c (g_logv): [Win32] Make the fatal error message
657         box easier to notice with MB_SETFOREGROUND. Also use MB_ICONERROR
658         to get a nice stop-sign icon.
659
660 Tue Aug 19 09:42:06 2003  Owen Taylor  <otaylor@redhat.com>
661  
662         * m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
663         temporarily, not -lintl. (Problem with fix for 
664         #119171, pointed out by James Henstridge)
665  
666 Tue Aug 19 03:55:29 2003  Tim Janik  <timj@gtk.org>
667
668         * glib/gbsearcharray.h: license change, no restrictions are made
669         in the new license at all, the implmentation is simply provided
670         "as is" to allow copy-pasting the code into any third-party app.
671         naturally, the implementation is self-contained within the header
672         file to allow this.
673         default to non-shrinking behaviour, allow users to request shrinking
674         via G_BSEARCH_ARRAY_AUTO_SHRINK.
675         creation, deletion functions are now named g_bsearch_array_create()
676         and g_bsearch_array_free(). 
677         fixed const in prototypes, removed cruft.
678         (g_bsearch_array_insert): take only three arguments, do nothing if the
679         node to insert is already there.
680         (g_bsearch_array_replace): insert or replace if the node is already
681         there.
682         (g_bsearch_array_remove): remove nodes by index, the index of a node
683         can be found via g_bsearch_array_get_index().
684         removed other g_bsearch_array_remove*() variants.
685         (g_bsearch_array_lookup): minor optimizations.
686         (g_bsearch_array_lookup_sibling): return nodes on mismatches.
687
688         * glib/gbsearcharray.c: removed.
689
690 2003-08-16  Tor Lillqvist  <tml@iki.fi>
691
692         Fix #117925 (Dov Grobgeld):
693
694         * glib/gutils.c (g_find_program_in_path, g_basename,
695         g_path_get_basename, g_path_is_absolute, g_path_skip_root,
696         g_path_get_dirname, g_get_any_init): On Win32, look also for
697         slashes ('/') as pathname separators.
698
699         * glib/gfileutils.c (g_file_open_tmp): Ditto. If the template
700         contains a pathname separator, include the actual one in the error
701         message, instead of always the canonical one.
702
703         (g_build_filename): Separate implementation on Win32 that looks
704         for either slash or backslash. Document Unix/Windows differences.
705
706         * tests/testglib.c
707         * tests/strfunc-test.c: Test above functionality on Win32.
708
709 2003-08-15  Tor Lillqvist  <tml@iki.fi>
710
711         * glib/gmain.c (g_poll): [Win32] Don't exceed handle array
712         bounds. Warn if there would be too many handles to wait
713         for. (WaitForMultipleObjects() has a relatively low limit of 64
714         handles. The Win32 IO channel code should be fixed not to need to
715         wait for one handle per file or socket being watched. Later.)
716
717 2003-08-13  Tor Lillqvist  <tml@iki.fi>
718
719         * glib/Makefile.am
720         * gmodule/Makefile.am
721         * gobject/Makefile.am
722         * gthread/Makefile.am: Use srcdir also in references to the .def
723         files. (#118885, Jeff Bonggren)
724
725 2003-08-12  Tor Lillqvist  <tml@iki.fi>
726
727         * glib/gconvert.c (g_locale_from_utf8): Drop the Win32-specific
728         implementation. It used WideCharToMultiByte(), which is broken as
729         it stores unconvertable characters as fallback characters
730         (question marks) in the destination string without being able to
731         tell how much of the conversion succeeded. Using g_convert() like
732         on Unix is better and simpler. (#117872)
733
734         (g_locale_to_utf8): No need for the Win32-specific implementation
735         here, either.
736
737         (have_broken_filenames): Define as TRUE on Win32.
738
739         (g_filename_to_utf8, g_filename_from_utf8): Drop Win32 ifdefs. As
740         have_broken_filenames() now is defined TRUE on Win32, works as
741         before.
742         
743 2003-08-11  Matthias Clasen  <maclas@gmx.de>
744
745         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
746         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
747         xmlcatalog in PATH.  (#119115) 
748
749 2003-08-10  Tor Lillqvist  <tml@iki.fi>
750
751         * glib/gutils.c (g_getenv): Don't use a cache of variable name to
752         value mappings on Win32, as that breaks g_setenv() and
753         g_unsetenv(). Only call ExpandEnvironmentStrings() if necessary,
754         and in that case return a quarkified string. It is still
755         questionable how necessary expanding embedded environment variable
756         references is. Possibly the whole Win32-specific g_getenv()
757         implementation could be removed. (#119520)
758
759 2003-08-08  Tor Lillqvist  <tml@iki.fi>
760
761         * glib/glib.def: Add g_once_impl.
762
763         * glib/gutils.c (g_setenv): Fix syntax error in the !HAVE_SETENV
764         case.
765
766 2003-08-08  Matthias Clasen  <maclas@gmx.de>
767
768         * tests/env-test.c (main): Remove a test for getenv() behaviour
769         which isn't specified by SUS and doesn't work on Solaris.
770
771 2003-08-07  Matthias Clasen  <maclas@gmx.de>
772
773         * tests/env-test.c: Add tests for '=' in names and values.
774
775         * glib/gutils.c (g_setenv, g_unsetenv): Check that the variable
776         name doesn't contain '='. Add a declaration for environ.  (#119338)
777
778         * acinclude.m4: Tighten the snprintf() test to check behaviour on
779         zero-size buffers.  (#106091) 
780
781         * tests/patterntest.c: Specify test strings in UTF-8, remove all
782         charset conversion. Replace the NOISY define by a cmdline arg
783         --noisy.   (#115757) 
784
785 Thu Aug  7 15:01:09 2003  Owen Taylor  <otaylor@redhat.com>
786
787         * m4macros/glib-gettext.m4: Set $LIBS to include
788         -lintl when checking for dcgettext and 
789         _nl_msg_cat_cntr. (Tim Mooney, #119171)
790
791 Thu Aug  7 14:15:44 2003  Owen Taylor  <otaylor@redhat.com>
792
793         * glib/gmain.c (g_idle_source_new): Make the default priority
794         for idle sources G_PRIORITY_DEFAULT_IDLE as anybody would
795         expect and document that. (#114461, reported by Andy Wingo)
796
797 2003-08-06  Noah Levitt  <nlevitt@columbia.edu>
798
799         * tests/casemap.txt:
800         * tests/gen-casemap-txt.pl: Add test for special case not at inital
801         position in the string, the bug just fixed. (#118957)
802
803 2003-08-05  Noah Levitt  <nlevitt@columbia.edu>
804
805         * glib/guniprop.c: Get rid of "len" parameter to output_special_case
806         and output_marks, and make them work more like g_unichar_to_utf8,
807         fixing a bug in the process. (#118957)
808
809 2003-08-05  Hans Breuer  <hans@breuer.org>
810
811         * glib/gnulib/makefile.msc : (new file) for msvc build
812
813         * glib/gnulib/vasnprintf.c : use glib/galloc.h
814
815         * glib/gnulib/printf.h : #include <stdio.h> for FILE*
816
817         * glib/makefile.msc.in : replace trio with gnulib
818
819         * glib/glib.def : updated externals
820
821         * glib/guniprop.c : fix for guniprop.c(582) : error C2082: 
822         redefinition of formal parameter 'len'
823
824 2003-08-04  Noah Levitt  <nlevitt@columbia.edu>
825
826         * tests/unicode-normalize.c: We do handle > BMP now, so test it.
827
828 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
829
830         * tests/file-test.c: s/g_read_link/g_file_read_link/ (#118727)
831
832 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
833
834         * tests/unicode-encoding.c: Return nonzero exit status if the test
835         fails. (#118729) 
836
837 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
838
839         * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
840         is the last valid unicode character. Add check that U+10ffff is
841         NOTUNICODE. (#118730)
842
843 2003-07-30  Noah Levitt  <nlevitt@columbia.edu>
844
845         * glib/gen-unicode-tables.pl:
846         * glib/gunibreak.c:
847         * glib/gunibreak.h:
848         * glib/gunichartables.h:
849         * glib/gunicode.h:
850         * glib/gunicomp.h:
851         * glib/gunidecomp.c:
852         * glib/gunidecomp.h:
853         * glib/guniprop.c:
854         * tests/casefold.txt:
855         * tests/casemap.txt:
856         * tests/gen-casefold-txt.pl:
857         * tests/gen-casemap-txt.pl: Update Unicode data to 4.0. (#107974)
858
859 2003-07-31  Tor Lillqvist  <tml@iki.fi>
860
861         * glib/gspawn-win32.c: When possible, manage without the helper
862         process. (Part of the enhancements outlined in #98737.) Speeds up
863         GIMP 1.3's first-time-run plug-in query phase a lot.
864
865         Plug a file descriptor (and thus Win32 handle) leak: close the
866         read end of the child error report pipe after use.
867
868 2003-07-30  Matthias Clasen  <maclas@gmx.de>
869
870         * glib/gutils.c (g_unsetenv): Use same argument name as in header,
871         to pacify gtk-doc. 
872         (g_getenv): Move docs inline, add comment about lifespan of return
873         value. 
874
875         * glib-2.0.pc.in (Libs): Remove forgotten @TRIO_LIBS@.  (#118616,
876         Noah Levitt) 
877
878         * glib/gfileutils.[hc]: Rename g_read_link() to g_file_read_link()
879         to better match the remaining file utilities in the g_file_
880         namespace and to better separate it from readlink(). This is
881         hopefully no problem as the function is just 2 days old.
882
883 2003-07-29  Matthias Clasen  <maclas@gmx.de>
884
885         * glib/gqsort.[hc] (g_qsort_with_data): 
886         * glib/gconvert.[hc] (g_filename_to_uri, g_filename_from_uri): 
887         * glib/gfileutils.[hc] (g_mkstemp, g_file_open_tmp): Use gchar,
888         gint, gsize instead of char, int, size_t in the interface for
889         consistency.  (#118567) 
890
891         Replace trio printf() by gnulib vasnprintf():  (#101874)
892         
893         * configure.in: Define HAVE_LONG_LONG_FORMAT if system printf
894         understands %llu; rename enable_trio to enable_included_printf;
895         add misc. tests needed for gnulib vasnprintf(); define
896         G_GINT{16,32,64}_MODIFIER in glibconfig.h.
897
898         * acinclude.m4: Misc tests needed for gnulib vasnprintf():
899         AC_FUNC_SNPRINTF_C99, bh_C_SIGNED, jm_AC_TYPE_LONG_LONG, 
900         gt_TYPE_LONGDOUBLE, gt_TYPE_WCHAR_T, gt_TYPE_WINT_T,
901         gt_AC_TYPE_INTMAX_T, jm_AC_HEADER_STDINT_H,  
902         jm_AC_HEADER_INTTYPES_H. 
903
904         * glib/Makefile.am: Replace TRIO_SUBDIR by PRINTF_SUBDIR and
905         trio_libtrio_la by printf_la.  
906
907         * glib/gprintfint.h: Include gnulib/printf.h and use _g_gnulib_
908         functions instead of _g_trio_ functions. 
909
910         * glib/trio/*: Removed
911
912         * glib/gnulib/*: vasnprintf() implementation from gnulib, patched
913         to live in the _g_gnulib namespace, use g_malloc instead of
914         malloc, and support long long printing even if system printf
915         doesn't. For more details, see glib/gnulib/README.
916         
917         * tests/printf-test.c: Add tests for 64 bit printing.
918
919 2003-07-28  Matthias Clasen  <maclas@gmx.de>
920
921         * glib/gfileutils.h: 
922         * glib/gfileutils.c: New function g_read_link(). (#72545)
923
924         * configure.in: Check for setenv, unsetenv, readlink and symlink.
925
926         * tests/file-test.c (test_readlink): Test for g_read_link() (only
927         on systems supporting symbolic links).
928
929         * tests/env-test.c: New test for g_{get,set,unset}env().
930
931         * tests/Makefile.am (test_programs): Add env-test.
932
933         * glib/gutils.h: 
934         * glib/gutils.c: New functions g_setenv() and g_unsetenv().  (#100763)
935
936 2003-07-26  Matthias Clasen  <maclas@gmx.de>
937
938         * tests/printf-test.c: New test, tests printf behaviour. This was
939         already mentioned in Makefile.am by accident.
940
941         * tests/file-test.c: New test, currently contains mkstemp tests
942         copied from testglib.c. 
943
944         * tests/Makefile.am (test_programs): Add file-test.
945
946         * glib/gprintf.c: Fix all g_return_val_if_fail () checks to return
947         -1 on error to match the behaviour of the stdio printf() family.
948
949         * glib/garray.h: 
950         * glib/garray.c (g_{,byte,pointer}_remove_range): New functions to
951         remove a range of elements from an array.  (#94879, Nalin Dahyabhai)
952
953         * glib/gmessages.c (g_logv): Remove the 1024 char limit in the
954         common (non-recursive) case.
955
956 2003-07-25  Matthias Clasen  <maclas@gmx.de>
957
958         * glib/gwin32.c: 
959         * glib/gutf8.c: 
960         * glib/gunicollate.c: 
961         * glib/gtree.c: 
962         * glib/gspawn.c: 
963         * glib/gmain.c: 
964         * glib/giochannel.c: 
965         * glib/gfileutils.c: 
966         * glib/gerror.c: 
967         * glib/gconvert.c: 
968         * glib/gasyncqueue.c: 
969         * glib/gmem.c: Remove some explicit Docbook markup which is no
970         longer necessary since gtk-doc does the right thing.
971
972         * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
973
974 2003-07-20  Hans Breuer  <hans@breuer.org>
975
976         * glib/trio/makefile.msc : (new file) for msvc build
977
978         * glib/glib.def : removed some duplicated entries
979
980         * glib/gscanner.c : add same workaround for MSVC(5.0)
981         which does not allow to cast an uint64 to float.
982         Same as in gvaluetransform.c
983         Also move #include <io.h> behind inclusion of "glib.h"
984         which defines the needed G_OS_WIN32
985
986         * glib/makefile.msc.in : added gprintf.obj, trio\trio.lib
987         as well as shell32.lib
988
989         * tests/spawn-test.c : include <io.h> on win32
990
991 2003-07-12  Matthias Clasen  <maclas@gmx.de>
992
993         * glib/gprintf.c: Doc additions.
994
995 2003-07-10  Joel Brich <joel.brich@laposte.net>
996
997         * configure.in: Added "eo" to ALL_LINGUAS.
998
999 Wed Jul  9 16:27:26 2003  Manish Singh  <yosh@gimp.org>
1000
1001         * glib/gmain.c (g_main_context_unref_and_unlock): check if
1002         context->poll_chunk is set before trying to destroy it. For example,
1003         this can happen if no sources are added to a context before it is
1004         freed.
1005
1006 2003-07-09  Morten Welinder  <terra@gnome.org>
1007
1008         * glib/gprintf.c (g_vasprintf): Avoid var declaration after
1009         statement.
1010
1011 2003-07-09  Matthias Clasen  <maclas@gmx.de>
1012
1013         Support for one-time initialization functions.  (#69668, Sebastian
1014         Wilhelmi) 
1015
1016         * configure.in: Check whether double checked locking is safe,
1017         define g_once() in glibconfig.h accordingly.
1018         * glib/gthread.h: Add GOnce, GOnceStatus, G_ONCE_INIT and g_once_impl.
1019         * glib/gthread.c (g_once_impl): Fallback implementation using a
1020         mutex if double checked locking is unsafe.
1021         * tests/thread-test.c: Add tests for g_once().
1022
1023 2003-07-02  Matthias Clasen  <maclas@gmx.de>
1024
1025         * glib/gstrfuncs.c (g_strfreev): Move docs inline, document behavior 
1026         for NULL. (#116439, Steve Chaplin)
1027
1028 2003-06-25  Abigail Brady  <morwen@evilmagic.org>
1029  
1030         * glib/gconvert.c (g_convert_with_fallback): Use C99 style \uxxxx
1031         and \Uxxxxyyyy escapes instead for fallback instead of perl-style
1032         \X{xxxx} ones, fixing bug #114284.
1033
1034 2003-06-25  Tor Lillqvist  <tml@iki.fi>
1035
1036         * glib/giowin32.c (g_io_channel_unix_new): Pass real &optval and
1037         &optlen to getsockopt() instead of NULL. Don't remember why I
1038         thought that NULL could be used (as we don't actually use the
1039         returned value for anything), the Platform SDK documentation
1040         doesn't imply so.
1041
1042 2003-06-19  Matthias Clasen  <maclas@gmx.de>
1043
1044         * glib/gutils.c (g_path_get_basename): Move the documentation
1045         inline and add details.  (#108505)
1046
1047 2003-06-18  Matthias Clasen  <maclas@gmx.de>
1048
1049         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
1050         macros to check for XML catalog contents and path, borrowed from
1051         gtk-doc. 
1052
1053         * configure.in: New option --enable-man to enable regeneration of
1054         man pages from Docbook, if the necessary tools are found.
1055
1056 2003-06-17  Matthias Clasen  <maclas@gmx.de>
1057
1058         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
1059         macros to check for XML catalog contents and path, borrowed from
1060         gtk-doc. 
1061         
1062         * configure.in: New option --enable-man to enable regeneration of
1063         man pages from Docbook, if the necessary tools are found.
1064
1065 2003-06-15  Tor Lillqvist  <tml@iki.fi>
1066
1067         * glib-zip.in (DLLDIR): Test where the DLLs actually are.
1068
1069         * README.win32: Point to FSF's binary Win32 distributions of
1070         libiconv and gettext-runtime.
1071
1072 2003-06-11  Tor Lillqvist  <tml@iki.fi>
1073
1074         * glib-zip.in (DEVZIP): libtool 1.5 installs DLLs in the bin
1075         subdirectory, so get them from there.
1076
1077         * glib/gwin32.c (g_win32_getlocale): Use "sr@Latn" and "sr" in the
1078         same way as the po files for Serbian in Latin and Cyrillic script.
1079
1080 2003-06-11  Sebastian Wilhelmi  <seppi@seppi.de>
1081
1082         * configure.in: Remove false &. Spotted by Albert Chin
1083         <gtk-devel-list@thewrittenword.com>.
1084
1085 2003-06-08  Tor Lillqvist  <tml@iki.fi>
1086
1087         * glib/giowin32.c: Fix indentation and spacing. Use
1088         INADDR_LOOPBACK instead of inet_addr("127.0.0.1") and
1089         gethostbyaddr().
1090
1091 Sat Jun  6 16:18:10 2003  Andrew Lanoix  <alanoix@umich.edu>
1092
1093         * glib/giowin32.c: Resolved thread deadlocks in socket 
1094         ichannel code to support Add-Cancel-Add watch functionality 
1095         on windows. Also cleaned up socket error handling to not 
1096         segfault and do the right thing.
1097         
1098 Fri Jun  6 10:24:23 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
1099
1100         * m4macros/glib-gettext.m4: Test for Solaris native gettext 
1101         in libc, seeing if it supports GNU catalog format (#85217).
1102         
1103 Thu Jun  5 23:40:31 2003  Owen Taylor  <otaylor@redhat.com>
1104
1105         * glib/gmain.c: When dispatching a source that is
1106         !CAN_RECURSE, temporarily remove any file descriptors
1107         that that source has registered from the main loop, to keep
1108         recursive main loops from busy-waiting if input
1109         becomes available on one of those file descriptors.
1110         (#112222, Christian Krause)
1111
1112         * glib/gmain.c (g_source_set_priority): Properly
1113         remove the source from the context's source list
1114         and reinsert it sorted, rather than simply setting
1115         source->next/prev to NULL! (#114274)
1116
1117 2003-06-06  Matthias Clasen  <maclas@gmx.de>
1118
1119         * glib/gstring.c (g_string_append_printf_internal): Use
1120         g_vasprintf() and g_string_append_len(), thus enabling embedded
1121         nuls in the result of g_string_printf().  (#92492, Owen Taylor)
1122
1123         * tests/string-test.c: Add a test for embedded nuls in the
1124         result of g_string_printf().
1125
1126         * glib/gprintf.[ch]: Synchronize argument names with headers and docs.
1127         (g_vasprintf): An implementation of vasprintf(), code was lifted
1128         from g_strdup_vprintf().  (#112365)
1129
1130         * glib/gstrfuncs.c (g_strdup_vprintf): Just use g_vasprintf().
1131
1132 2003-06-05  Tor Lillqvist  <tml@iki.fi>
1133
1134         * glib/giochannel.h
1135         * glib/gmain.h: Remove bogus (Win32-only) declaration of
1136         g_main_poll_win32_msg_add(). No such function exists.
1137
1138         * glib/gmain.c (g_poll) [Win32]: Use g_win32_error_message() for
1139         better warning messages.
1140
1141 2003-06-04  Noah Levitt  <nlevitt@columbia.edu>
1142
1143         * glib/gunidecomp.h (combine): Fix typo (#114375). Also, make the
1144         function static.
1145
1146 2003-06-03  Sebastian Wilhelmi  <seppi@seppi.de>
1147
1148         * configure.in: Test for pthread_setschedparam. If not existant,
1149         disable priorities. (#104718)
1150
1151 Mon Jun  2 14:18:21 2003  Owen Taylor  <otaylor@redhat.com>
1152
1153         Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825)
1154  
1155         * glib/gspawn.c (read_data): Don't read() into '&buf', while this
1156         is technically okay - it is clearer as just 'buf'.
1157         (write_all): New helper function that handles write() interrupts.
1158         (write_err_and_exit): Use write_all() instead of write().
1159         (fork_exec_with_pipes): Same here.
1160         
1161 Sun Jun  1 09:42:36 2003  Owen Taylor  <otaylor@redhat.com>
1162
1163         * glib/giochannel.c (g_io_error_get_from_g_error): Put 
1164         the g_return_val_if_fail() in the right place.
1165
1166 Fri May 31 1:17:45 2003  Ray Strode  <halfline@hawaii.rr.com>
1167
1168         * glib/giochannel.c (g_io_channel_error_from_errno):
1169         Fix typo: should be G_IO_ERROR_UNKNOWN not
1170         G_ERROR_ERROR_UNKNOWN
1171
1172 Fri May 30 19:23:47 2003  Owen Taylor  <otaylor@redhat.com>
1173
1174         * glib/gstrfuncs.c (g_ascii_strncasecmp)
1175         * glib/gstrfuncs.c (g_ascii_strcasecmp): Use TOLOWER()
1176         macro instead of g_ascii_tolower() (#107138)
1177
1178 Fri May 30 19:09:25 2003  Owen Taylor  <otaylor@redhat.com>
1179
1180         * m4macros/glib-gettext.m4: Backport better handling
1181         of ALL_LINGUAS from gettext.m4. (#103808, Andras Salamon)
1182
1183 Fri May 30 18:46:05 2003  Owen Taylor  <otaylor@redhat.com>
1184
1185         * m4macros/glib-gettext.m4: expand $exec_prefix as
1186         well as $prefix. (#107290, reported by Morten Welinder,
1187         patch from Raja Harinath)
1188
1189 Fri May 30 17:24:23 2003  Owen Taylor  <otaylor@redhat.com>
1190
1191         * glib-gettextize.in: Quote $srcdir to handle $srcdir
1192         with spaces (#107850, Evan Martin)
1193
1194 Fri May 30 16:48:26 2003  Owen Taylor  <otaylor@redhat.com>
1195  
1196         * glib/giochannel.c (g_io_channel_error_from_errno):
1197         Silently return G_IO_CHANNEL_ERROR_FAILED for EINTR,
1198         since close() can return EINTR. (#11842, Balazs Scheidler)
1199  
1200 Fri May 30 15:51:43 2003  Owen Taylor  <otaylor@redhat.com>
1201
1202         * glib/giochannel.c (g_io_error_get_from_g_error): 
1203         Do a g_return_val_if_fail() on err == NULL to be a
1204         bit more robuts on buggy IO channel implementations.
1205         (#113396, Dan Winship)
1206
1207 Tue May 27 19:56:35 2003  Owen Taylor  <otaylor@redhat.com>
1208
1209         * glib/gmacros.h: __PRETTY_FUNCTION__ was made a non-token
1210         before gcc-3.0.0 for C++. (Fix from Martin Kretzschmar,
1211         #113797)
1212
1213 2003-05-28  Matthias Clasen  <maclas@gmx.de>
1214
1215         * tests/patterntest.c: Remain silent when sucessful. 
1216
1217         * tests/Makefile.am: Add patterntest to make check.  (113143)
1218
1219 2003-05-27  Matthias Clasen  <maclas@gmx.de>
1220
1221         * glib/gstrfuncs.c (g_strdup): Use memcpy instead of
1222         strcpy. (#106988, Christian Biere)
1223
1224 2003-05-27  Matthias Clasen  <maclas@gmx.de>
1225
1226         * glib/gstrfuncs.c (g_strdup): Use memcpy instead of
1227         strcpy. (#106988, Christian Biere)
1228
1229 2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
1230
1231         * glib/gutf8.c: Fix typo in UNICODE_VALID (related to #107427).
1232
1233 2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
1234
1235         * glib/guniprop.c: Remove stale comment.
1236
1237 2003-05-22  Noah Levitt  <nlevitt@columbia.edu>
1238
1239         * glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
1240
1241 2003-05-21  Noah Levitt  <nlevitt@columbia.edu>
1242
1243         * glib/guniprop.c: Fix obscure typo in case conversion routine
1244         (#113469).
1245
1246 Tue May 20 14:14:55 2003  Manish Singh  <yosh@gimp.org>
1247
1248         * configure.in: wrap 64-bit MIN/MAX limit constants in
1249         G_GINT64_CONSTANT. Fixes bug #108699.
1250
1251 2003-05-19  Noah Levitt  <nlevitt@columbia.edu>
1252
1253         * glib/gunibreak.c: Fix cut-and-pasto: g_unichar_break_type should
1254         return G_UNICODE_BREAK_UNKNOWN if the character is greater than
1255         G_UNICODE_LAST_CHAR.
1256
1257 2003-05-19  Noah Levitt  <nlevitt@columbia.edu>
1258
1259         * glib/glist.c: Remove unused function g_list_sort2 (bug #113203).
1260
1261 2003-05-19  Noah Levitt  <nlevitt@columbia.edu>
1262
1263         * glib/gunidecomp.c: Fix off-by-one error in
1264         g_unicode_canonical_ordering (bug #113260).
1265
1266 2003-05-19 Arafat Medini <lumina@silverpen.de>
1267
1268         * ar.po: Added ar to ALL_LINGUAS
1269
1270 2003-05-17  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
1271
1272         * configure.in: Added cy to ALL_LINGUAS
1273
1274 2003-05-05  Matthias Clasen  <maclas@gmx.de>
1275
1276         * glib/gstrfuncs.c (g_ascii_dtostr): 
1277         (g_ascii_formatd): 
1278         (g_ascii_strtod): Some doc fixes.  (#111805)
1279
1280 2003-05-05  Christian Rose  <menthos@menthos.com>
1281
1282         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
1283
1284 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
1285
1286         * autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
1287
1288 2003-04-09  Matthias Clasen  <maclas@gmx.de>
1289
1290         * INSTALL: 
1291         * INSTALL.in: Remove list of configuration flags, since these 
1292         are already documented in docs/reference/glib/building.sgml.
1293
1294 2003-04-08  Matthias Clasen  <maclas@gmx.de>
1295
1296         * INSTALL: Move Cross-compliation information to reference manual.
1297
1298 Mon Apr  7 13:40:28 2003  Owen Taylor  <otaylor@redhat.com>
1299
1300         * glib/gmain.c (g_main_loop_run): When waiting for
1301         the main loop to be freed up, wait on either
1302         !loop->is_running or got_ownership, not both.
1303         (Caused gtk_dialog_run() not to work in other
1304         threads, reported by Jean-Yves Lefort)
1305
1306 2003-04-07  Matthias Clasen  <maclas@gmx.de>
1307
1308         * glib/gutf8.c (g_utf8_strlen): Warn if p == NULL && max != 0.
1309         (#110087) 
1310
1311 2003-04-01  Tor Lillqvist  <tml@iki.fi>
1312
1313         * glib/glib.def: Add g_string_chunk_insert_len.
1314
1315 2003-04-01  Matthias Clasen  <maclas@gmx.de>
1316
1317         * glib/gstring.[hc] (g_string_chunk_insert_len): New function, to
1318         insert possible non-nul-terminated byte sequences into a string
1319         chunk.  (#96279)
1320         (g_string_chunk_insert): Implement in terms of
1321         g_string_chunk_insert_len() now.
1322
1323 2003-03-30  Matthias Clasen  <maclas@gmx.de>
1324
1325         * glib/gstring.c (g_string_new): Optimize the common cases 
1326         (init == NULL or init == "") a bit.
1327         * glib/gmarkup.c, glib/gmessages.c, glib/gscanner.c,
1328         glib/gshell.c, glib/gspawn-win32-helper.c, glib/gspawn-win32.c,
1329         glib/gspawn.c, gobject/gvaluetransform.c: replace uses of 
1330         g_string_new ("") by g_string_new (NULL).  (#106973, Morten Welinder)
1331
1332         * glib/gutf8.c (UNICODE_VALID): Update to Unicode 3.1 and optimize
1333         a bit.  (#107427, Noah Lewitt)
1334
1335         * glib/libcharset/config.charset: Add cp1251 support for Solaris.
1336         (#104738, Hidetoshi Tajima)
1337
1338         * glib/gconvert.c (UnsafeCharacterSet): Get rid of
1339         UNSAFE_DOS_PATH.
1340         (acceptable): Align with RFC2396.  (#59653)
1341
1342         * tests/uri-test.c: Adjust to the changes above.
1343
1344 2003-03-26  Christian Rose  <menthos@menthos.com>
1345
1346         * configure.in: Added "yi" to ALL_LINGUAS.
1347
1348 2003-03-19  Matthias Clasen  <maclas@gmx.de>
1349
1350         * glib/giochannel.c (g_io_channel_read_to_end): Fix docs.
1351
1352 2003-03-19  Anders Carlsson  <andersca@codefactory.se>
1353
1354         * configure.in: Bump version to 2.3.0
1355
1356 2003-03-14  Sebastian Wilhelmi  <seppi@seppi.de>
1357
1358         * glib/gthread.c: Do not define function g_thread_init_glib, if
1359         not G_THREADS_ENABLED. It's not called bu g_thread_init() then,
1360         but calls other, in that case undefined functions.
1361
1362 2003-03-06  Matthias Clasen  <maclas@gmx.de>
1363
1364         * glib/gmain.c (g_main_context_find_source_by_id): 
1365         (g_main_context_find_source_by_funcs_user_data): Fix FALSE/NULL
1366         confusion.  (#107646, Morten Welinder)
1367
1368 2003-03-01  James Henstridge  <james@daa.com.au>
1369
1370         * autogen.sh: require automake 1.7.  Add calls to libtoolize and
1371         gtkdocize.  Clean up some of the error messages.
1372
1373         * configure.in: move version declaration to the top of the file
1374         (before AC_INIT), using M4 macros.
1375         GLIB_AC_DIVERT_BEFORE_HELP() calls no longer necessary, due to use
1376         of M4 macro expansion in help messages instead.
1377         Convert AC_ARG_WITH/AC_ARG_ENABLE calls to use AC_HELP_STRING to
1378         format help strings.  Use quadrigraphs to get square brackets to
1379         show correctly.
1380         Replace gtk-doc checks with a call to GTK_DOC_CHECK() macro.
1381         Use AC_CONFIG_COMMANDS([glibconfig.h], ...) to output
1382         glibconfig.h, so that "./config.status glibconfig.h" works.
1383         Add an extra AC_CONFIG_FILES call listing other files we want
1384         generated by config.status protected by an "if false" block.  This
1385         way automake generates the rules needed to rebuild the files for
1386         us.
1387         Add quotes in various places.
1388
1389         * docs/reference/*/Makefile.am: convert to use the common
1390         gtk-doc.make file.  This localises the complexity to a single
1391         makefile fragment maintained with gtk-doc itself.
1392
1393         * */Makefile.am: remove unneeded rules to build win32 files with
1394         config.status.  Automake now does this for us.
1395         Replace instances of @FOO@ with $(FOO) where appropriate -- this
1396         allows automake to do a better job checking the makefile.
1397         Add some files to DISTCLEANFILES where appropriate
1398
1399         * Makefile.am: use the DISTCHECK_CONFIGURE_FLAGS variable to
1400         ensure that --enable-gtk-doc is passed to configure during a
1401         distcheck.  Remove the custom distcheck, since the standard one
1402         will now do.
1403
1404         * gobject/Makefile.am: switch to BUILT_SOURCES, since that now
1405         works.
1406
1407 2003-02-26  Matthias Clasen  <maclas@gmx.de>
1408
1409         * glib/gstrfuncs.c (g_strdup_vprintf): Use g_strndup, not
1410         g_strdup, since we know the length in advance.
1411
1412         * glib/gunidecomp.c (g_unicode_canonical_decomposition): Use
1413         g_malloc instead of directly using malloc.
1414
1415 2003-02-25  Tor Lillqvist  <tml@iki.fi>
1416
1417         * glib/glib.def: Add a couple of missing entries, thanks to Cedric
1418         Gustin. Thread initialization function changes according to
1419         Sebastian Wilhelmi's changes below (2003-02-14).
1420
1421 2003-02-24  Matthias Clasen  <maclas@gmx.de>
1422
1423         * glib/gdir.c (g_dir_read_name): Clarify documentation.
1424
1425 2003-02-18  Sebastian Wilhelmi  <seppi@seppi.de>
1426
1427         * configure.in: Make glib_thread_test not unnecessarily convert
1428         between int and void*. (#106278). Let main return int.
1429
1430         * configure.in: Add an argument to specify the default thread
1431         attribute to glib_thread_test. Disappeared somewhere between 2.0
1432         and 2.2.
1433
1434 2003-02-14  Sebastian Wilhelmi  <seppi@seppi.de>
1435
1436         Fixes for #101264 and #99372:
1437
1438         * glib/gconvert.h, glib/gmain.c, glib/gmem.c, glib/gmessages.c,
1439         glib/grand.c: Include gthreadinit.h and rename the thread
1440         initialization functions a bit and let them start with _, so that
1441         later we can stop exporting them.
1442         
1443         * glib/gmem.c, glib/gmessages.c: Move the g_private_new() calls to
1444         new functions. They have to be called after setting
1445         g_threads_got_initialized to TRUE (see #101264).
1446
1447         * glib/gthread.c: Include gthreadinit.h. Renamed g_mutex_init() to
1448         g_thread_init_glib(). Call the thread initialization functions
1449         (which are not allowed to call g_private_new), then set
1450         g_threads_got_initialized to TRUE, then call the other thread
1451         initialization functions (which must not call anything but
1452         g_private_new()).
1453         
1454         * glib/gthreadinit.h: New private header to cleanly declare all
1455         thread initialization functions.
1456
1457         * gthread/gthread-impl.c: Include gthreadinit.h. In
1458         g_thread_init() just call g_thread_init_glib(), which in turn calls the
1459         other functions (see #99372).
1460         
1461         * glib/Makefile.am: Added gthreadinit.h.
1462
1463 2003-02-12  Sebastian Wilhelmi  <seppi@seppi.de>
1464
1465         * configure.in: Make GLib recognize Tru64Unix thread system. (#103020)
1466
1467 2003-02-11  Tor Lillqvist  <tml@iki.fi>
1468
1469         * Makefile.am (EXTRA_DIST): Include ChangeLog.pre-2-2.
1470
1471         * glib-zip.in: Include also the gtk-doc/html documentation in the
1472         developer package.
1473
1474         * README.win32: Updates.
1475
1476 2003-02-11  Sebastian Wilhelmi  <seppi@seppi.de>
1477
1478         * AUTHORS: Changed my e-mail address.
1479         * glib/grand.c: Removed my e-mail address.
1480
1481 2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
1482
1483         * po/id.po: Added Indonesian translation
1484         * configure.in: Added "id" to ALL_LINGUAS
1485
1486 2003-02-06  Matthias Clasen  <maclas@gmx.de>
1487
1488         * glib/gmessages.h: 
1489         * glib/gmem.h: 
1490         * glib/ghash.h: 
1491         * glib/gasyncqueue.h: 
1492         * glib/garray.h: 
1493         * glib/ghook.h: 
1494         * glib/gtypes.h: Fix a bunch of typos in header comments.
1495         (#102422, Morten Welinder)
1496
1497 2003-02-04  Tor Lillqvist  <tml@iki.fi>
1498
1499         * glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
1500         SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.
1501         
1502         Merge from stable branch: 
1503
1504         Fix for bug #104014, reported by Alex Shaduri:
1505         
1506         * glib/gspawn-win32.c (protect_argv): New function. Add
1507         double-quotes around argv elements that need it, and escape
1508         embedded double-quotes with backslash.
1509         (do_spawn_with_pipes) Call protect_argv().
1510
1511         * glib/gspawn-win32-helper.c (WinMain): Call protect_argv().
1512
1513         * glib/gspawn.c (g_spawn_async_with_pipes): Document argument
1514         vector vs. command line details on Win32.
1515         (g_spawn_command_line_sync): Improve documentation about
1516         backslashes in the command line on Windows.
1517
1518 Thu Jan 30 16:45:13 2003  Owen Taylor  <otaylor@redhat.com>
1519
1520         * Makefile.am: Remove references to glib.spec.
1521         (#102231)
1522
1523         * configure.in: Don't generate glib.spec.
1524
1525 Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
1526
1527         * m4macros/glib-gettext.m4: If msgfmt isn't found,
1528         unset gt_cv_have_gettext. (#102552, Tim Mooney)
1529
1530 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
1531
1532         * autogen.sh (have_automake): Fix version in complaint
1533         message about automake. (#104366, Rich Burridge)
1534
1535 2003-01-22  Pablo Saratxaga  <pablo@mandrakesoft.com>
1536
1537         * configure.in: Added Bengali (bn) to ALL_LINGUAS
1538
1539 2003-01-21  Christian Rose  <menthos@menthos.com>
1540
1541         * configure.in: Added "mn" to ALL_LINGUAS.
1542
1543 2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>
1544
1545         * configure.in: Added Farsi (fa), Italian (it), Latvian (lv),
1546         Macedonian (mk) to ALL_LINGUAS
1547
1548 2003-01-16  Daniel Yacob <locales@geez.org>
1549
1550         * configure.in: added am to ALL_LINGUAS
1551         
1552 2003-01-12  Tor Lillqvist  <tml@iki.fi>
1553
1554         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
1555
1556 2003-01-05  Tor Lillqvist  <tml@iki.fi>
1557
1558         * README.win32: Updates.
1559
1560         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
1561         libm. (Mingw has a dummy libm.a, but the .pc file should be
1562         useable by MSVC users, too.)
1563
1564 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
1565
1566         (Ancient, binary compatible fixes found sitting in my tree)
1567
1568         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
1569
1570         * Better error message for EFAULT in  g_io_channel_error_from_errno()
1571
1572 2003-01-04  Tor Lillqvist  <tml@iki.fi>
1573
1574         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
1575
1576         * {glib,gmodule,gobject,gthread}/Makefile.am:
1577         [Win32] Install also the .def files, to help users generate
1578         import libraries for other compilers. Uninstall, too.
1579
1580         * glib-zip.in: Include .def files from above.
1581
1582         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
1583         broken pipes are unreadable. (Well, they are, but read() handles
1584         it, and treats it like EOF.)
1585
1586 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
1587
1588         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
1589         tests for inline keywords. Fixes #101976.
1590
1591 2003-01-02  Tor Lillqvist  <tml@iki.fi>
1592
1593         * glib/gwin32.h: Correct the comment telling what headers have
1594         the declarations of some POSIXish functions.
1595
1596         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
1597         The checks for readability/writeability were backwards.
1598
1599 2003-01-01  Tor Lillqvist  <tml@iki.fi>
1600
1601         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
1602         to ensure_stdout_valid(). #defined as empty on Unix. Move the
1603         alloc_console_called static flag inside these two functions.
1604         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
1605         stderr streams for validity, instead of what GetStdHandle() returns.
1606         (mklevel_prefix): Do use either stderr or stdout on Windows,
1607         too. Otherwise g_warning() messages (that are just warnings, by
1608         definition) will get mixed with proper stdout output. Noticed in
1609         GIMP's gimpconfig-dump.
1610         (strdup_convert, mklevel_prefix, g_printerr): Call
1611         ensure_stderr_valid() before trying to use stderr.
1612         (g_logv): [Win32] Convert message to current codepage before
1613         display with MessageBox().
1614
1615 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
1616
1617         * configure.in: Added et to ALL_LINGUAS.
1618