Don't claim broken pipes are unreadable. (Well, they are, but read()
[platform/upstream/glib.git] / ChangeLog.pre-2-4
1 2003-01-04  Tor Lillqvist  <tml@iki.fi>
2
3         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
4         broken pipes are unreadable. (Well, they are, but read() handles
5         it, and treats it like EOF.)
6
7 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
8
9         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
10         tests for inline keywords. Fixes #101976.
11
12 2003-01-02  Tor Lillqvist  <tml@iki.fi>
13
14         * glib/gwin32.h: Correct the comment telling what headers have
15         the declarations of some POSIXish functions.
16
17         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
18         The checks for readability/writeability were backwards.
19
20 2003-01-01  Tor Lillqvist  <tml@iki.fi>
21
22         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
23         to ensure_stdout_valid(). #defined as empty on Unix. Move the
24         alloc_console_called static flag inside these two functions.
25         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
26         stderr streams for validity, instead of what GetStdHandle() returns.
27         (mklevel_prefix): Do use either stderr or stdout on Windows,
28         too. Otherwise g_warning() messages (that are just warnings, by
29         definition) will get mixed with proper stdout output. Noticed in
30         GIMP's gimpconfig-dump.
31         (strdup_convert, mklevel_prefix, g_printerr): Call
32         ensure_stderr_valid() before trying to use stderr.
33         (g_logv): [Win32] Convert message to current codepage before
34         display with MessageBox().
35
36 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
37
38         * configure.in: Added et to ALL_LINGUAS.
39