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