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