c43e78b782eaf0f804f63575cf9ef097d9ee8851
[platform/upstream/glib.git] / ChangeLog.pre-2-6
1 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
2
3         (Ancient, binary compatible fixes found sitting in my tree)
4
5         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
6
7         * Better error message for EFAULT in  g_io_channel_error_from_errno()
8
9 2003-01-04  Tor Lillqvist  <tml@iki.fi>
10
11         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
12
13         * {glib,gmodule,gobject,gthread}/Makefile.am:
14         [Win32] Install also the .def files, to help users generate
15         import libraries for other compilers. Uninstall, too.
16
17         * glib-zip.in: Include .def files from above.
18
19         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
20         broken pipes are unreadable. (Well, they are, but read() handles
21         it, and treats it like EOF.)
22
23 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
24
25         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
26         tests for inline keywords. Fixes #101976.
27
28 2003-01-02  Tor Lillqvist  <tml@iki.fi>
29
30         * glib/gwin32.h: Correct the comment telling what headers have
31         the declarations of some POSIXish functions.
32
33         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
34         The checks for readability/writeability were backwards.
35
36 2003-01-01  Tor Lillqvist  <tml@iki.fi>
37
38         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
39         to ensure_stdout_valid(). #defined as empty on Unix. Move the
40         alloc_console_called static flag inside these two functions.
41         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
42         stderr streams for validity, instead of what GetStdHandle() returns.
43         (mklevel_prefix): Do use either stderr or stdout on Windows,
44         too. Otherwise g_warning() messages (that are just warnings, by
45         definition) will get mixed with proper stdout output. Noticed in
46         GIMP's gimpconfig-dump.
47         (strdup_convert, mklevel_prefix, g_printerr): Call
48         ensure_stderr_valid() before trying to use stderr.
49         (g_logv): [Win32] Convert message to current codepage before
50         display with MessageBox().
51
52 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
53
54         * configure.in: Added et to ALL_LINGUAS.
55