Bug 541507 – Ambiguous description of assigned characters in the Glib
[platform/upstream/glib.git] / ChangeLog
1 2008-07-04  Behdad Esfahbod  <behdad@gnome.org>
2
3         Bug 541507 – Ambiguous description of assigned characters in the Glib
4         Unicode Manipulation reference
5
6         * glib/guniprop.c
7         (g_unichar_isgraph): Return true for PrivateUse too.
8         (g_unichar_isprint): Return true for PrivateUse too.
9         (g_unichar_isdefined): Return false for Surrogate.
10
11 2008-07-04  Michael Natterer  <mitch@imendio.com>
12
13         Bug 541208 – Functions to easily install and use signals without
14         class struct slot
15
16         * tests/gobject/override.c: added tests for the new gsignal
17         overriding and chaining APIs.
18
19 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
20
21         * === Released 2.17.3 ===
22
23 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
24
25         * configure.in: Better endianness fix. From Tomas Mraz.
26
27 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
28
29         * NEWS: Updates
30
31 2008-07-02  Colin Walters  <walters@redhat.com>
32
33         * gio/gcontenttype.c: Use UNLOCK to unlock, not LOCK.
34
35 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
36
37         * configure.in: Add a check for structfs.f_bavail
38
39 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
40
41         * glib/gmain.c (g_get_current_time): Add a g_return_val_if_fail
42         check in both versions. Proposed by Patrik Olsson in bug 540545.
43
44 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
45
46         * configure.in: Workaround AC_C_BIGENDIAN breakage in autoconf 2.61.
47         Add a _cv_ to some variable names, since autoconf wants it.
48
49 2008-06-30  Matthias Clasen  <mclasen@redhat.com>
50
51         * glib/pcre/pcre_compile.c: Apply fix for CVE-2008-2371 to
52         fix a heap-based buffer overflow.
53
54 2008-06-29  Björn Lindqvist  <bjourne@gmail.com>
55
56         Bug 539626 – Update docstrings for g_object_freeze_notify and
57         g_object_thaw_notify
58
59         * gobject/gobject.c: Explain how the freeze count works.
60
61 2008-06-26  Cody Russell  <bratsche@gnome.org>
62
63         * configure.in: Add #define GLIB_USING_SYSTEM_PRINTF
64         to glibconfig.h, which specifies if GLib is using
65         the system printf functions for g_print*().
66         (#539999, by Tim-Philipp Müller)
67
68 2008-06-24  Paolo Borelli  <pborelli@katamail.com>
69
70         Bug 539770 - migrate gstrfunc unit tests to gtest
71
72         * tests/strfunc-test.c:
73         * tests/testglib.c:
74         * tests/strtoll-test.c:
75         * tests/strtod-test.c:
76         * tests/string-test.c:
77         * tests/Makefile.am:
78         Removed old tests.
79
80         * glib/tests/fileutils.c:
81         * glib/tests/strfuncs.c:
82         * glib/tests/Makefile.am:
83         Added all the old tests migrated to the new unit test framework
84         and add new unit tests for some of the functions.
85
86 2008-06-23  Kristian Rietveld  <kris@imendio.com>
87
88         * gobject/glib-mkenums.in: introduce an ENUMPREFIX substitution.
89
90         * gio/gioenumtypes.h.template: use @ENUMPREFIX@ instead of
91         hard coding "G" as prefix.
92
93 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
94
95         * glib/gurifuncs.c:
96           Fix markup in comment.
97
98 2008-06-21  Johan Dahlin  <jdahlin@async.com.br>
99
100     * *.[ch]: Include "config.h" instead of <config.h>
101     Command used:
102     find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
103     Rubberstamped by Mitch
104
105 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
106
107         Bug 316221 - G_LOCK warns about breaking strict-aliasing rules
108
109         * configure.in:
110         * glib/gthread.h: Revert previous patch as it doesn't improve the
111         situation and results in other warnings.
112
113 2008-06-16  Christian Persch  <chpe@gnome.org>
114
115         Bug 539123 – annotate g_d[n]gettext with G_GNUC_FORMAT
116
117         * glib/gstrfuncs.h:
118         * glib/glib.symbols: Annotate some functions with G_GNUC_FORMAT. 
119
120 2008-06-19  Tor Lillqvist  <tml@novell.com>
121
122         Bug 539074 - Cannot get exit status with g_spawn_command_line_sync()
123
124         * glib/gspawn-win32-helper.c (main): Write also the exit status of
125         the spawned process to the error report pipe. Patch by Hiroyuki
126         Ikezoe.
127
128 2008-06-19  Matthias Clasen  <mclasen@redhat.com>
129
130         Bug 535949 – annotate g_strip_context and g_dpgettext with
131         G_GNUC_FORMAT
132
133         * glib/gstrfuncs.h:
134         * glib/glib.symbols: Annotate some functions with G_GNUC_FORMAT.
135         Patch by Christian Persch
136
137 2008-06-19  Matthias Clasen  <mclasen@redhat.com>
138
139         Bug 539067 – The document g_io_channel_win32_new_fd() says that "Your
140         code should call only g_io_channel_read()." but gio_channel_read() is
141         deprecated
142
143         * glib/giochannel.h: Fix a reference in a comment
144         Patch by Hiroyuki Ikezoe 
145
146 2008-06-18  Matthias Clasen  <mclasen@redhat.com>
147
148         Bug 537635 – Corrections and improvements to
149         g_time_val_from_iso8601()/g_time_val_to_iso8601()
150
151         * glib/gtimer.c (g_time_val_from_iso8601): set tv_usec to 0 rather 
152         than 1 when a fraction of a second is not specified
153         (g_time_val_from_iso8601): calculate a fraction of a second
154         correctly even in case it does not happen to consist of exactly 
155         six digits; do not allow random data after the ISO 8601 string,
156         only whitespace
157         (make g_time_val_to_iso8601): support fractions of a second
158         Patch by Peter Kjellerstedt
159
160         * tests/testglib.c: Update to match
161
162 2008-06-16  Christian Persch  <chpe@gnome.org>
163
164         * glib/gbookmarkfile.c
165         * glib/gconvert.c
166         * glib/gfileutils.c
167         * glib/giochannel.c
168         * glib/giounix.c
169         * glib/giowin32.c
170         * glib/gkeyfile.c
171         * glib/gregex.c
172         * glib/gshell.c
173         * glib/gspawn-win32.c
174         * glib/gutf8.c: Use g_set_error_literal where appropriate. Patch from 
175         bug #535947.
176
177 2008-06-16  Christian Persch  <chpe@gnome.org>
178
179         * docs/reference/glib/glib-sections.txt:
180         * glib/gerror.c:
181         * glib/gerror.h:
182         * glib/glib.symbols: Add g_set_error_literal. Bug #535947.
183
184 2008-06-16  Michael Natterer  <mitch@imendio.com>
185
186         * glib/goption.c (dgettext_swapped): changed return value to
187         const gchar* to fix warning.
188
189 2008-06-14  Matthias Clasen  <mclasen@redhat.com>
190
191         * glib/gtestutils.c: Move docs around
192
193         * glib/gchecksum.h: Add docs.
194
195 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
196
197         Bug 538119 – glib's mainloop leaks a pipe to sub-processes
198
199         * glib/gmain.c (g_main_context_init_pipe): Don't leak the
200         pipes to child processes. Patch by Thiago Macieira.
201
202 2008-06-13  Hans Breuer  <hans@breuer.org>
203
204         * glib/gstrfuncs.c : to get the default translation target on
205         win32 use g_win32_get_locale() instead of setlocale(LS_MESSAGES,NULL)
206         Fixes bug #538044
207
208         * glib/makefile.msc.in gio/makefile.msc : updated
209
210 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
211
212         * configure.in: Bump version
213         
214         * === Released 2.17.2 ===
215
216         * configure.in: Fix LINGUAS conversion
217
218 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
219
220         * configure.in: Bump version
221
222         * === Released 2.17.1 ===
223
224 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
225
226         * glib/gtestutils.c: Documentation fixups
227
228 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
229
230         * glib/glist.c: Tiny doc fix
231
232 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
233
234         * NEWS: Updates
235
236 2008-06-11  Behdad Esfahbod  <behdad@gnome.org>
237
238         Bug 503071 – Application direction changes to right to left even if
239         theres no translation
240
241         * glib/gi18n-lib.h:
242         * glib/glib.symbols:
243         * glib/gstrfuncs.h:
244         * glib/gstrfuncs.c:
245         Add new functions g_dgettext() and g_dngettext().
246
247         * glib/gutils.c (glib_gettext):
248         * glib/gfileutils.c (g_format_size_for_display):
249         * glib/goption.c (dgettext_swapped):
250         Use the new functions.
251
252 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
253
254         Bug 502511 – g_assert_cmphex prints invalid message
255
256         * glib/gtestutils.c (g_assertion_message_cmpnum): Actually print
257         hex numbers in hex. 
258         Pointed out by Tor Lillqvist
259
260 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
261
262         Bug 338162 – [PATCH] Use po/LINGUAS
263
264         * po/LINGUAS: New file
265         * po/Makefile.in.in: Dist LINGUAS
266         * configure.in: Use po/LINUAS
267         Patch by Thomas Andersen
268
269 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
270
271         Bug 314453 – Nautilus crashes in Solaris when browsing the attached
272         file
273
274         * glib/gunicollate.c (g_utf8_collate_key): Handle strfxrm returning
275         -1 a little better. Problem pointed out by Takao Fujiwara
276
277 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
278
279         Bug 529321 – make check fails in glib/pcre
280
281         * glib/pcre/Makefile.am: include Makefile.decl to fix 'make check'.
282         Patch by Hiroyuki Ikezoe
283
284 2008-06-11  Tor Lillqvist  <tml@novell.com>
285
286         * glib/giowin32.c: g_win32_error_message() works fine for the
287         Winsock WSA* error codes, too, so drop the winsock_error_message()
288         function.
289
290 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
291
292         Bug 455215 – g_get_user_special_dir: no reference about
293         G_USER_DIRECTORY_DOWNLOAD fallback to $HOME/Desktop if 
294         xdg-user-dirs is not in use
295
296         * glib/gutils.c (g_get_user_special_dir): Improve the docs.
297         Proposed by Luca Ferretti
298
299 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
300
301         Bug 498732 – g_key_file_to_data cannot fail
302
303         * glib/gkeyfile.c (g_key_file_to_data): Improve the docs.
304         Proposed by Christian Persch
305
306 2008-06-11  Ross Burton  <ross@burtonini.com>
307
308         Bug 511367 - add g_file_make_directory_with_parents.
309         
310         * gio/gfile.c:
311         * gio/gfile.h:
312         * gio/gio.symbols: Add g_file_make_directory_with_parents.
313         
314 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
315
316         Bug 531900 – Use __builtin_offsetof for G_STRUCT_OFFSET if building
317         with gcc 4.0 or newer
318
319         * glib/gmacros.h: Use __builtin_offsetof for G_STRUCT_OFFSET if
320         building with gcc 4.0 or newer.
321
322 2008-06-11  Tor Lillqvist  <tml@novell.com>
323
324         * glib/gmain.c
325         * glib/gspawn.c: Clarify what a "child pid" is in the doc
326         comments.
327
328 2008-06-10  Matthias Clasen  <mclasen@redhat.com>
329
330         Bug 536158 – also bump GHashTable version when a node is removed via
331         g_hash_table_iter_remove()/g_hash_table_iter_steal()
332
333         * glib/ghash.c (iter_remove_or_steal): Bump the hash table 
334         version. Patch by Jean-Yves Lefort
335
336 2008-06-07  Tor Lillqvist  <tml@novell.com>
337
338         * glib/gstdio.c (g_access): Define X_OK if necessary (MSVC).
339
340 2008-06-02  Yevgen Muntyan  <muntyan@tamu.edu>
341
342         Bug 531403 – g_utf8_collate broken on Mac.
343
344         * glib/gunicollate.c:  (g_utf8_collate): use UCCompareTextDefault;
345         (collate_key_to_string), (carbon_collate_key_with_collator),
346         (carbon_collate_key), (carbon_collate_key_for_filename): new
347         functions using Carbon API to get collate key for g_utf8_collate_key()
348         and g_utf8_collate_key_for_filename();
349         (g_utf8_collate_key), (g_utf8_collate_key_for_filename): use those.
350
351 2008-05-30  Michael Natterer  <mitch@imendio.com>
352
353         Bug 535628 - test/patterntest.c still includes gpattern.h
354         directly.
355
356         * tests/patterntest.c: don't include "glib/gpattern.h" directly.
357         Patch from Hiroyuki Ikezoe.
358
359 2008-05-30  Tor Lillqvist  <tml@novell.com>
360
361         Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in
362         a function)
363
364         * glib/glib.symbols: Move g_utime inside #if !defined(G_OS_UNIX)
365         || defined(G_STDIO_NO_WRAP_ON_UNIX).
366
367 2008-05-30  Tor Lillqvist  <tml@novell.com>
368
369         * glib/gstdio.c (g_access) [Win32]: Mask out X_OK to avoid problem
370         on Vista. X_OK was just ignored by access() in earlier Microsoft C
371         libraries. (Which is fine as executability has little meaning on
372         Windows.) The one on Vista returns an error if X_OK is passed.
373
374 2008-05-29  Tor Lillqvist  <tml@novell.com>
375
376         * glib/gstdio.h
377         * glib/gstdio.c: Add g_utime(). No need to include <sys/utime.h>
378         in gstdio.h, just use a forward struct declaration.
379
380         * glib/glib.symbols: Add it.
381
382 2008-05-29  Tor Lillqvist  <tml@novell.com>
383
384         * glib/gnulib/printf-args.c (printf_fetchargs): wint_t is short on
385         Windows, and gcc warns: "wint_t is promoted to int when passed
386         through ... (so you should pass int not wint_t to va_arg)." And
387         indeed g_print("%C", L'a') crashes. So do as gcc says then.
388
389 2008-05-28  Michael Natterer  <mitch@imendio.com>
390
391         * configure.in: add G_DISABLE_SINGLE_INCLUDES to CPPFLAGS
392         globally.
393
394         * glib/tests/option-context.c
395         * glib/tests/testing.c
396         * tests/testingbase64.c: don't include <glib/gtestutils.h>
397
398 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
399
400         * configure.in: Bump version
401
402         * === Released 2.17.0 ===
403
404 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
405
406         * README.in: Add a note about G_DISABLE_SINGLE_HEADERS.
407
408         * NEWS: Updates
409
410 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
411
412         * tests/casemap.txt:
413         * tests/casefold.txt: Update for Unicode 5.1
414
415 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
416
417         * Revert the patch for bug 527214 and related changes. GTimer
418         is supposed to work without threads.
419
420 2008-05-27  simon.zheng  <simon.zheng@sun.com>
421
422         * configure.in: Fix #533369. Check whether memeber statvfs.f_basetype 
423         available or not.
424
425 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
426
427         * glib/pcre/*: Update to PCRE 7.7
428
429 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
430
431         * glib/gchecksum.c: Add Since: tag to g_checksum_reset
432
433         * glib/glib.symbols: Add g_checksum_reset
434
435 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
436
437         Bug 534137 – Typo in g_spawn_async_with_pipes doc
438
439         * glib/gspawn.c: Fix a typo in the docs, pointed out by Ted Percival.
440
441 2008-05-25  Tor Lillqvist  <tml@novell.com>
442
443         Bug 534319 - GLib's .pc files could use Libs.private
444
445         * glib-2.0-uninstalled.pc.in
446         * glib-2.0.pc.in
447         * gmodule-2.0-uninstalled.pc.in
448         * gmodule-2.0.pc.in
449         * gmodule-export-2.0.pc.in
450         * gmodule-no-export-2.0.pc.in: Move ICONV_LIBS and G_MODULE_LIBS
451         to Libs.private.
452
453 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
454
455         * glib/gfileutils.c (g_file_open_tmp): Small documention addition.
456
457 2008-05-22 10:49:37  Tim Janik  <timj@imendio.com>
458
459         * glib/gmacros.h: implement G_STMT_START and G_STMT_END with
460         do{}while(0), which is believed to be widely portable, fixes:
461         Bug 519026 - G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
462
463 2008-05-20  Behdad Esfahbod  <behdad@gnome.org>
464
465         Bug 501651 – Update glib/libcharset
466
467         * configure.in:
468         * glib/libcharset/Makefile.am:
469         * glib/libcharset/README:
470         * glib/libcharset/codeset.m4:
471         * glib/libcharset/config.charset:
472         * glib/libcharset/glibc21.m4:
473         * glib/libcharset/libcharset-glib.patch:
474         * glib/libcharset/libcharset.h:
475         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases),
476         (_g_locale_charset_raw):
477         * glib/libcharset/localcharset.h:
478         * glib/libcharset/make-patch.sh:
479         * glib/libcharset/ref-add.sin:
480         * glib/libcharset/ref-del.sin:
481         * glib/libcharset/update.sh:
482         Update libcharset to the one shipped with libiconv-0.12.
483
484 2008-05-20  Behdad Esfahbod  <behdad@gnome.org>
485
486         Bug 459905 – Bug in wcwidth data
487         Bug 534085 – g_unichar_iswide_cjk() has a totally wrong table
488         * glib/guniprop.c (g_unichar_iswide), (g_unichar_iswide_cjk):
489         Regenrate wide and wide_cjk tables from Unicode 5.1.0 data directly.
490         Not using Markus Kuhn's tables anymore.
491
492 2008-05-20 14:31:18  Tim Janik  <timj@imendio.com>
493
494         * reverted recent unapproved changes by Yair Hershkovitz, regarding:
495         Bug 503071 – Application direction changes to right to left even if theres no translation.
496
497 2008-05-20  Tor Lillqvist  <tml@novell.com>
498
499         * configure.in: Don't need memory barriers when using a non-gcc
500         compiler on Windows either.
501
502 2008-05-19  Tor Lillqvist  <tml@novell.com>
503
504         * glib/gdir.c: Include the dirent.h and wdirent.c from
505         ../build/win32/dirent directly here when compiling with MSVC and
506         without HAVE_DIRENT_H.
507
508 2008-05-19  Hans Breuer  <hans@breuer.org>
509
510         * glib/makefile.msc : added gi18n.c
511
512 2008-05-19  Tor Lillqvist  <tml@novell.com>
513
514         * glib/Makefile.am: #define HELPER_CONSOLE in
515         gspawn-win32-helper-console.c
516
517         * glib/gspawn-win32-helper.c: Compile a main() instead of
518         WinMain() if HELPER_CONSOLE is defined. MSVC insists on a console
519         application having a main().
520
521 2008-05-18  Matthias Clasen  <mclasen@redhat.com>
522
523         Bug 527214 – g_timer_elapsed() returns random values.
524
525         * glib/gtimer.c (g_timer_new()):
526         Print warning if g_thread_init() has not been called yet. 
527         Patch by Mathias Hasselmann
528
529 2008-05-12  Jeffrey Stedfast  <fejj@novell.com>
530
531         * glib/gchecksum.c (g_checksum_reset): New function to reset the
532         state of a GChecksum.
533         (g_checksum_new): Call g_checksum_reset() instead of duplicating
534         code.
535
536 2008-05-17  Matthias Clasen  <mclasen@redhat.com>
537
538         Bug 528667 – Typos in testing module documentation
539
540         * glib/gtestutils.c: Fix typos in the documentation.
541
542 2008-05-17  Tor Lillqvist  <tml@novell.com>
543
544         * glib/giowin32.c: Make debugging printout more compact and add
545         more information to it. No changes to actual functionality.
546
547         * glib/gmain.c: Improve debugging printouts. When
548         G_MAIN_POLL_DEBUG is defined, we check for an environment variable
549         of the same name to decide whether to print out debugging
550         information or not. G_MAIN_POLL_DEBUG is always defined on Windows
551         as there is more often a need to debug this stuff there. On Unix
552         the definition has to be uncommented (or done on the compile
553         command line).
554
555 2008-05-17  Tor Lillqvist  <tml@novell.com>
556
557         * build: Don't include the "build" module with svn:externals any
558         longer. Instead add the still relevant directories and files from
559         it for real here in GLib.
560
561 2008-05-17  Yair Hershkovitz  <yairhr@gmail.com>
562
563         * glib/glib.symbols:
564         * glib/gi18n.h: Added g_disable_setlocale().
565
566         * glib/gi18n.c: Added g_disable_setlocale() API to disable setting
567         the locale in g_i18n_init(). Dont disable translations if textdomain
568         was not set before calling g_i18n_init(). Dont disable translations if
569         the locale is "C".
570
571 2008-05-16  Tor Lillqvist  <tml@novell.com>
572
573         * config.h.win32.in: Update to match the configure-produced one.
574
575 2008-05-14  Michael Natterer  <mitch@imendio.com>
576
577         * glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM.
578
579 2008-05-13  Kjartan Maraas  <kmaraas@gnome.org>
580
581         * glib/gi18n.c: #include <locale.h> to fix the build.
582
583 2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>
584
585         * glib/gi18n.c (g_i18n_init): Coding convention fix. Space between
586         a function name and its opening parenthesis.
587
588 2008-05-12  Tor Lillqvist  <tml@novell.com>
589
590         * glib/glib.symbols: Add g_i18n_init.
591
592 2008-05-12  Tor Lillqvist  <tml@novell.com>
593
594         Bug 530457 - G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
595
596         * glib/gutils.c (load_user_special_dirs): When running on Vista or
597         later, use SHGetKnownFolderPath() to get the FOLDERID_Downloads
598         folder for G_USER_DIRECTORY_DOWNLOAD, and FOLDERID_Public for
599         G_USER_DIRECTORY_PUBLIC_SHARE.
600
601 2008-05-11  Yair Hershkovitz  <yairhr@gmail.com>
602
603         Bug 503071 - Application direction changes to right to left even if
604         theres no translation. 
605
606         * glib/gi18n.c: g_i18n_init() for initializing the glib i18n,
607         checking if a translation is available for the calling app. wrappers for
608         gettext, dgettext and dpgettext to check first if the application
609         should be translated.
610
611         * glib/gi18n.h: symbol declaration for gettext wrappers.
612
613         * glib/gi18n-lib.h: include gi18n.h instead of libintl.h.
614
615         * glib/gstrfuncs.c: moved g_dpgettext() to glib/gi18n.c.
616
617         * glib/gutils.c: use g_dgettext() instead of dgettext().
618
619         * glib/glibintl.h: include gi18n.h.
620
621         * glib.symbols: added gettext wrappers.
622
623         * glib/Makefile.am: added gi18n.c.
624
625 2008-05-05  Michael Natterer  <mitch@imendio.com>
626
627         * glib/glib.h: #define __GLIB_H_INSIDE__ around including
628         everything.
629
630         * glib/*.h: check for that define instead of __G_LIB_H__ if
631         G_DISABLE_SINGLE_INCLUDES is defined.
632
633         * glib/gdatasetprivate.h: #include <glib.h> instead of
634         <glib/gdataset.h>
635
636 2008-05-02 13:24:13  Tim Janik  <timj@imendio.com>
637
638         * glib/gmain.c: renamed GMainDispatch.dispatching_sources to be more
639         descriptive and distinguishable within the source file.
640
641 2008-04-21  Tor Lillqvist  <tml@novell.com>
642
643         Bug 528752 - Win32 build and SSL not working
644
645         This bug report against libsoup points out an issue with the use
646         of bitfields in the GIOChannel struct that should really be taken
647         care of here in GLib.
648
649         * configure.in: Add Autoconf variable GLIB_EXTRA_CFLAGS which will
650         contain the -mms-bitfields flag on Windows.
651         
652         * glib-2.0.pc.in: Add it to Cflags.
653
654 2008-04-21  Tor Lillqvist  <tml@novell.com>
655
656         * configure.in
657         * */Makefile.am: More work on enabling static building on
658         Windows. When building statically: Also define
659         GOBJECT_STATIC_COMPILATION in glibconfig.h so that also the
660         variables in gparamspecs.h get declared without any
661         dllimport/dllexport decorations. Don't install .def files which
662         obviously have no meaning for static libraries. Don't create MS
663         import libraries. Don't do any resource object files.
664
665 2008-04-18 17:40:58  Tim Janik  <timj@imendio.com>
666
667         * tests/testglib.c: fixed gstdio.h include.
668
669         * tests/Makefile.am: properly list testglib.c SOURCES.
670
671 2008-04-17  Emmanuele Bassi  <ebassi@gnome.org>
672
673         * glib/gchecksum.c:
674         (sha_byte_reverse): Use the macro GLib provides for byte-swapping
675         as it can be optimized.
676         
677         (g_checksum_update): Fix a compiler warning.
678
679 2008-04-15  Mukund Sivaraman  <muks@mukund.org>
680
681         * gio/gfile.c: Fixed typos in gtk-doc comments.
682
683 2008-04-10  Mathias Hasselmann  <mathias@openismus.com>
684
685         Bug 519137 – g_slice_dup macro needs cast for 64-bit platform
686
687         * glib/gslice.h (g_slice_copy): Apply type casts needed
688           for proper compilation on 64-bit platforms.
689
690 2008-04-09  Federico Mena Quintero  <federico@novell.com>
691
692         * glib/gbookmarkfile.c (bookmark_metadata_free): Don't leak
693         the apps_by_name hash table if the applications list is empty.
694
695 2008-04-08  Behdad Esfahbod  <behdad@gnome.org>
696
697         * glib/gunicode.h: Add ISO 15924 code comments for new scripts.
698
699 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
700
701         Bug 491554 – Update to Unicode 5.1.0
702
703         * glib/gunichartables.h:
704         * glib/gunicode.h:
705         * glib/gunibreak.h:
706         * glib/gmirroringtable.h:
707         * glib/gscripttable.h:
708         * glib/gen-script-table.pl: Update to Unicode 5.1.0. Patch by
709         Behdad Esfahbod
710
711 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
712
713         Bug 526619 – make test-report crash
714
715         * glib/gtester.c: Allocate enough space for argv. Patch by
716          Hiroyuki Ikezoe
717
718 2008-04-04  Matthias Clasen  <mclasen@redhat.com>
719
720         * glib/gmain.c: Make the fix for bug 448943 work.
721
722 2008-04-04  Tor Lillqvist  <tml@novell.com>
723
724         * configure.in: Make sure we don't build both shared and static at
725         the same time on Windows. Put a #define for
726         GLIB_STATIC_COMPILATION into glibconfig.h in the static case, so
727         that the use of variables from libglib gets the GLIB_VAR macro in
728         gtypes.h automatically correct. This means that a shared and
729         static build of GLib can't be installed in the same prefix on
730         Windows, which sucks a bit. But with variables in the GLib API,
731         there isn't much we can do otherwise. The alternative would be to
732         force the developer who compiles against a statically built GLib
733         to use -DGLIB_STATIC_COMPILATION.
734
735         * glibconfig.h.win32.in: Define GLIB_STATIC_COMPILATION here also,
736         if needed.
737
738 2008-04-03  Tor Lillqvist  <tml@novell.com>
739
740         * configure.in: Don't enforce shared library build only on
741         Windows. It might well make sense to build static libraries in
742         some use cases.
743
744         * glib/gutils.c: Don't compile the DllMain if building libglib
745         statically. Also in that case don't return NULL from
746         _glib_get_installation_directory(), but return the installation
747         directory of the program's .exe file.
748
749 2008-04-03  Tor Lillqvist  <tml@novell.com>
750
751         Bug 525972 - UCS-4 not in the new win_iconv implementation
752
753         * glib/win_iconv.c: Add UCS-4. Also add spelling of UCS-2 without
754         the hyphen.
755
756 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
757
758         Bug 448943 – g_timeout_add_seconds() problems
759
760         * glib/gmain.c (g_timeout_set_expiration): Prevent expiration
761         time going negative. Reported by Cody Russell, analyzed by
762         Olivier Crete, patch by Sjoerd Simons.
763
764 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
765
766         Bug 525674 – A typo in gmarkup.c
767
768         * glib/gmarkup.c (g_markup_parse_context_get_element_stack): Fix
769         the docs, reported by Hiroyuki Ikezoe
770
771 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
772
773         Bug 525732 – Error in documentation for g_list_first
774
775         * glib/glist.c (g_list_first): Fix the docs, reported by 
776         Salvatore Iovene
777
778 2008-04-02  Tor Lillqvist  <tml@novell.com>
779
780         Bug 524314 - g_convert() on Win32 implicitly converts full width
781         alphanumerics into half width
782         
783         * glib/win_iconv.c: Update from Yukihiro Nakadaira. Use
784         WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte() unless the
785         //translit flag was suffixed to the codeset name.
786
787         * glib/gconvert.c: Include win_iconv.c earlier so that its
788         definition of WINVER before it includes <windows.h> is used.
789
790 2008-03-31  Tor Lillqvist  <tml@novell.com>
791
792         * glib/gmain.c (g_poll): Improve fix for #525192 below: Use
793         SleepEx() so that the sleep is alertable. Thanks to John
794         Ehresman.
795
796 2008-03-31  Tor Lillqvist  <tml@novell.com>
797
798         * glib/gwin32.c
799         (g_win32_get_package_installation_directory_of_module): Fix Cygwin
800         breakage. Patch by Lieven van der Heide.
801
802 2008-03-31 10:39:17  Tim Janik  <timj@imendio.com>
803
804         * glib/gutils.h: reapply inlining fix from r6333 to fix:
805         Bug 522292 – Gives warnings in glib/gutils.h with GCC in C99 mode
806         and again:
807         Bug 315437 – extern inline -> static inline
808
809 2008-03-31  Tor Lillqvist  <tml@novell.com>
810
811         Bug 525192 - 100% CPU if run main loop with no IO sources
812
813         * glib/gmain.c (g_poll) [Win32]: Patch by Neil Roberts.
814
815 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
816
817         * glib/gtester.c: Don't use ARG_MAX.  (#522335, patch by 
818         Samuel Thibault, adapted by Sebastian Dröge)
819
820 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
821
822         * glib/gmacros.h: Add macros wrapping the gcc alloc_size 
823         function attribute.  (#523019, Rodrigo Moya)
824
825         * glib/gmem.h: 
826         * glib/gslice.h:
827         * glib/gstrfuncs.h: Use the new attribute where appropriate.
828
829 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
830
831         * glib/glibintl.h:
832         * glib/gstrfuncs.c:
833         * glib/gutils.c: Simple fixes to help building GLib on 
834         embedded systems without NLS.  (#524350, Peter Kjellerstedt)
835
836 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
837
838         * glib/ghash.c: Fix the build with -DG_DISABLE_ASSERT.
839         (#525060, Arfrever Frehtes Taifersar Arahesis)
840
841 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
842         
843         * glib/gthread.h: Replace occurrances of G_GNUC_PRETTY_FUNCTION
844         by G_STRFUNC.  (#524344, Peter Kjellerstedt)
845
846 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
847
848         * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)
849
850 2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>
851
852         Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
853         other optimizations
854
855         * glib/gbookmarkfile.c: (bookmark_metadata_dump),
856         (bookmark_item_dump), (g_bookmark_file_dump), (expand_exec_line):
857         Replace all calls to g_string_append_printf with g_strconcat () or
858         g_string_append () where appropriate, to reduce the file creation time.
859         Also, use g_string_sized_new () with an appropriate buffer size instead
860         of g_string_new (NULL), to reduce time spent in memory reallocation.
861         (#523877, Claudio Saavedra, Emmanuele Bassi)
862
863 2008-03-22  Emmanuele Bassi  <ebassi@gnome.org>
864
865         Bug 518160 - replace two g_strdup_printf calls in GBookmarkFile
866
867         * glib/gbookmarkfile.c (is_element_full): Compare the fragments
868         instead of building two strings; this avoids two g_strdup_printf()
869         per namespaced element enountered. (#518160, Felix Riemann)
870
871 2008-03-20  Alexander Larsson  <alexl@redhat.com>
872
873         * configure.in:
874         Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
875         Patch from ephraim_owns@hotmail.com
876
877 2008-03-19  Tor Lillqvist  <tml@novell.com>
878
879         Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
880
881         * glib/win_iconv.c: Fixes for code page 54936 (GB18030)
882         (mbtowc_flags): New function. Check if a code page is one of those
883         for which the dwFlags parameter to MultiByteToWideChar() must be
884         zero. Return 0 or MB_ERR_INVALID_CHARS.
885         (mbcs_mblen): New function for multi-byte (more than two bytes for
886         some characters) code pages. Only handles 54936 for now.
887         (make_csconv): Use it for 54936.
888         (kernel_mbtowc): Use mbtowc_flags().
889
890 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
891
892         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
893
894         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
895         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
896         gcc version prior to 4.3 no correct C99-inline was implemented which
897         has semantic differences to GNU inline.
898
899 2008-03-16  Tor Lillqvist  <tml@novell.com>
900
901         * configure.in: Don't bother defining Autoconf variables for
902         glib.def, gmodule.def, gobject.def and gthread.def when this can
903         be handled easily in */Makefile.am which are the only files that
904         use them. Remove also TESTGMODULE_EXP which isn't used at all.
905
906         * glib/Makefile.am: Corrsponding change.
907         
908 2008-03-14  Michael Natterer  <mitch@imendio.com>
909
910         * glib/*.h: make it possible to disable single-file includes by
911         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
912         Approved by Tim Janik.
913
914         * glib/glib.h: include <glib/gslice.h>.
915
916         * glib/gi18n.h
917         * glib/gi18n-lib.h
918         * glib/gprintf.h: include <glib.h> so the above works when these
919         files are included without including <glib.h> first.
920
921 2008-03-14  Alexander Larsson  <alexl@redhat.com>
922
923         * configure.in:
924         Add required includes for f_fstypename member check.
925
926 2008-03-14  Alexander Larsson  <alexl@redhat.com>
927
928         * configure.in:
929         Added checks for FEN (Solaris  File Event Notification)
930
931 2008-03-13  Tor Lillqvist  <tml@novell.com>
932
933         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
934
935 2008-03-12  Tor Lillqvist  <tml@novell.com>
936
937         * configure.in: Expand gio/win32/Makefile.
938
939 2008-03-12  Matthias Clasen <mclasen@redhat.com>
940
941         * configure.in: Bump version to 2.17.0
942
943         * ChangeLog.pre-2-16: rotate ChangeLog
944         
945         * === branch for 2.16 ===