1 2003-01-04 Tor Lillqvist <tml@iki.fi>
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.)
7 Thu Jan 2 16:19:15 2003 Manish Singh <yosh@gimp.org>
9 * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
10 tests for inline keywords. Fixes #101976.
12 2003-01-02 Tor Lillqvist <tml@iki.fi>
14 * glib/gwin32.h: Correct the comment telling what headers have
15 the declarations of some POSIXish functions.
17 * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
18 The checks for readability/writeability were backwards.
20 2003-01-01 Tor Lillqvist <tml@iki.fi>
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().
36 2002-12-28 Tõivo Leedjärv <toivo@linux.ee>
38 * configure.in: Added et to ALL_LINGUAS.