added by Rajesh Ranjan for Maithili
[platform/upstream/glib.git] / ChangeLog
1 2008-08-22  Björn Lindqvist  <bjourne@gmail.com>
2
3         Bug 523939 – Example program for GValue
4
5         * gobject/gvalue.c: Add code example that demonstrates GValue's
6         features.
7
8 2008-08-21  Tor Lillqvist  <tml@novell.com>
9
10         * glib/giowin32.c: Minor comment improvements. Improve run-time
11         warning messages. Drop some #if 0 code. Don't bother compiling the
12         binary compatibility g_io_channel_win32_new_stream_socket()
13         function that has not been mentioned in any header since 2.0 on
14         Win64.
15
16         * glib/glib.symbols: Mark it, too, private, and don't export it on
17         Win64.
18
19 2008-08-21  Tor Lillqvist  <tml@novell.com>
20
21         * glib/gmain.c: Rework the g_poll() implementation on Windows to
22         match poll() semantics more closely. This makes the test program
23         in bug #468910 behave better and doesn't seem to break anything
24         else.
25
26         If polling several GPollFDs, i.e. messages and/or waitable
27         handles, first check if one or several of them are in the
28         signalled state right away, with timeout zero. Return indication
29         for all that are in that case. To check if several handles are
30         signalled, we have to call the WaitForMultipleObjectsEx() function
31         repeatedly, each time removing the handle it indicated was
32         signalled last time, until WAIT_TIMEOUT is returned.
33
34         If not, then poll with timeout and indicate only the single one
35         that the Win32 wait function tells us as before.
36
37         Remove unnecessary ifdefs, as we always have G_MAIN_POLL_DEBUG
38         defined on Windows.
39
40         Initialise g_main_poll_debug in g_main_context_new() so we have it
41         before testing it in one case.
42
43         Don't put several copies of a handle in the array of handles to
44         wait for. The documentation says this is not allowed, although it
45         did seem to work fine in practise. But do as the documentation
46         says anyway.
47
48 2008-08-20  Tor Lillqvist  <tml@novell.com>
49
50         Bug 500246 - Bug fixes for giowin32
51
52         * glib/giowin32.c (read_thread) (write_thread): Change the nbytes
53         variables to signed.
54         (g_io_channel_win32_make_pollfd): Fix an obvious error in the file
55         descriptor case leftover after the patch from bug #333098 on
56         2006-03-02. Thanks to Marcus Brinkmann.
57
58 2008-08-20  Tor Lillqvist  <tml@novell.com>
59
60         Bug 324234 - Using g_io_add_watch_full() to wait for connect() to
61         return on a non-blocking socket returns prematurely
62
63         Bug 548278 - Async GETs connections are always terminated
64         unexpectedly on Windows
65
66         * glib/giowin32.c: Add one more state variable to the
67         GIOWin32Channel struct, ever_writable. Initialise it to FALSE, set
68         to TRUE when the WSAEventSelect() indicates FD_WRITE, and never
69         reset to FALSE.
70
71         Don't do the WSASetEvent() in g_io_win32_prepare() unless
72         ever_writable is TRUE. Don't automatically indicate G_IO_OUT in
73         g_io_win32_check() unless ever_writable is TRUE.
74
75         This fixes the behaviour of the test case program in bug #548278,
76         and the "Testcase for the spurious OUT event bug" in bug
77         #324234. It also doesn't seem to break anything. Not that there is
78         any exhaustive test suite...
79
80         Add a comment with a list of bugs that are related to the code in
81         this file.
82
83 2008-08-18  Matthias Clasen  <mclasen@redhat.com>
84
85         * configure.in: Bump version
86
87 2008-08-18  Matthias Clasen  <mclasen@redhat.com>
88
89         * === Released 2.17.7 ===
90
91 2008-08-17  Sven Neumann  <sven@gimp.org>
92
93         * NEWS: mention GWinHttpVfs.
94
95 2008-08-16  Matthias Clasen  <mclasen@redhat.com>
96
97         * NEWS: Updates
98
99 2008-08-15 12:41:26  Tim Janik  <timj@imendio.com>
100
101         * glib/gtestutils.c: changed assertion messages, so older emacsen
102         can also detect failing source file and line, fixes:
103         Bug 502498 – Test framework assertion failures should follow gcc error format
104
105 2008-08-14  Matthias Clasen  <mclasen@redhat.com>
106
107         Bug 547832 – gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict,
108         and unnecessary
109
110         * configure.in: Be a little bit more forgiving when checking
111         for mmap. Patch by Peter O'Gorman
112
113 2008-08-13  Matthias Clasen  <mclasen@redhat.com>
114
115         Bug 547337 – G_DISABLE_DEPRECATED breaks tests build
116
117         * tests/testglib.c: Protect deprecated API by ifdefs.
118         Patch by Kalle Vahlman
119
120 2008-08-13  Matthias Clasen  <mclasen@redhat.com>
121
122         Bug 547637 – unconditional #include of sys/statfs.h in configure
123         impedes detection of statfs things if non-existant
124
125         * configure.in: Protect the statfs.h include by guards.
126
127 2008-08-12  Federico Mena Quintero  <federico@novell.com>
128
129         * glib/gi18n-lib.h: In the #error about having to define
130         GETTEXT_PACKAGE, add a hint about a possibly-missing config.h.
131
132 2008-08-11  Behdad Esfahbod  <behdad@gnome.org>
133
134         Bug 547200 – g_utf8_find_next_char() issues
135
136         * glib/gutf8.c: Improve wording about @end arguments in str funcs.
137
138 2008-08-10  Behdad Esfahbod  <behdad@gnome.org>
139
140         * glib/gutf8.c: Fix docs to use "nul-terminated" consistently.
141
142 2008-08-08  Ryan Lortie  <desrt@desrt.ca>
143
144         Fix 'fail' markup test cases to -not- be valid XML 1.1.
145
146         * tests/markups/fail-32.gmarkup: change &#x10; to &#x0; since the
147         former is no longer a failure.
148
149 2008-08-08  Ryan Lortie  <desrt@desrt.ca>
150
151         Bug 546876 - Modify GMarkup parser to accept &#x1; .. &#x1f;
152
153         * glib/gmarkup.c: previously the parser only accepted character
154         references for \t \n and \r (as per XML 1.0); now it accepts all
155         of &#x1; .. &#x1f;.
156
157 2008-08-07  Tor Lillqvist  <tml@novell.com>
158
159         * configure.in: Output comment clarifying GPid semantics to
160         glibconfig.h.
161
162         * glibconfig.h.win32.in: Ditto here.
163
164 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
165
166         Bug 546329 – API docs for g_utf8_normalize() are incorrect
167
168         * glib/gunidecomp.c: Remove inaccurate information about
169         g_utf8_collate() from g_utf8_normalize() docs.
170         Pointed out by Sven Neumann.
171
172 2008-08-04  Tor Lillqvist  <tml@novell.com>
173
174         * glibconfig.h.win32.in: Make the union _GSystemThread::data array
175         8 bytes on Win64. Not that it matters as the union contains a
176         pointer also anyway, but for equivalence with the configure-
177         generated glibconfig.h
178
179 2008-08-04  Tor Lillqvist  <tml@novell.com>
180
181         * glib/gmain.c (g_get_current_time): MSDN says: "Do not cast a
182         pointer to a FILETIME structure to either a LARGE_INTEGER* or
183         __int64* value because it can cause alignment faults on 64-bit
184         Windows." So don't do that then. Indeed the code did work randomly
185         on Win64 when compiled with optimisation.
186
187 2008-08-04  Tor Lillqvist  <tml@novell.com>
188
189         * glib/giowin32.c
190         * glib/gmain.c
191         * glib/gspawn-win32.c
192         * glib/gspawn-win32-helper.c: Change gssize casts introduced on
193         2008-07-28 to gintptr casts now that we have that. gssize is as
194         such the same as gintptr on both 32- and 64-bit Windows, but the
195         gintptr name indicates that it is used to hold pointers, i.e. also
196         HANDLEs.
197
198         * tests/testglib.c: Avoid warning on Win64 by using gintptr cast
199         instead if long cast.
200
201 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
202
203         * configure.in: Bump version
204
205 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
206
207         * === Released 2.17.6 ===
208
209 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
210
211         * configure.in: Bump version
212
213         * === Released 2.17.5 ===
214
215         * NEWS: Updates
216
217 2008-08-02  Tor Lillqvist  <tml@novell.com>
218
219         * glibconfig.h.win32.in: Add gintptr and guintptr typedefs here,
220         too, appropriately ifdeffed for 32/64 bit, gcc/MSVC. Add 64-bit
221         versions of GPOINTER_TO_INT(), GPOINTER_TO_UINT() and vice versa,
222         too.
223         
224 2008-08-01  Matthias Clasen  <mclasen@redhat.com>
225
226         * NEWS: Updates
227         
228 2008-08-01  Matthias Clasen  <mclasen@redhat.com>
229
230         Bug 545798 – "Since: 2.18" mark is missing in g_set_error_literal
231         documentation
232
233         * glib/gerror.c (g_set_error_literal): Add a Since: marker.
234         Pointed out by Kouhei Sutou
235
236 2008-07-30  Tor Lillqvist  <tml@novell.com>
237
238         Bug 545485 - Implicit declaration of utime()
239
240         * glib/gstdio.c: Include <utime.h> on POSIX.
241
242 2008-07-28  Tor Lillqvist  <tml@novell.com>
243
244         * configure.in: Output to glibconfig.h typedefs for gintptr as the
245         signed integer type that can hold a pointer, and guintptr as the
246         corresponding unsigned type. These types are portable equivalents
247         to intptr_t and uintptr_t which are not available in all
248         compilers.
249
250         For all current platforms, they will presumably end up as the same
251         types as gssize and gsize, but in theory size_t can be smaller
252         than intptr_t. Also, the intended use case for gintptr and
253         guintptr is different from that of gssize and gsize. As the name
254         indicates, gintptr is for when one wants an integer type that can
255         hold a pointer, and gsize is for when one wants an integer type
256         that can hold the value of the sizeof operator.
257
258 2008-07-28  Matthias Clasen  <mclasen@redhat.com>
259
260         Bug 544465 – gmarkup makes it hard to use pre-rolled parsers
261
262         * glib/glib.symbols:
263         * glib/gmarkup.[hc]: Add g_markup_context_get_user_data.
264         Patch by Ryan Lortie
265
266 2008-07-28  Tor Lillqvist  <tml@novell.com>
267
268         * glib-zip.in: Message catalogs should always get installed into
269         share/locale nowadays, don't bother with the convoluted logic
270         checking if they are in lib/locale instead. Put the correct helper
271         programs in the zipfile.
272
273 2008-07-28  Tor Lillqvist  <tml@novell.com>
274
275         Fix problems on 64-bit Windows. Avoid warnings, some of which
276         indicated actual problems, some which were just annoyances. 
277
278         Where casts to an integer type are needed for pointers, use
279         gssize. Technically intptr_t would be the more proper type, but we
280         still want to be compilable with MSVS6 and 7 which don't have
281         intptr_t. MSVS8 and 9 do have intptr_t, but in <crtdefs.h>, not
282         <stdint.h>.
283
284         Use %p to print out handles. Use gssize casts when assigning
285         GPollFD::fd fields.
286
287         Use G_GSIZE_FORMAT when printing size_t values.
288         
289         * configure.in: Define automake conditional G_OS_WIN32_X64 which
290         is true on Win64.
291
292         * glib/giochannel.h: Use slightly different prototype for
293         g_io_channel_win32_new_messages() on Win64 with gsize instead of
294         guint.
295
296         * glib/giowin32.c
297         * glib/gmain.c
298         * glib/gspawn-win32.c
299         * tests/testglib.c: Generic changes as described above.
300
301         * glib/gmain.h: Don't bother mentioning GIMP in comment.
302
303         * glib/grel.c (tuple_hash_2): Use all bits of pointer.
304
305         * glib/gspawn-win32.c
306         * glib/gspawn-win32-helper.c: Use gssize types in the
307         communication between parent and helper process, so that we can
308         pass process handles, which are pointers, also on Win64.
309
310         * glib/gtimer.c (g_time_val_to_iso8601): time_t is 64 bits on
311         Win64 so we can't pass the address of a GTimeVal::tv_sec which is
312         a long directly to gmtime(). On the other hand, changing
313         GTimeVal::tv_sec to be a gint64 on Win64 is not really feasible
314         either, as that would then require changes in much code that uses
315         GTimeVals.
316
317         * glib/gspawn-win32.c
318         * glib/Makefile.am: Call the helper programs
319         gspawn-win64-helper.exe and gspawn-win64-helper-console.exe on
320         Win64, to avoid potential risk of running a 32-bit version of the
321         helper.
322
323 2008-07-27  Tor Lillqvist  <tml@novell.com>
324
325         * glib/glib.symbols
326         * glib/gconvert.c
327         * glib/gdir.c
328         * glib/gfileutils.c
329         * glib/giowin32.c
330         * glib/gspawn-win32.c
331         * glib/gutils.c
332         * glib/gwin32.c: Bypass the Windows "ABI compatibility" symbols on
333         _WIN64. As there hasn't been any widely deployed 64-bit Windows
334         builds of the really old GLib (pre-2.8.1) versions those refer to,
335         there is no need to have the "ABI compatibility" versions in the
336         DLL.
337
338         * glib/makegalias.pl: Handle #ifndef _WIN64: Just output it, too.
339
340 2008-07-27  Tor Lillqvist  <tml@novell.com>
341
342         * configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on
343         Windows. AC_SUBST it.
344
345         * glib/Makefile.am (glib-2.0.lib): Pass appropriate -machine flag
346         to lib.exe.
347
348 2008-07-25 15:47:08  Tim Janik  <timj@imendio.com>
349
350         * glib/tests/testing.c (test_random_conversions): added new sample
351         test to prepare for extended range random tests.
352
353 2008-07-24  Tor Lillqvist  <tml@novell.com>
354
355         * glib/gdir.c: Include <stdio.h> for FILENAME_MAX on newer mingw
356         installations.
357
358 2008-07-24  Tor Lillqvist  <tml@novell.com>
359
360         * glib/gslice.c (smc_notify_free): Use G_GSIZE_FORMAT instead of
361         the C99 "zu".
362
363 2008-07-24  Tor Lillqvist  <tml@novell.com>
364
365         * configure.in: Must output the GLIB_USING_SYSTEM_PRINTF to
366         glibconfig.h using the same two phase code as for the other
367         defines in it. Can't check enable_included_printf directly in the
368         shell code that is the first argument to AC_CONFIG_COMMANDS().
369
370         Preset glib_cv_stack_grows=no on Windows to help
371         cross-compilation.
372
373         * configure.in: Enhancements for 64-bit Windows: 
374
375         Handle also size_t being larger than long. It is long long
376         a.k.a. __int64 on the LLP64 Win64.
377
378         Set glib_void_p and glib_long correctly. Their assignments were
379         crossed. It hasn't mattered on LP64 platforms like all (?) 64-bit
380         UNIXes, but on the LLP Win64 it was wrong.
381
382         * glibconfig.h.win32.in: Check also _WIN64.
383
384 2008-07-24  Tor Lillqvist  <tml@novell.com>
385
386         * glibconfig.h.win32.in: Patch for 64-bit Windows from Richard
387         Hult.
388
389 2008-07-23  Matthias Clasen  <mclasen@redhat.com>
390
391         544088 – option_test_LDADD is left in tests/Makefile.am
392
393         * tests/Makefile.am: Remove leftovers. 
394         Noticed by Hiroyuki Ikezoe
395
396 2008-07-22  Mathias Hasselmann  <mathias@openismus.com>
397
398         Set LANG variable for group caption tests to get reproducable results.
399
400         * glib/tests/option-context.c (group_captions()):
401           Set LANG variable to C in the forked process to get reproducable.
402           Don't silence the forked process in --verbose mode to support
403           debugging.
404
405 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
406
407         * configure.in: Fix detection of struct statfs fields.
408
409 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
410
411         * configure.in: Bump version
412
413 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
414
415         * === Released 2.17.4 ===
416
417         * configure.in: Bump version
418
419         * NEWS: Updates
420
421 2008-07-21  Emmanuele Bassi  <ebassi@gnome.org>
422
423         * glib/gtimer.c (g_time_val_to_iso8601): Use the right format
424         string to get leading zeros when converting to ISO 8601. (Sven
425         Herzberg)
426
427 2008-07-21  Emmanuele Bassi  <ebassi@gnome.org>
428
429         * glib/gbookmarkfile.c:
430         (bookmark_app_info_new): Do not set the timestamp value
431         using time(), as it will be overwritten anyway. (#535223,
432         Michael Meeks)
433
434         (parse_application_element),
435         (bookmark_app_info_dump): Support the "modified" attribute,
436         which takes an ISO-formatted string instead of a Unix time
437         stamp, to keep the number of g_strdup_printf() calls to a
438         minimum.
439
440         * glib/gtimer.c:
441         (g_time_val_to_iso8601): Do not use strftime(): we know
442         the format and contents of the ISO 8601 date format we
443         use.
444
445         * tests/bookmarks/valid-03.xbel: Add a test file for the
446         modified attribute.
447
448 2008-07-19  Matthias Clasen  <mclasen@redhat.com>
449
450         * glib/tests/Makefile.am:
451         * glib/tests/array-test.c: Move array tests here.
452
453         * tests/Makefile.am:
454         * tests/array-test.c: Removed.
455
456 2008-07-20  Tor Lillqvist  <tml@novell.com>
457
458         * glib/giowin32.c (g_io_win32_prepare): Patch from Yu Kuan that
459         makes watched sockets behave much better. See gtk-devel-list
460         archives from May for the (unfortunately rather meager)
461         discussion. This patch fixes the presented simple test program,
462         which reasonably could be expected to work.
463
464 2008-07-18  Matthias Clasen  <mclasen@redhat.com>
465
466         * NEWS: Updates
467
468 2008-07-18  Matthias Clasen  <mclasen@redhat.com>
469
470         Bug 536996 – Missing noop i18n macro equivalent to C_
471
472         * glib/glib.symbols:
473         * glib/gstrfuncs.[hc]: Add g_dpgettext2() which is a 
474         variant of g_dpgettext() taking context and id as separate
475         arguments.
476
477         * glib/gi18n-lib.h:
478         * glib/gi18n.h: Add an NC_() macro that is to C_() as N_()
479         is to _().
480
481 2008-07-18  Matthias Clasen  <mclasen@redhat.com>
482
483         * tests/Makefile.am:
484         * tests/keyfile-test.c:
485         * tests/option-test.c: Remove
486         * glib/tests/option-context.c: Add all GOptionContext tests here.
487         * glib/tests/keyfile.c: Add all GKeyFile tests here.
488
489 2008-07-16  Matthias Clasen  <mclasen@redhat.com>
490
491         Bug 334234 – "printf" format error
492
493         * glib/gslice.c (mem_error): Avoid a warning when printing a pid_t.
494         Pointed out by Morten Welinder. 
495
496 2008-07-16  Matthias Clasen  <mclasen@redhat.com>
497
498         Bug 406120 – g_ascii_strtod
499
500         * glib/gstrfuncs.c (g_ascii_strtod): Document that this
501         function does accept localized infinities and nans. Reported
502         by Morten Welinder.
503
504 2008-07-16  Matthias Clasen  <mclasen@redhat.com>
505
506         Bug 482413 - get_contents_stdio -- overflow and memory corruption
507
508         * glib/gfileutils.c (get_contents_stdio): Detect overflow and
509         error out. Reported by Morten Welinder. 
510
511 2008-07-16  Matthias Clasen  <mclasen@redhat.com>
512
513         Bug 542332 – small fix for error message in GMarkup
514         
515         * glib/gmarkup.c: Improve an error message. 
516         Patch by Ryan Lortie
517
518 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
519
520         Bug 428048 – 2 of 51 tests fail on Solaris
521
522         * tests/iochannel-test.c: Ignore the error if iconv doesn't
523         support EUC-JP.
524
525 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
526
527         * tests/option-test.c: Print error messages when something fails.
528
529 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
530
531         Bug 467707 – test_iconv_state() in tests/convert-test.c fails on AIX 5.3
532
533         * tests/convert-test.c (test_iconv_state): Skip this test if
534         CP1255 is not supported.  
535
536 2008-07-10  Ryan Lortie  <desrt@desrt.ca>
537
538         * docs/reference/glib/glib-sections.txt:
539         * glib/glib.symbols:
540         * glib/gmarkup.c:
541         * glib/gmarkup.h: add functions g_markup_parse_context_{push,pop} in
542         order to provide some small hooks on which to build easy-to-use
543         subparsers.
544  
545         * glib/tests/Makefile: add new test
546         * glib/tests/markup-subparser.c: new test for subparsers
547  
548         Fixes bug #337518.
549
550 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
551
552         Bug 528317 – GRegex does not allow recursion limit
553
554         * glib/pcre/Makefile.am: Set a sane default recursion limit
555         of 8192 instead of 1000000. 
556         Patch by Mart Raudsepp.
557
558 2008-07-04  Behdad Esfahbod  <behdad@gnome.org>
559
560         Bug 541507 – Ambiguous description of assigned characters in the Glib
561         Unicode Manipulation reference
562
563         * glib/guniprop.c
564         (g_unichar_isgraph): Return true for PrivateUse too.
565         (g_unichar_isprint): Return true for PrivateUse too.
566         (g_unichar_isdefined): Return false for Surrogate.
567
568 2008-07-04  Michael Natterer  <mitch@imendio.com>
569
570         Bug 541208 – Functions to easily install and use signals without
571         class struct slot
572
573         * tests/gobject/override.c: added tests for the new gsignal
574         overriding and chaining APIs.
575
576 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
577
578         * === Released 2.17.3 ===
579
580 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
581
582         * configure.in: Better endianness fix. From Tomas Mraz.
583
584 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
585
586         * NEWS: Updates
587
588 2008-07-02  Colin Walters  <walters@redhat.com>
589
590         * gio/gcontenttype.c: Use UNLOCK to unlock, not LOCK.
591
592 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
593
594         * configure.in: Add a check for structfs.f_bavail
595
596 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
597
598         * glib/gmain.c (g_get_current_time): Add a g_return_val_if_fail
599         check in both versions. Proposed by Patrik Olsson in bug 540545.
600
601 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
602
603         * configure.in: Workaround AC_C_BIGENDIAN breakage in autoconf 2.61.
604         Add a _cv_ to some variable names, since autoconf wants it.
605
606 2008-06-30  Matthias Clasen  <mclasen@redhat.com>
607
608         * glib/pcre/pcre_compile.c: Apply fix for CVE-2008-2371 to
609         fix a heap-based buffer overflow.
610
611 2008-06-29  Björn Lindqvist  <bjourne@gmail.com>
612
613         Bug 539626 – Update docstrings for g_object_freeze_notify and
614         g_object_thaw_notify
615
616         * gobject/gobject.c: Explain how the freeze count works.
617
618 2008-06-26  Cody Russell  <bratsche@gnome.org>
619
620         * configure.in: Add #define GLIB_USING_SYSTEM_PRINTF
621         to glibconfig.h, which specifies if GLib is using
622         the system printf functions for g_print*().
623         (#539999, by Tim-Philipp Müller)
624
625 2008-06-24  Paolo Borelli  <pborelli@katamail.com>
626
627         Bug 539770 - migrate gstrfunc unit tests to gtest
628
629         * tests/strfunc-test.c:
630         * tests/testglib.c:
631         * tests/strtoll-test.c:
632         * tests/strtod-test.c:
633         * tests/string-test.c:
634         * tests/Makefile.am:
635         Removed old tests.
636
637         * glib/tests/fileutils.c:
638         * glib/tests/strfuncs.c:
639         * glib/tests/Makefile.am:
640         Added all the old tests migrated to the new unit test framework
641         and add new unit tests for some of the functions.
642
643 2008-06-23  Kristian Rietveld  <kris@imendio.com>
644
645         * gobject/glib-mkenums.in: introduce an ENUMPREFIX substitution.
646
647         * gio/gioenumtypes.h.template: use @ENUMPREFIX@ instead of
648         hard coding "G" as prefix.
649
650 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
651
652         * glib/gurifuncs.c:
653           Fix markup in comment.
654
655 2008-06-21  Johan Dahlin  <jdahlin@async.com.br>
656
657     * *.[ch]: Include "config.h" instead of <config.h>
658     Command used:
659     find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
660     Rubberstamped by Mitch
661
662 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
663
664         Bug 316221 - G_LOCK warns about breaking strict-aliasing rules
665
666         * configure.in:
667         * glib/gthread.h: Revert previous patch as it doesn't improve the
668         situation and results in other warnings.
669
670 2008-06-16  Christian Persch  <chpe@gnome.org>
671
672         Bug 539123 – annotate g_d[n]gettext with G_GNUC_FORMAT
673
674         * glib/gstrfuncs.h:
675         * glib/glib.symbols: Annotate some functions with G_GNUC_FORMAT. 
676
677 2008-06-19  Tor Lillqvist  <tml@novell.com>
678
679         Bug 539074 - Cannot get exit status with g_spawn_command_line_sync()
680
681         * glib/gspawn-win32-helper.c (main): Write also the exit status of
682         the spawned process to the error report pipe. Patch by Hiroyuki
683         Ikezoe.
684
685 2008-06-19  Matthias Clasen  <mclasen@redhat.com>
686
687         Bug 535949 – annotate g_strip_context and g_dpgettext with
688         G_GNUC_FORMAT
689
690         * glib/gstrfuncs.h:
691         * glib/glib.symbols: Annotate some functions with G_GNUC_FORMAT.
692         Patch by Christian Persch
693
694 2008-06-19  Matthias Clasen  <mclasen@redhat.com>
695
696         Bug 539067 – The document g_io_channel_win32_new_fd() says that "Your
697         code should call only g_io_channel_read()." but gio_channel_read() is
698         deprecated
699
700         * glib/giochannel.h: Fix a reference in a comment
701         Patch by Hiroyuki Ikezoe 
702
703 2008-06-18  Matthias Clasen  <mclasen@redhat.com>
704
705         Bug 537635 – Corrections and improvements to
706         g_time_val_from_iso8601()/g_time_val_to_iso8601()
707
708         * glib/gtimer.c (g_time_val_from_iso8601): set tv_usec to 0 rather 
709         than 1 when a fraction of a second is not specified
710         (g_time_val_from_iso8601): calculate a fraction of a second
711         correctly even in case it does not happen to consist of exactly 
712         six digits; do not allow random data after the ISO 8601 string,
713         only whitespace
714         (make g_time_val_to_iso8601): support fractions of a second
715         Patch by Peter Kjellerstedt
716
717         * tests/testglib.c: Update to match
718
719 2008-06-16  Christian Persch  <chpe@gnome.org>
720
721         * glib/gbookmarkfile.c
722         * glib/gconvert.c
723         * glib/gfileutils.c
724         * glib/giochannel.c
725         * glib/giounix.c
726         * glib/giowin32.c
727         * glib/gkeyfile.c
728         * glib/gregex.c
729         * glib/gshell.c
730         * glib/gspawn-win32.c
731         * glib/gutf8.c: Use g_set_error_literal where appropriate. Patch from 
732         bug #535947.
733
734 2008-06-16  Christian Persch  <chpe@gnome.org>
735
736         * docs/reference/glib/glib-sections.txt:
737         * glib/gerror.c:
738         * glib/gerror.h:
739         * glib/glib.symbols: Add g_set_error_literal. Bug #535947.
740
741 2008-06-16  Michael Natterer  <mitch@imendio.com>
742
743         * glib/goption.c (dgettext_swapped): changed return value to
744         const gchar* to fix warning.
745
746 2008-06-14  Matthias Clasen  <mclasen@redhat.com>
747
748         * glib/gtestutils.c: Move docs around
749
750         * glib/gchecksum.h: Add docs.
751
752 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
753
754         Bug 538119 – glib's mainloop leaks a pipe to sub-processes
755
756         * glib/gmain.c (g_main_context_init_pipe): Don't leak the
757         pipes to child processes. Patch by Thiago Macieira.
758
759 2008-06-13  Hans Breuer  <hans@breuer.org>
760
761         * glib/gstrfuncs.c : to get the default translation target on
762         win32 use g_win32_get_locale() instead of setlocale(LS_MESSAGES,NULL)
763         Fixes bug #538044
764
765         * glib/makefile.msc.in gio/makefile.msc : updated
766
767 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
768
769         * configure.in: Bump version
770         
771         * === Released 2.17.2 ===
772
773         * configure.in: Fix LINGUAS conversion
774
775 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
776
777         * configure.in: Bump version
778
779         * === Released 2.17.1 ===
780
781 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
782
783         * glib/gtestutils.c: Documentation fixups
784
785 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
786
787         * glib/glist.c: Tiny doc fix
788
789 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
790
791         * NEWS: Updates
792
793 2008-06-11  Behdad Esfahbod  <behdad@gnome.org>
794
795         Bug 503071 – Application direction changes to right to left even if
796         theres no translation
797
798         * glib/gi18n-lib.h:
799         * glib/glib.symbols:
800         * glib/gstrfuncs.h:
801         * glib/gstrfuncs.c:
802         Add new functions g_dgettext() and g_dngettext().
803
804         * glib/gutils.c (glib_gettext):
805         * glib/gfileutils.c (g_format_size_for_display):
806         * glib/goption.c (dgettext_swapped):
807         Use the new functions.
808
809 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
810
811         Bug 502511 – g_assert_cmphex prints invalid message
812
813         * glib/gtestutils.c (g_assertion_message_cmpnum): Actually print
814         hex numbers in hex. 
815         Pointed out by Tor Lillqvist
816
817 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
818
819         Bug 338162 – [PATCH] Use po/LINGUAS
820
821         * po/LINGUAS: New file
822         * po/Makefile.in.in: Dist LINGUAS
823         * configure.in: Use po/LINUAS
824         Patch by Thomas Andersen
825
826 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
827
828         Bug 314453 – Nautilus crashes in Solaris when browsing the attached
829         file
830
831         * glib/gunicollate.c (g_utf8_collate_key): Handle strfxrm returning
832         -1 a little better. Problem pointed out by Takao Fujiwara
833
834 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
835
836         Bug 529321 – make check fails in glib/pcre
837
838         * glib/pcre/Makefile.am: include Makefile.decl to fix 'make check'.
839         Patch by Hiroyuki Ikezoe
840
841 2008-06-11  Tor Lillqvist  <tml@novell.com>
842
843         * glib/giowin32.c: g_win32_error_message() works fine for the
844         Winsock WSA* error codes, too, so drop the winsock_error_message()
845         function.
846
847 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
848
849         Bug 455215 – g_get_user_special_dir: no reference about
850         G_USER_DIRECTORY_DOWNLOAD fallback to $HOME/Desktop if 
851         xdg-user-dirs is not in use
852
853         * glib/gutils.c (g_get_user_special_dir): Improve the docs.
854         Proposed by Luca Ferretti
855
856 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
857
858         Bug 498732 – g_key_file_to_data cannot fail
859
860         * glib/gkeyfile.c (g_key_file_to_data): Improve the docs.
861         Proposed by Christian Persch
862
863 2008-06-11  Ross Burton  <ross@burtonini.com>
864
865         Bug 511367 - add g_file_make_directory_with_parents.
866         
867         * gio/gfile.c:
868         * gio/gfile.h:
869         * gio/gio.symbols: Add g_file_make_directory_with_parents.
870         
871 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
872
873         Bug 531900 – Use __builtin_offsetof for G_STRUCT_OFFSET if building
874         with gcc 4.0 or newer
875
876         * glib/gmacros.h: Use __builtin_offsetof for G_STRUCT_OFFSET if
877         building with gcc 4.0 or newer.
878
879 2008-06-11  Tor Lillqvist  <tml@novell.com>
880
881         * glib/gmain.c
882         * glib/gspawn.c: Clarify what a "child pid" is in the doc
883         comments.
884
885 2008-06-10  Matthias Clasen  <mclasen@redhat.com>
886
887         Bug 536158 – also bump GHashTable version when a node is removed via
888         g_hash_table_iter_remove()/g_hash_table_iter_steal()
889
890         * glib/ghash.c (iter_remove_or_steal): Bump the hash table 
891         version. Patch by Jean-Yves Lefort
892
893 2008-06-07  Tor Lillqvist  <tml@novell.com>
894
895         * glib/gstdio.c (g_access): Define X_OK if necessary (MSVC).
896
897 2008-06-02  Yevgen Muntyan  <muntyan@tamu.edu>
898
899         Bug 531403 – g_utf8_collate broken on Mac.
900
901         * glib/gunicollate.c:  (g_utf8_collate): use UCCompareTextDefault;
902         (collate_key_to_string), (carbon_collate_key_with_collator),
903         (carbon_collate_key), (carbon_collate_key_for_filename): new
904         functions using Carbon API to get collate key for g_utf8_collate_key()
905         and g_utf8_collate_key_for_filename();
906         (g_utf8_collate_key), (g_utf8_collate_key_for_filename): use those.
907
908 2008-05-30  Michael Natterer  <mitch@imendio.com>
909
910         Bug 535628 - test/patterntest.c still includes gpattern.h
911         directly.
912
913         * tests/patterntest.c: don't include "glib/gpattern.h" directly.
914         Patch from Hiroyuki Ikezoe.
915
916 2008-05-30  Tor Lillqvist  <tml@novell.com>
917
918         Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in
919         a function)
920
921         * glib/glib.symbols: Move g_utime inside #if !defined(G_OS_UNIX)
922         || defined(G_STDIO_NO_WRAP_ON_UNIX).
923
924 2008-05-30  Tor Lillqvist  <tml@novell.com>
925
926         * glib/gstdio.c (g_access) [Win32]: Mask out X_OK to avoid problem
927         on Vista. X_OK was just ignored by access() in earlier Microsoft C
928         libraries. (Which is fine as executability has little meaning on
929         Windows.) The one on Vista returns an error if X_OK is passed.
930
931 2008-05-29  Tor Lillqvist  <tml@novell.com>
932
933         * glib/gstdio.h
934         * glib/gstdio.c: Add g_utime(). No need to include <sys/utime.h>
935         in gstdio.h, just use a forward struct declaration.
936
937         * glib/glib.symbols: Add it.
938
939 2008-05-29  Tor Lillqvist  <tml@novell.com>
940
941         * glib/gnulib/printf-args.c (printf_fetchargs): wint_t is short on
942         Windows, and gcc warns: "wint_t is promoted to int when passed
943         through ... (so you should pass int not wint_t to va_arg)." And
944         indeed g_print("%C", L'a') crashes. So do as gcc says then.
945
946 2008-05-28  Michael Natterer  <mitch@imendio.com>
947
948         * configure.in: add G_DISABLE_SINGLE_INCLUDES to CPPFLAGS
949         globally.
950
951         * glib/tests/option-context.c
952         * glib/tests/testing.c
953         * tests/testingbase64.c: don't include <glib/gtestutils.h>
954
955 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
956
957         * configure.in: Bump version
958
959         * === Released 2.17.0 ===
960
961 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
962
963         * README.in: Add a note about G_DISABLE_SINGLE_HEADERS.
964
965         * NEWS: Updates
966
967 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
968
969         * tests/casemap.txt:
970         * tests/casefold.txt: Update for Unicode 5.1
971
972 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
973
974         * Revert the patch for bug 527214 and related changes. GTimer
975         is supposed to work without threads.
976
977 2008-05-27  simon.zheng  <simon.zheng@sun.com>
978
979         * configure.in: Fix #533369. Check whether memeber statvfs.f_basetype 
980         available or not.
981
982 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
983
984         * glib/pcre/*: Update to PCRE 7.7
985
986 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
987
988         * glib/gchecksum.c: Add Since: tag to g_checksum_reset
989
990         * glib/glib.symbols: Add g_checksum_reset
991
992 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
993
994         Bug 534137 – Typo in g_spawn_async_with_pipes doc
995
996         * glib/gspawn.c: Fix a typo in the docs, pointed out by Ted Percival.
997
998 2008-05-25  Tor Lillqvist  <tml@novell.com>
999
1000         Bug 534319 - GLib's .pc files could use Libs.private
1001
1002         * glib-2.0-uninstalled.pc.in
1003         * glib-2.0.pc.in
1004         * gmodule-2.0-uninstalled.pc.in
1005         * gmodule-2.0.pc.in
1006         * gmodule-export-2.0.pc.in
1007         * gmodule-no-export-2.0.pc.in: Move ICONV_LIBS and G_MODULE_LIBS
1008         to Libs.private.
1009
1010 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
1011
1012         * glib/gfileutils.c (g_file_open_tmp): Small documention addition.
1013
1014 2008-05-22 10:49:37  Tim Janik  <timj@imendio.com>
1015
1016         * glib/gmacros.h: implement G_STMT_START and G_STMT_END with
1017         do{}while(0), which is believed to be widely portable, fixes:
1018         Bug 519026 - G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
1019
1020 2008-05-20  Behdad Esfahbod  <behdad@gnome.org>
1021
1022         Bug 501651 – Update glib/libcharset
1023
1024         * configure.in:
1025         * glib/libcharset/Makefile.am:
1026         * glib/libcharset/README:
1027         * glib/libcharset/codeset.m4:
1028         * glib/libcharset/config.charset:
1029         * glib/libcharset/glibc21.m4:
1030         * glib/libcharset/libcharset-glib.patch:
1031         * glib/libcharset/libcharset.h:
1032         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases),
1033         (_g_locale_charset_raw):
1034         * glib/libcharset/localcharset.h:
1035         * glib/libcharset/make-patch.sh:
1036         * glib/libcharset/ref-add.sin:
1037         * glib/libcharset/ref-del.sin:
1038         * glib/libcharset/update.sh:
1039         Update libcharset to the one shipped with libiconv-0.12.
1040
1041 2008-05-20  Behdad Esfahbod  <behdad@gnome.org>
1042
1043         Bug 459905 – Bug in wcwidth data
1044         Bug 534085 – g_unichar_iswide_cjk() has a totally wrong table
1045         * glib/guniprop.c (g_unichar_iswide), (g_unichar_iswide_cjk):
1046         Regenrate wide and wide_cjk tables from Unicode 5.1.0 data directly.
1047         Not using Markus Kuhn's tables anymore.
1048
1049 2008-05-20 14:31:18  Tim Janik  <timj@imendio.com>
1050
1051         * reverted recent unapproved changes by Yair Hershkovitz, regarding:
1052         Bug 503071 – Application direction changes to right to left even if theres no translation.
1053
1054 2008-05-20  Tor Lillqvist  <tml@novell.com>
1055
1056         * configure.in: Don't need memory barriers when using a non-gcc
1057         compiler on Windows either.
1058
1059 2008-05-19  Tor Lillqvist  <tml@novell.com>
1060
1061         * glib/gdir.c: Include the dirent.h and wdirent.c from
1062         ../build/win32/dirent directly here when compiling with MSVC and
1063         without HAVE_DIRENT_H.
1064
1065 2008-05-19  Hans Breuer  <hans@breuer.org>
1066
1067         * glib/makefile.msc : added gi18n.c
1068
1069 2008-05-19  Tor Lillqvist  <tml@novell.com>
1070
1071         * glib/Makefile.am: #define HELPER_CONSOLE in
1072         gspawn-win32-helper-console.c
1073
1074         * glib/gspawn-win32-helper.c: Compile a main() instead of
1075         WinMain() if HELPER_CONSOLE is defined. MSVC insists on a console
1076         application having a main().
1077
1078 2008-05-18  Matthias Clasen  <mclasen@redhat.com>
1079
1080         Bug 527214 – g_timer_elapsed() returns random values.
1081
1082         * glib/gtimer.c (g_timer_new()):
1083         Print warning if g_thread_init() has not been called yet. 
1084         Patch by Mathias Hasselmann
1085
1086 2008-05-12  Jeffrey Stedfast  <fejj@novell.com>
1087
1088         * glib/gchecksum.c (g_checksum_reset): New function to reset the
1089         state of a GChecksum.
1090         (g_checksum_new): Call g_checksum_reset() instead of duplicating
1091         code.
1092
1093 2008-05-17  Matthias Clasen  <mclasen@redhat.com>
1094
1095         Bug 528667 – Typos in testing module documentation
1096
1097         * glib/gtestutils.c: Fix typos in the documentation.
1098
1099 2008-05-17  Tor Lillqvist  <tml@novell.com>
1100
1101         * glib/giowin32.c: Make debugging printout more compact and add
1102         more information to it. No changes to actual functionality.
1103
1104         * glib/gmain.c: Improve debugging printouts. When
1105         G_MAIN_POLL_DEBUG is defined, we check for an environment variable
1106         of the same name to decide whether to print out debugging
1107         information or not. G_MAIN_POLL_DEBUG is always defined on Windows
1108         as there is more often a need to debug this stuff there. On Unix
1109         the definition has to be uncommented (or done on the compile
1110         command line).
1111
1112 2008-05-17  Tor Lillqvist  <tml@novell.com>
1113
1114         * build: Don't include the "build" module with svn:externals any
1115         longer. Instead add the still relevant directories and files from
1116         it for real here in GLib.
1117
1118 2008-05-17  Yair Hershkovitz  <yairhr@gmail.com>
1119
1120         * glib/glib.symbols:
1121         * glib/gi18n.h: Added g_disable_setlocale().
1122
1123         * glib/gi18n.c: Added g_disable_setlocale() API to disable setting
1124         the locale in g_i18n_init(). Dont disable translations if textdomain
1125         was not set before calling g_i18n_init(). Dont disable translations if
1126         the locale is "C".
1127
1128 2008-05-16  Tor Lillqvist  <tml@novell.com>
1129
1130         * config.h.win32.in: Update to match the configure-produced one.
1131
1132 2008-05-14  Michael Natterer  <mitch@imendio.com>
1133
1134         * glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM.
1135
1136 2008-05-13  Kjartan Maraas  <kmaraas@gnome.org>
1137
1138         * glib/gi18n.c: #include <locale.h> to fix the build.
1139
1140 2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>
1141
1142         * glib/gi18n.c (g_i18n_init): Coding convention fix. Space between
1143         a function name and its opening parenthesis.
1144
1145 2008-05-12  Tor Lillqvist  <tml@novell.com>
1146
1147         * glib/glib.symbols: Add g_i18n_init.
1148
1149 2008-05-12  Tor Lillqvist  <tml@novell.com>
1150
1151         Bug 530457 - G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
1152
1153         * glib/gutils.c (load_user_special_dirs): When running on Vista or
1154         later, use SHGetKnownFolderPath() to get the FOLDERID_Downloads
1155         folder for G_USER_DIRECTORY_DOWNLOAD, and FOLDERID_Public for
1156         G_USER_DIRECTORY_PUBLIC_SHARE.
1157
1158 2008-05-11  Yair Hershkovitz  <yairhr@gmail.com>
1159
1160         Bug 503071 - Application direction changes to right to left even if
1161         theres no translation. 
1162
1163         * glib/gi18n.c: g_i18n_init() for initializing the glib i18n,
1164         checking if a translation is available for the calling app. wrappers for
1165         gettext, dgettext and dpgettext to check first if the application
1166         should be translated.
1167
1168         * glib/gi18n.h: symbol declaration for gettext wrappers.
1169
1170         * glib/gi18n-lib.h: include gi18n.h instead of libintl.h.
1171
1172         * glib/gstrfuncs.c: moved g_dpgettext() to glib/gi18n.c.
1173
1174         * glib/gutils.c: use g_dgettext() instead of dgettext().
1175
1176         * glib/glibintl.h: include gi18n.h.
1177
1178         * glib.symbols: added gettext wrappers.
1179
1180         * glib/Makefile.am: added gi18n.c.
1181
1182 2008-05-05  Michael Natterer  <mitch@imendio.com>
1183
1184         * glib/glib.h: #define __GLIB_H_INSIDE__ around including
1185         everything.
1186
1187         * glib/*.h: check for that define instead of __G_LIB_H__ if
1188         G_DISABLE_SINGLE_INCLUDES is defined.
1189
1190         * glib/gdatasetprivate.h: #include <glib.h> instead of
1191         <glib/gdataset.h>
1192
1193 2008-05-02 13:24:13  Tim Janik  <timj@imendio.com>
1194
1195         * glib/gmain.c: renamed GMainDispatch.dispatching_sources to be more
1196         descriptive and distinguishable within the source file.
1197
1198 2008-04-21  Tor Lillqvist  <tml@novell.com>
1199
1200         Bug 528752 - Win32 build and SSL not working
1201
1202         This bug report against libsoup points out an issue with the use
1203         of bitfields in the GIOChannel struct that should really be taken
1204         care of here in GLib.
1205
1206         * configure.in: Add Autoconf variable GLIB_EXTRA_CFLAGS which will
1207         contain the -mms-bitfields flag on Windows.
1208         
1209         * glib-2.0.pc.in: Add it to Cflags.
1210
1211 2008-04-21  Tor Lillqvist  <tml@novell.com>
1212
1213         * configure.in
1214         * */Makefile.am: More work on enabling static building on
1215         Windows. When building statically: Also define
1216         GOBJECT_STATIC_COMPILATION in glibconfig.h so that also the
1217         variables in gparamspecs.h get declared without any
1218         dllimport/dllexport decorations. Don't install .def files which
1219         obviously have no meaning for static libraries. Don't create MS
1220         import libraries. Don't do any resource object files.
1221
1222 2008-04-18 17:40:58  Tim Janik  <timj@imendio.com>
1223
1224         * tests/testglib.c: fixed gstdio.h include.
1225
1226         * tests/Makefile.am: properly list testglib.c SOURCES.
1227
1228 2008-04-17  Emmanuele Bassi  <ebassi@gnome.org>
1229
1230         * glib/gchecksum.c:
1231         (sha_byte_reverse): Use the macro GLib provides for byte-swapping
1232         as it can be optimized.
1233         
1234         (g_checksum_update): Fix a compiler warning.
1235
1236 2008-04-15  Mukund Sivaraman  <muks@mukund.org>
1237
1238         * gio/gfile.c: Fixed typos in gtk-doc comments.
1239
1240 2008-04-10  Mathias Hasselmann  <mathias@openismus.com>
1241
1242         Bug 519137 – g_slice_dup macro needs cast for 64-bit platform
1243
1244         * glib/gslice.h (g_slice_copy): Apply type casts needed
1245           for proper compilation on 64-bit platforms.
1246
1247 2008-04-09  Federico Mena Quintero  <federico@novell.com>
1248
1249         * glib/gbookmarkfile.c (bookmark_metadata_free): Don't leak
1250         the apps_by_name hash table if the applications list is empty.
1251
1252 2008-04-08  Behdad Esfahbod  <behdad@gnome.org>
1253
1254         * glib/gunicode.h: Add ISO 15924 code comments for new scripts.
1255
1256 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
1257
1258         Bug 491554 – Update to Unicode 5.1.0
1259
1260         * glib/gunichartables.h:
1261         * glib/gunicode.h:
1262         * glib/gunibreak.h:
1263         * glib/gmirroringtable.h:
1264         * glib/gscripttable.h:
1265         * glib/gen-script-table.pl: Update to Unicode 5.1.0. Patch by
1266         Behdad Esfahbod
1267
1268 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
1269
1270         Bug 526619 – make test-report crash
1271
1272         * glib/gtester.c: Allocate enough space for argv. Patch by
1273          Hiroyuki Ikezoe
1274
1275 2008-04-04  Matthias Clasen  <mclasen@redhat.com>
1276
1277         * glib/gmain.c: Make the fix for bug 448943 work.
1278
1279 2008-04-04  Tor Lillqvist  <tml@novell.com>
1280
1281         * configure.in: Make sure we don't build both shared and static at
1282         the same time on Windows. Put a #define for
1283         GLIB_STATIC_COMPILATION into glibconfig.h in the static case, so
1284         that the use of variables from libglib gets the GLIB_VAR macro in
1285         gtypes.h automatically correct. This means that a shared and
1286         static build of GLib can't be installed in the same prefix on
1287         Windows, which sucks a bit. But with variables in the GLib API,
1288         there isn't much we can do otherwise. The alternative would be to
1289         force the developer who compiles against a statically built GLib
1290         to use -DGLIB_STATIC_COMPILATION.
1291
1292         * glibconfig.h.win32.in: Define GLIB_STATIC_COMPILATION here also,
1293         if needed.
1294
1295 2008-04-03  Tor Lillqvist  <tml@novell.com>
1296
1297         * configure.in: Don't enforce shared library build only on
1298         Windows. It might well make sense to build static libraries in
1299         some use cases.
1300
1301         * glib/gutils.c: Don't compile the DllMain if building libglib
1302         statically. Also in that case don't return NULL from
1303         _glib_get_installation_directory(), but return the installation
1304         directory of the program's .exe file.
1305
1306 2008-04-03  Tor Lillqvist  <tml@novell.com>
1307
1308         Bug 525972 - UCS-4 not in the new win_iconv implementation
1309
1310         * glib/win_iconv.c: Add UCS-4. Also add spelling of UCS-2 without
1311         the hyphen.
1312
1313 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
1314
1315         Bug 448943 – g_timeout_add_seconds() problems
1316
1317         * glib/gmain.c (g_timeout_set_expiration): Prevent expiration
1318         time going negative. Reported by Cody Russell, analyzed by
1319         Olivier Crete, patch by Sjoerd Simons.
1320
1321 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
1322
1323         Bug 525674 – A typo in gmarkup.c
1324
1325         * glib/gmarkup.c (g_markup_parse_context_get_element_stack): Fix
1326         the docs, reported by Hiroyuki Ikezoe
1327
1328 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
1329
1330         Bug 525732 – Error in documentation for g_list_first
1331
1332         * glib/glist.c (g_list_first): Fix the docs, reported by 
1333         Salvatore Iovene
1334
1335 2008-04-02  Tor Lillqvist  <tml@novell.com>
1336
1337         Bug 524314 - g_convert() on Win32 implicitly converts full width
1338         alphanumerics into half width
1339         
1340         * glib/win_iconv.c: Update from Yukihiro Nakadaira. Use
1341         WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte() unless the
1342         //translit flag was suffixed to the codeset name.
1343
1344         * glib/gconvert.c: Include win_iconv.c earlier so that its
1345         definition of WINVER before it includes <windows.h> is used.
1346
1347 2008-03-31  Tor Lillqvist  <tml@novell.com>
1348
1349         * glib/gmain.c (g_poll): Improve fix for #525192 below: Use
1350         SleepEx() so that the sleep is alertable. Thanks to John
1351         Ehresman.
1352
1353 2008-03-31  Tor Lillqvist  <tml@novell.com>
1354
1355         * glib/gwin32.c
1356         (g_win32_get_package_installation_directory_of_module): Fix Cygwin
1357         breakage. Patch by Lieven van der Heide.
1358
1359 2008-03-31 10:39:17  Tim Janik  <timj@imendio.com>
1360
1361         * glib/gutils.h: reapply inlining fix from r6333 to fix:
1362         Bug 522292 – Gives warnings in glib/gutils.h with GCC in C99 mode
1363         and again:
1364         Bug 315437 – extern inline -> static inline
1365
1366 2008-03-31  Tor Lillqvist  <tml@novell.com>
1367
1368         Bug 525192 - 100% CPU if run main loop with no IO sources
1369
1370         * glib/gmain.c (g_poll) [Win32]: Patch by Neil Roberts.
1371
1372 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
1373
1374         * glib/gtester.c: Don't use ARG_MAX.  (#522335, patch by 
1375         Samuel Thibault, adapted by Sebastian Dröge)
1376
1377 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
1378
1379         * glib/gmacros.h: Add macros wrapping the gcc alloc_size 
1380         function attribute.  (#523019, Rodrigo Moya)
1381
1382         * glib/gmem.h: 
1383         * glib/gslice.h:
1384         * glib/gstrfuncs.h: Use the new attribute where appropriate.
1385
1386 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
1387
1388         * glib/glibintl.h:
1389         * glib/gstrfuncs.c:
1390         * glib/gutils.c: Simple fixes to help building GLib on 
1391         embedded systems without NLS.  (#524350, Peter Kjellerstedt)
1392
1393 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
1394
1395         * glib/ghash.c: Fix the build with -DG_DISABLE_ASSERT.
1396         (#525060, Arfrever Frehtes Taifersar Arahesis)
1397
1398 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
1399         
1400         * glib/gthread.h: Replace occurrances of G_GNUC_PRETTY_FUNCTION
1401         by G_STRFUNC.  (#524344, Peter Kjellerstedt)
1402
1403 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
1404
1405         * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)
1406
1407 2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>
1408
1409         Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
1410         other optimizations
1411
1412         * glib/gbookmarkfile.c: (bookmark_metadata_dump),
1413         (bookmark_item_dump), (g_bookmark_file_dump), (expand_exec_line):
1414         Replace all calls to g_string_append_printf with g_strconcat () or
1415         g_string_append () where appropriate, to reduce the file creation time.
1416         Also, use g_string_sized_new () with an appropriate buffer size instead
1417         of g_string_new (NULL), to reduce time spent in memory reallocation.
1418         (#523877, Claudio Saavedra, Emmanuele Bassi)
1419
1420 2008-03-22  Emmanuele Bassi  <ebassi@gnome.org>
1421
1422         Bug 518160 - replace two g_strdup_printf calls in GBookmarkFile
1423
1424         * glib/gbookmarkfile.c (is_element_full): Compare the fragments
1425         instead of building two strings; this avoids two g_strdup_printf()
1426         per namespaced element enountered. (#518160, Felix Riemann)
1427
1428 2008-03-20  Alexander Larsson  <alexl@redhat.com>
1429
1430         * configure.in:
1431         Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
1432         Patch from ephraim_owns@hotmail.com
1433
1434 2008-03-19  Tor Lillqvist  <tml@novell.com>
1435
1436         Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
1437
1438         * glib/win_iconv.c: Fixes for code page 54936 (GB18030)
1439         (mbtowc_flags): New function. Check if a code page is one of those
1440         for which the dwFlags parameter to MultiByteToWideChar() must be
1441         zero. Return 0 or MB_ERR_INVALID_CHARS.
1442         (mbcs_mblen): New function for multi-byte (more than two bytes for
1443         some characters) code pages. Only handles 54936 for now.
1444         (make_csconv): Use it for 54936.
1445         (kernel_mbtowc): Use mbtowc_flags().
1446
1447 2008-03-18  Sebastian Dröge  <slomo@circular-chaos.org>
1448
1449         Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
1450
1451         * glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
1452         if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
1453         gcc version prior to 4.3 no correct C99-inline was implemented which
1454         has semantic differences to GNU inline.
1455
1456 2008-03-16  Tor Lillqvist  <tml@novell.com>
1457
1458         * configure.in: Don't bother defining Autoconf variables for
1459         glib.def, gmodule.def, gobject.def and gthread.def when this can
1460         be handled easily in */Makefile.am which are the only files that
1461         use them. Remove also TESTGMODULE_EXP which isn't used at all.
1462
1463         * glib/Makefile.am: Corrsponding change.
1464         
1465 2008-03-14  Michael Natterer  <mitch@imendio.com>
1466
1467         * glib/*.h: make it possible to disable single-file includes by
1468         defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
1469         Approved by Tim Janik.
1470
1471         * glib/glib.h: include <glib/gslice.h>.
1472
1473         * glib/gi18n.h
1474         * glib/gi18n-lib.h
1475         * glib/gprintf.h: include <glib.h> so the above works when these
1476         files are included without including <glib.h> first.
1477
1478 2008-03-14  Alexander Larsson  <alexl@redhat.com>
1479
1480         * configure.in:
1481         Add required includes for f_fstypename member check.
1482
1483 2008-03-14  Alexander Larsson  <alexl@redhat.com>
1484
1485         * configure.in:
1486         Added checks for FEN (Solaris  File Event Notification)
1487
1488 2008-03-13  Tor Lillqvist  <tml@novell.com>
1489
1490         * glib-zip.in: Add lib/gio-2.0.lib and lib/gio-2.0.def.
1491
1492 2008-03-12  Tor Lillqvist  <tml@novell.com>
1493
1494         * configure.in: Expand gio/win32/Makefile.
1495
1496 2008-03-12  Matthias Clasen <mclasen@redhat.com>
1497
1498         * configure.in: Bump version to 2.17.0
1499
1500         * ChangeLog.pre-2-16: rotate ChangeLog
1501         
1502         * === branch for 2.16 ===