af3f9a2aaf2d7d315f3a399b0aeb81095a43ffbe
[platform/upstream/glib.git] / ChangeLog
1 2003-03-14  Sebastian Wilhelmi  <seppi@seppi.de>
2
3         * glib/gthread.c: Do not define function g_thread_init_glib, if
4         not G_THREADS_ENABLED. It's not called bu g_thread_init() then,
5         but calls other, in that case undefined functions.
6
7 2003-03-06  Matthias Clasen  <maclas@gmx.de>
8
9         * glib/gmain.c (g_main_context_find_source_by_id): 
10         (g_main_context_find_source_by_funcs_user_data): Fix FALSE/NULL
11         confusion.  (#107646, Morten Welinder)
12
13 2003-03-01  James Henstridge  <james@daa.com.au>
14
15         * autogen.sh: require automake 1.7.  Add calls to libtoolize and
16         gtkdocize.  Clean up some of the error messages.
17
18         * configure.in: move version declaration to the top of the file
19         (before AC_INIT), using M4 macros.
20         GLIB_AC_DIVERT_BEFORE_HELP() calls no longer necessary, due to use
21         of M4 macro expansion in help messages instead.
22         Convert AC_ARG_WITH/AC_ARG_ENABLE calls to use AC_HELP_STRING to
23         format help strings.  Use quadrigraphs to get square brackets to
24         show correctly.
25         Replace gtk-doc checks with a call to GTK_DOC_CHECK() macro.
26         Use AC_CONFIG_COMMANDS([glibconfig.h], ...) to output
27         glibconfig.h, so that "./config.status glibconfig.h" works.
28         Add an extra AC_CONFIG_FILES call listing other files we want
29         generated by config.status protected by an "if false" block.  This
30         way automake generates the rules needed to rebuild the files for
31         us.
32         Add quotes in various places.
33
34         * docs/reference/*/Makefile.am: convert to use the common
35         gtk-doc.make file.  This localises the complexity to a single
36         makefile fragment maintained with gtk-doc itself.
37
38         * */Makefile.am: remove unneeded rules to build win32 files with
39         config.status.  Automake now does this for us.
40         Replace instances of @FOO@ with $(FOO) where appropriate -- this
41         allows automake to do a better job checking the makefile.
42         Add some files to DISTCLEANFILES where appropriate
43
44         * Makefile.am: use the DISTCHECK_CONFIGURE_FLAGS variable to
45         ensure that --enable-gtk-doc is passed to configure during a
46         distcheck.  Remove the custom distcheck, since the standard one
47         will now do.
48
49         * gobject/Makefile.am: switch to BUILT_SOURCES, since that now
50         works.
51
52 2003-02-26  Matthias Clasen  <maclas@gmx.de>
53
54         * glib/gstrfuncs.c (g_strdup_vprintf): Use g_strndup, not
55         g_strdup, since we know the length in advance.
56
57         * glib/gunidecomp.c (g_unicode_canonical_decomposition): Use
58         g_malloc instead of directly using malloc.
59
60 2003-02-25  Tor Lillqvist  <tml@iki.fi>
61
62         * glib/glib.def: Add a couple of missing entries, thanks to Cedric
63         Gustin. Thread initialization function changes according to
64         Sebastian Wilhelmi's changes below (2003-02-14).
65
66 2003-02-24  Matthias Clasen  <maclas@gmx.de>
67
68         * glib/gdir.c (g_dir_read_name): Clarify documentation.
69
70 2003-02-18  Sebastian Wilhelmi  <seppi@seppi.de>
71
72         * configure.in: Make glib_thread_test not unnecessarily convert
73         between int and void*. (#106278). Let main return int.
74
75         * configure.in: Add an argument to specify the default thread
76         attribute to glib_thread_test. Disappeared somewhere between 2.0
77         and 2.2.
78
79 2003-02-14  Sebastian Wilhelmi  <seppi@seppi.de>
80
81         Fixes for #101264 and #99372:
82
83         * glib/gconvert.h, glib/gmain.c, glib/gmem.c, glib/gmessages.c,
84         glib/grand.c: Include gthreadinit.h and rename the thread
85         initialization functions a bit and let them start with _, so that
86         later we can stop exporting them.
87         
88         * glib/gmem.c, glib/gmessages.c: Move the g_private_new() calls to
89         new functions. They have to be called after setting
90         g_threads_got_initialized to TRUE (see #101264).
91
92         * glib/gthread.c: Include gthreadinit.h. Renamed g_mutex_init() to
93         g_thread_init_glib(). Call the thread initialization functions
94         (which are not allowed to call g_private_new), then set
95         g_threads_got_initialized to TRUE, then call the other thread
96         initialization functions (which must not call anything but
97         g_private_new()).
98         
99         * glib/gthreadinit.h: New private header to cleanly declare all
100         thread initialization functions.
101
102         * gthread/gthread-impl.c: Include gthreadinit.h. In
103         g_thread_init() just call g_thread_init_glib(), which in turn calls the
104         other functions (see #99372).
105         
106         * glib/Makefile.am: Added gthreadinit.h.
107
108 2003-02-12  Sebastian Wilhelmi  <seppi@seppi.de>
109
110         * configure.in: Make GLib recognize Tru64Unix thread system. (#103020)
111
112 2003-02-11  Tor Lillqvist  <tml@iki.fi>
113
114         * Makefile.am (EXTRA_DIST): Include ChangeLog.pre-2-2.
115
116         * glib-zip.in: Include also the gtk-doc/html documentation in the
117         developer package.
118
119         * README.win32: Updates.
120
121 2003-02-11  Sebastian Wilhelmi  <seppi@seppi.de>
122
123         * AUTHORS: Changed my e-mail address.
124         * glib/grand.c: Removed my e-mail address.
125
126 2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
127
128         * po/id.po: Added Indonesian translation
129         * configure.in: Added "id" to ALL_LINGUAS
130
131 2003-02-06  Matthias Clasen  <maclas@gmx.de>
132
133         * glib/gmessages.h: 
134         * glib/gmem.h: 
135         * glib/ghash.h: 
136         * glib/gasyncqueue.h: 
137         * glib/garray.h: 
138         * glib/ghook.h: 
139         * glib/gtypes.h: Fix a bunch of typos in header comments.
140         (#102422, Morten Welinder)
141
142 2003-02-04  Tor Lillqvist  <tml@iki.fi>
143
144         * glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
145         SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.
146         
147         Merge from stable branch: 
148
149         Fix for bug #104014, reported by Alex Shaduri:
150         
151         * glib/gspawn-win32.c (protect_argv): New function. Add
152         double-quotes around argv elements that need it, and escape
153         embedded double-quotes with backslash.
154         (do_spawn_with_pipes) Call protect_argv().
155
156         * glib/gspawn-win32-helper.c (WinMain): Call protect_argv().
157
158         * glib/gspawn.c (g_spawn_async_with_pipes): Document argument
159         vector vs. command line details on Win32.
160         (g_spawn_command_line_sync): Improve documentation about
161         backslashes in the command line on Windows.
162
163 Thu Jan 30 16:45:13 2003  Owen Taylor  <otaylor@redhat.com>
164
165         * Makefile.am: Remove references to glib.spec.
166         (#102231)
167
168         * configure.in: Don't generate glib.spec.
169
170 Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
171
172         * m4macros/glib-gettext.m4: If msgfmt isn't found,
173         unset gt_cv_have_gettext. (#102552, Tim Mooney)
174
175 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
176
177         * autogen.sh (have_automake): Fix version in complaint
178         message about automake. (#104366, Rich Burridge)
179
180 2003-01-22  Pablo Saratxaga  <pablo@mandrakesoft.com>
181
182         * configure.in: Added Bengali (bn) to ALL_LINGUAS
183
184 2003-01-21  Christian Rose  <menthos@menthos.com>
185
186         * configure.in: Added "mn" to ALL_LINGUAS.
187
188 2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>
189
190         * configure.in: Added Farsi (fa), Italian (it), Latvian (lv),
191         Macedonian (mk) to ALL_LINGUAS
192
193 2003-01-16  Daniel Yacob <locales@geez.org>
194
195         * configure.in: added am to ALL_LINGUAS
196         
197 2003-01-12  Tor Lillqvist  <tml@iki.fi>
198
199         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
200
201 2003-01-05  Tor Lillqvist  <tml@iki.fi>
202
203         * README.win32: Updates.
204
205         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
206         libm. (Mingw has a dummy libm.a, but the .pc file should be
207         useable by MSVC users, too.)
208
209 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
210
211         (Ancient, binary compatible fixes found sitting in my tree)
212
213         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
214
215         * Better error message for EFAULT in  g_io_channel_error_from_errno()
216
217 2003-01-04  Tor Lillqvist  <tml@iki.fi>
218
219         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
220
221         * {glib,gmodule,gobject,gthread}/Makefile.am:
222         [Win32] Install also the .def files, to help users generate
223         import libraries for other compilers. Uninstall, too.
224
225         * glib-zip.in: Include .def files from above.
226
227         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
228         broken pipes are unreadable. (Well, they are, but read() handles
229         it, and treats it like EOF.)
230
231 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
232
233         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
234         tests for inline keywords. Fixes #101976.
235
236 2003-01-02  Tor Lillqvist  <tml@iki.fi>
237
238         * glib/gwin32.h: Correct the comment telling what headers have
239         the declarations of some POSIXish functions.
240
241         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
242         The checks for readability/writeability were backwards.
243
244 2003-01-01  Tor Lillqvist  <tml@iki.fi>
245
246         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
247         to ensure_stdout_valid(). #defined as empty on Unix. Move the
248         alloc_console_called static flag inside these two functions.
249         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
250         stderr streams for validity, instead of what GetStdHandle() returns.
251         (mklevel_prefix): Do use either stderr or stdout on Windows,
252         too. Otherwise g_warning() messages (that are just warnings, by
253         definition) will get mixed with proper stdout output. Noticed in
254         GIMP's gimpconfig-dump.
255         (strdup_convert, mklevel_prefix, g_printerr): Call
256         ensure_stderr_valid() before trying to use stderr.
257         (g_logv): [Win32] Convert message to current codepage before
258         display with MessageBox().
259
260 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
261
262         * configure.in: Added et to ALL_LINGUAS.
263