Fixes for #101264 and #99372:
[platform/upstream/glib.git] / ChangeLog.pre-2-6
1 2003-02-14  Sebastian Wilhelmi  <seppi@seppi.de>
2
3         Fixes for #101264 and #99372:
4
5         * glib/gconvert.h, glib/gmain.c, glib/gmem.c, glib/gmessages.c,
6         glib/grand.c: Include gthreadinit.h and rename the thread
7         initialization functions a bit and let them start with _, so that
8         later we can stop exporting them.
9         
10         * glib/gmem.c, glib/gmessages.c: Move the g_private_new() calls to
11         new functions. They have to be called after setting
12         g_threads_got_initialized to TRUE (see #101264).
13
14         * glib/gthread.c: Include gthreadinit.h. Renamed g_mutex_init() to
15         g_thread_init_glib(). Call the thread initialization functions
16         (which are not allowed to call g_private_new), then set
17         g_threads_got_initialized to TRUE, then call the other thread
18         initialization functions (which must not call anything but
19         g_private_new()).
20         
21         * glib/gthreadinit.h: New private header to cleanly declare all
22         thread initialization functions.
23
24         * gthread/gthread-impl.c: Include gthreadinit.h. In
25         g_thread_init() just call g_thread_init_glib(), which in turn calls the
26         other functions (see #99372).
27         
28         * glib/Makefile.am: Added gthreadinit.h.
29
30 2003-02-12  Sebastian Wilhelmi  <seppi@seppi.de>
31
32         * configure.in: Make GLib recognize Tru64Unix thread system. (#103020)
33
34 2003-02-11  Tor Lillqvist  <tml@iki.fi>
35
36         * Makefile.am (EXTRA_DIST): Include ChangeLog.pre-2-2.
37
38         * glib-zip.in: Include also the gtk-doc/html documentation in the
39         developer package.
40
41         * README.win32: Updates.
42
43 2003-02-11  Sebastian Wilhelmi  <seppi@seppi.de>
44
45         * AUTHORS: Changed my e-mail address.
46         * glib/grand.c: Removed my e-mail address.
47
48 2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
49
50         * po/id.po: Added Indonesian translation
51         * configure.in: Added "id" to ALL_LINGUAS
52
53 2003-02-06  Matthias Clasen  <maclas@gmx.de>
54
55         * glib/gmessages.h: 
56         * glib/gmem.h: 
57         * glib/ghash.h: 
58         * glib/gasyncqueue.h: 
59         * glib/garray.h: 
60         * glib/ghook.h: 
61         * glib/gtypes.h: Fix a bunch of typos in header comments.
62         (#102422, Morten Welinder)
63
64 2003-02-04  Tor Lillqvist  <tml@iki.fi>
65
66         * glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
67         SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.
68         
69         Merge from stable branch: 
70
71         Fix for bug #104014, reported by Alex Shaduri:
72         
73         * glib/gspawn-win32.c (protect_argv): New function. Add
74         double-quotes around argv elements that need it, and escape
75         embedded double-quotes with backslash.
76         (do_spawn_with_pipes) Call protect_argv().
77
78         * glib/gspawn-win32-helper.c (WinMain): Call protect_argv().
79
80         * glib/gspawn.c (g_spawn_async_with_pipes): Document argument
81         vector vs. command line details on Win32.
82         (g_spawn_command_line_sync): Improve documentation about
83         backslashes in the command line on Windows.
84
85 Thu Jan 30 16:45:13 2003  Owen Taylor  <otaylor@redhat.com>
86
87         * Makefile.am: Remove references to glib.spec.
88         (#102231)
89
90         * configure.in: Don't generate glib.spec.
91
92 Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
93
94         * m4macros/glib-gettext.m4: If msgfmt isn't found,
95         unset gt_cv_have_gettext. (#102552, Tim Mooney)
96
97 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
98
99         * autogen.sh (have_automake): Fix version in complaint
100         message about automake. (#104366, Rich Burridge)
101
102 2003-01-22  Pablo Saratxaga  <pablo@mandrakesoft.com>
103
104         * configure.in: Added Bengali (bn) to ALL_LINGUAS
105
106 2003-01-21  Christian Rose  <menthos@menthos.com>
107
108         * configure.in: Added "mn" to ALL_LINGUAS.
109
110 2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>
111
112         * configure.in: Added Farsi (fa), Italian (it), Latvian (lv),
113         Macedonian (mk) to ALL_LINGUAS
114
115 2003-01-16  Daniel Yacob <locales@geez.org>
116
117         * configure.in: added am to ALL_LINGUAS
118         
119 2003-01-12  Tor Lillqvist  <tml@iki.fi>
120
121         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
122
123 2003-01-05  Tor Lillqvist  <tml@iki.fi>
124
125         * README.win32: Updates.
126
127         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
128         libm. (Mingw has a dummy libm.a, but the .pc file should be
129         useable by MSVC users, too.)
130
131 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
132
133         (Ancient, binary compatible fixes found sitting in my tree)
134
135         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
136
137         * Better error message for EFAULT in  g_io_channel_error_from_errno()
138
139 2003-01-04  Tor Lillqvist  <tml@iki.fi>
140
141         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
142
143         * {glib,gmodule,gobject,gthread}/Makefile.am:
144         [Win32] Install also the .def files, to help users generate
145         import libraries for other compilers. Uninstall, too.
146
147         * glib-zip.in: Include .def files from above.
148
149         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
150         broken pipes are unreadable. (Well, they are, but read() handles
151         it, and treats it like EOF.)
152
153 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
154
155         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
156         tests for inline keywords. Fixes #101976.
157
158 2003-01-02  Tor Lillqvist  <tml@iki.fi>
159
160         * glib/gwin32.h: Correct the comment telling what headers have
161         the declarations of some POSIXish functions.
162
163         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
164         The checks for readability/writeability were backwards.
165
166 2003-01-01  Tor Lillqvist  <tml@iki.fi>
167
168         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
169         to ensure_stdout_valid(). #defined as empty on Unix. Move the
170         alloc_console_called static flag inside these two functions.
171         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
172         stderr streams for validity, instead of what GetStdHandle() returns.
173         (mklevel_prefix): Do use either stderr or stdout on Windows,
174         too. Otherwise g_warning() messages (that are just warnings, by
175         definition) will get mixed with proper stdout output. Noticed in
176         GIMP's gimpconfig-dump.
177         (strdup_convert, mklevel_prefix, g_printerr): Call
178         ensure_stderr_valid() before trying to use stderr.
179         (g_logv): [Win32] Convert message to current codepage before
180         display with MessageBox().
181
182 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
183
184         * configure.in: Added et to ALL_LINGUAS.
185