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