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