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