Add NULL checks to the base64 functions that take pointers. (#399611,
[platform/upstream/glib.git] / ChangeLog
1 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gbase64.c: Add NULL checks to the base64 
4         functions that take pointers.  (#399611, Martyn Russell)
5
6 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
7
8         Work with Solaris gettext (#341988, Laszlo Peter)
9
10         * m4macros/glib-gettext.m4: Make GLIB_WITH_NLS define
11         MSGFMT_OPTS if msgfmt supports -c.
12
13         * po/Makefile.in.in: Use MSGFMT_OPTS when calling
14         msgfmt.
15
16 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
17
18         * tests/Makefile.am: Apply a patch by Loïc Minier
19         to fix building with -Wl,-z,defs.  (#149144)
20
21 2007-03-03  Thierry Randrianiriana  <randrianiriana@gmail.com>
22
23         * po/mg.po: Added Malagasy translation.
24         * configure.in: Added Malagasy 'mg' to ALL_LINGUAS
25
26 2007-03-01  Ihar Hrachyshka <iharh@gnome.org>
27         * configure.in: Added be@latin to ALL_LINGUAS.
28
29 2007-02-17  Tor Lillqvist  <tml@novell.com>
30
31         * glib/gdate.c (win32_strftime_helper): New Win32-only
32         function. Use the wide character Win32 API to do the work of
33         strftime(): GetThreadLocale(), GetLocaleInfoW(), GetDateFormatW()
34         and GetTimeFormatW().
35         (g_date_strftime): On Windows use win32_strftime_helper()
36         instead of strftime() to avoid codepage issues with strftime().
37         Unfortunately using wcsftime() would not help either. (#404832)
38
39 2007-02-16  Soren Sandmann <sandmann@redhat.com>
40
41         * tests/sequence-test.c: For move, test moving between two
42         sequences. Add test for swap.
43
44         * glib/gsequence.c: Replace splay tree with a treap.
45         (check_node): Add checks for the treap invariants.
46
47 2007-02-10  Hans Breuer  <hans@breuer.org>
48
49         * glib/makefile.msc.in : added gsequence.obj
50
51 Fri Feb  9 17:46:18 2007  Søren Sandmann  <sandmann@redhat.com>
52
53         * glib/gsequence.c (g_sequence_get_end_iter): Remove assertion.
54         * glib/gsequence.c (is_end): Return TRUE if the iter doesn't have
55         a parent.
56         * glib/gsequence.c: Fix grammar of comment.
57         * glib/gsequence.c (node_update_fields): Use a temporary variable
58         for the n_nodes.
59
60 2007-02-07  Soren Sandmann <sandmann@daimi.au.dk>
61
62         * tests/sequence-test.c (compare_items): Force an arbitrary order
63         on otherwise identical items.
64
65         * glib/gsequence.c: Add comment discussing splay trees vs. other trees.
66         * glib/gsequence.c (is_end): Add fast path for the common case
67         when the node is not actually the end node.
68
69 2007-02-05  Soren Sandmann <sandmann@daimi.au.dk>
70
71         * glib/gsequence.c (g_sequence_sort_iter): Don't prohibit access
72         until after the g_sequence_move_range() call.  Bug 404759,
73         Christian Persch.
74
75        * tests/sequence-test.c: Formatting fix.
76
77 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
78
79         * glib/gsequence.c (struct _GSequence): Add a new 'real_sequence'
80         field.
81         (g_sequence_new): Initialize real_sequence to the sequence
82         (g_sequence_sort_iter): Set real_sequence of the temporary
83         sequence to the real sequence.
84         (g_sequence_sort_changed_iter): Same
85         (g_sequence_insert_sorted_iter): Same
86         (g_sequence_search_iter): Same
87         (g_sequence_iter_get_sequence): Return real_sequence
88
89         * tests/sequence-test.c (compare_iters): Insert assertions that
90         the iters point to the sequence being manipulated.
91
92 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
93
94         * glib/gsequence.[ch]: New files implementing GSequence, a list
95         implemented using a binary tree.
96         * glib/glib.h, glib/glib.symbols: Update for GSequence.
97         * docs/reference: Add documentation for GSequence
98         * tests: Add sequence-test.c, a thorough test of all of
99         the GSequence API.
100
101 2007-01-30  Matthias Clasen <mclasen@redhat.com>
102
103         * glib/glib.symbols:
104         * glib/gslice.h:
105         * glib/gslice.c: Don't make ABI depend on G_ENABLE_DEBUG,
106         just add an empty g_slice_debug_tree_statistics () implementation
107         in the !G_ENABLE_DEBUG case.
108
109 2007-01-26  Matthias Clasen <mclasen@redhat.com>
110
111         * configure.in: Define G_GNUC_INTERNAL for Sun Studio
112         as __hidden.  (#342981, Brian Cameron)
113
114         * glib/gconvert.c:
115         * glib/gutf8.c: Move G_GNUC_INTERNAL uses to the right
116         spot.
117
118 2007-01-26  Matthias Clasen <mclasen@redhat.com>
119
120         * gmem.c:
121         * gslice.c:
122         * gmessages.c:
123         * gutils.c: Make some structs which are used only once
124         non-static.
125
126 2007-01-24  Benjamin Otte <otte@gnome.org>
127
128         * glib/gprintf.c (g_sprintf): Clarify the documentation
129         regarding overflows (wording by Jan Schmidt)
130
131 2007-01-23  Roozbeh Pournader  <roozbeh@farsiweb.info>
132
133         * README: Remove mention of no-longer-existing PATCH
134         keyword in bugzilla. (#396899)
135
136 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
137
138         * glib/gutf8.c (g_utf8_get_char_validated): Clarify
139         the behaviour is max_len is zero.  (#400044,
140         Benjamin Dauvergne)
141
142 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
143
144         * glib/goption.c (print_help): Use bitwise &
145         when operating on flags.  (#399971, Jon Oberheide)
146
147 2007-01-19  Matthias Clasen  <mclasen@redhat.com>
148
149         Some file list updates (#398069, Owen Taylor)
150
151         * docs/Changes-2.0.txt
152         * docs/reference/README.cvs-commits
153         * glib.spec.in: Remove obsolete files
154
155         * tests/Makefile.am:
156         * glib/libcharset/Makefile.am:
157         * gobject/Makefile.am:
158         * Makefile.am: Add some missing files to EXTRA_DIST
159
160         * tests/timeloop-basic.c: Make it build
161         * HACKING: Small updates
162
163 2007-01-18  Matthias Clasen  <mclasen@redhat.com>
164
165         * glib/gdate.c (g_date_set_time): Fix a typo.  (#398203,
166         Owen Taylor)
167
168 2007-01-17  Tor Lillqvist  <tml@novell.com>
169
170         * config.h.win32.in
171         * glib/galloca.h
172         * glib/gbacktrace.h
173         * glib/gwin32.c
174         * glibconfig.h.win32.in
175         * README.win32: More minor tweaks for Digital Mars
176         compiler. (#346808, Serhat Sevki Dincer)
177
178 2007-01-17  Tor Lillqvist  <tml@novell.com>
179
180         * glib-zip.in: DLLs are always installed in "bin" with current
181         libtool, drop unnecessary logic to check where they are. Include
182         also the COPYING file.
183
184 2007-01-17  Tor Lillqvist  <tml@novell.com>
185
186         * glib/galloca.h: Use <malloc.h> also with Digital Mars compiler
187         on Win32. (#346808, Serhat Sevki Dincer)
188
189 2007-01-16  Matthias Clasen  <mclasen@redhat.com>
190
191         * glib/gthread.h:
192         * glib/gthread.c:
193         * glib/glib.symbols: Revert an accidental ABI break by
194         moving gettime out of the GThreadFunctions struct and making
195         it a separate variable.  (#397139, Joe Marcus Clarke)
196
197         * gthread/*.c: Adapt.
198
199 2007-01-16  Tor Lillqvist  <tml@novell.com>
200
201         * glib/gthread.c (gettime): GetSystemTimeAsFileTime() returns 100s
202         of nanoseconds since 1601, so offset to Unix epoch (1970) and
203         multiply by 100 to get nanoseconds which is what we want.
204
205 2007-01-15  Tor Lillqvist  <tml@novell.com>
206
207         * glib/gmain.h (struct _GPollFD): Fix mistake in my last commit.
208
209 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
210
211         * glib/giochannel.c:
212         * glib/gbookmarkfile.c: Remove redundant NULL-checks.
213         (#369668, Morten Welinder)
214
215 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
216
217         * glib/gthread.c:
218         * gthread/gthread-posix.c: Correct the gettime calculations
219         once more.  (#395203, Chris Wilson)
220
221 2007-01-15  Tor Lillqvist  <tml@novell.com>
222
223         * glib/gmain.h (struct _GPollFD): Prepare for potential Win64
224         build: Use gint64 for the fd field on Win64, as we want to be able
225         to store a HANDLE in it. (#395422) (Other changes will surely also
226         be necessary when building on Win64, at least in giowin32.c.)
227
228 2007-01-15  Tor Lillqvist  <tml@novell.com>
229
230         * glib/gwin32.c (g_win32_getlocale): Simplify greatly. Instead of
231         hardcoding a large switch statement, just ask Windows for the
232         ISO639 and ISO3166 codes. Tack on @Latn or @Cyrl for those
233         languages which can alternatively be written in Latin or
234         Cyrillic. Fixes #395419.
235
236 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
237
238         * glib/gkeyfile.c: Rework the handling of invalid
239         keys/groups again. We are back to being liberal about
240         what we accept, and only reject things that would lead
241         to non-rereadable keyfiles.
242
243         * tests/keyfile-test.c: Adapt tests.
244
245 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
246
247         * glib/gutils.c (g_get_home_dir): Clarify docs.  (#394687,
248         Marc Brockschmidt)
249
250 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
251
252         * glib/gthread.c: Include windows.h and fix
253         include order. (#394258, Kazuki Iwamoto)
254
255 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
256
257         * configure.in: Make G_GNUC_INTERNAL a no-op for
258         gcc 2.95.    (#329031, David Schleef, Marc Brockschmidt)
259
260 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
261
262         * gthread/gthread-posix.c:
263         * glib/gtimer.c:
264         * glib/gthread.c: Fix errors in the recently moved
265         time calculations.  (#395203, Chris Wilson)
266
267 2007-01-10  Matthias Clasen  <mclasen@redhat.com>
268
269         * configure.in: Actually link gthread against librt.
270         (#394641, Marco Pesenti Gritti)
271
272 2007-01-10  Matthias Clasen  <mclasen@redhat.com>
273
274         * glib/gkeyfile.c (g_key_file_is_key_name): Grr, allow '*' in keys,
275         too.  (#394262)
276
277 2007-01-09  Behdad Esfahbod  <behdad@gnome.org>
278
279         * glib/gutils.h: Use a more optimized g_bit_storage() when gcc is
280         available.  (#371670, Daniel Elstner)
281
282 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
283
284         * gthread/gthread-posix.c (g_thread_impl_init): Don't
285         use _SC_MONOTONIC_CLOCK unless USE_CLOCK_GETTIME is
286         defined.  (#394150)
287
288 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
289
290         Don't link glib against libpthread.  (#393812)
291
292         * configure.in: Link gthread against librt, not glib itself.
293
294         * glib/gthread.h:
295         * glib/gthread.c: Add a new thread function, gettime.
296
297         * glib/gtimer.c: Use gettime instead of directly working with
298         the various system interfaces.
299
300         * gthread/gthread-impl.c:
301         * gthread/gthread-posix.c:
302         * gthread/gthread-win32.c: Implement gettime.
303
304 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
305
306         * m4macros/glib-2.0.m4: Use PKG_PROG_PKG_CONFIG.  (#392636,
307         Yevgen Muntyan)
308
309 2007-01-07  Tor Lillqvist  <tml@novell.com>
310
311         * glib/giowin32.c: Handle GIOChannels for file descriptors
312         connected to the console separately. This would typically be the
313         fd 0, 1, or 2 (if not redirected) in a console application. For
314         such fds we don't need a separate thread, as console HANDLEs are
315         waitable objects. (#359202, Michiel de Hoon)
316
317 2007-01-04  Behdad Esfahbod  <behdad@gnome.org>
318
319         * tests/bit-test.c (builtin_bit_nth_lsf1), (builtin_bit_nth_lsf2),
320         (builtin_bit_nth_msf): Fix tests on x86_64.
321
322 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
323
324         * glib/goption.c (_g_unichar_get_width), (_g_utf8_strwidth),
325         (calculate_max_length), (print_entry), (print_help): Take zerowidth
326         and double-width chars into consideration when computing width of a
327         string.  Also fix another bug in width computation. (#346955)
328
329         * glib/guniprop.c (g_unichar_iszerowidth): Fix typo.  It was not
330         working correctly.
331
332 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
333
334         * glib/glib.symbols:
335         * glib/gunicode.h:
336         * glib/guniprop.c: Add g_unichar_iszerowidth(). (#347645)
337
338 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
339
340         * glib/gutils.h: Fix bug in g_bit_nth_lsf (#371631) and use
341         __builtin_clzl for g_bit_storage if available (#371670).
342
343         * tests/Makefile.am:
344         * tests/bit-test.c: New test, to test g_bit_* operations against
345         naive and builtin implementations.
346
347 2007-01-02  Behdad Esfahbod  <behdad@gnome.org>
348
349         * configure.in: Avoid more warnings from running libtool --config.
350         (#391364)
351
352 2007-01-03  Michael Natterer  <mitch@imendio.com>
353
354         * removed all .cvsignore files. SVN doesn't need them.
355
356 2007-01-02  Emmanuele Bassi  <ebassi@gnome.org>
357
358         * glib/gbookmarkfile.c (expand_exec_line): Add support for
359         expanding the desktop entry spec variables %U (list of URIs)
360         and %F (list of filenames), so that using the command line
361         from the Exec and TryExec key of a desktop entry file works
362         as intended.
363
364 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
365
366         * configure.in: Avoid warnings from running libtool --config.
367         (#391364, Loïc Minier)
368
369 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
370
371         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info):
372         Return an error if the uri is bad. (#391370, Maciej Piechotka)
373
374 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
375
376         * glib/glib.symbols: Guard g_slice_debug_tree_statistics
377         by G_ENABLE_DEBUG.  (#390940, Kazuki Iwamoto)
378
379 2007-01-02  Michael Natterer  <mitch@imendio.com>
380
381         * configure.in
382         * Makefile.am: remove references to build/ until a proper decision
383         has been made what to do with it.
384
385 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
386
387         * glib-gettextize.in: Silence autoconf warnings about
388         datarootdir.  (#391367, Loïc Minier)
389
390 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
391
392         * glib/gslice.c: Fix some C99isms.  (#390913, Kazuki Iwamoto)
393
394 Fri Dec 29 13:28:07 2006  Tim Janik  <timj@imendio.com>
395
396         * glib/gslice.c: turned detection of too late g_thread_init() calls
397         into a warning. this is a temporary work-around for some head-room
398         to fix affected programs, memory corruption still occours regardless.
399
400 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
401
402         * tests/gobject/Makefile.am:
403         * tests/gobject/dynamictype.c: New test for dynamic type
404         registration macros.
405
406 Thu Dec 28 21:14:45 2006  Tim Janik  <timj@imendio.com>
407
408         * glib/gslice.c: removed pthread-dependant debugging bits, the code
409         was already converted to GMutex. this obsoletes Tor's recent fixups.
410
411 2006-12-28  Tor Lillqvist  <tml@novell.com>
412
413         * glib/gutils.h (G_WIN32_DLLMAIN_FOR_DLL_NAME)
414         * glib/gutils.c (get_windows_directory_root): : Use only the wide
415         character API here, too.
416
417         * glib/gslice.c: Make it compile on Win32 without pthreads: Use a
418         Win32 critical section instead.
419
420         * glib/gmessages.c (g_logv): On Win32, if we get a fatal error
421         message while being debugged we break into the debugger with
422         G_BREAKPOINT(). Don't call abort() if the user is foolhardy enough
423         to continue after the breakpoint. The user presumably knows what
424         he is doing and deserves what he gets. (#376645, Andreas Köhler)
425
426 Thu Dec 28 12:50:31 2006  Tim Janik  <timj@imendio.com>
427
428         * glib/gslice.h, glib/gslice.c: implemented static debugging
429         hash-tree to validate slice adresses and sizes with G_SLICE=debug-blocks.
430         use abort() to exit in mem_error() to allow catching of these in gdb.
431         abort programs with a descriptive error message if g_thread_init() is
432         called after GSlice was in use. previously this just silently corrupted
433         the magazines.
434
435         * glib/ghash.c (struct _GHashNode): reordered fields to keep 8-byte
436         pointer alignment on 64bit systems and request smaller slice sizes
437         on 32bit systems.
438
439         * tests/slice-test.c: support '~' option flag to introduce slice
440         allocation/release corruption with a significant probability. this
441         allowes testing of G_SLICE=debug-blocks.
442
443 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
444
445         * glib/gconvert.[hc]:
446         * glib/gfileutils.c:
447         * glib/giochannel.c:
448         * glib/goption.c:
449         * glib/gspawn.c:
450         * glib/gunicollate.c:
451         * glib/gutils.c:
452         * tests/timeloop-basic.c:
453         Consistently use gsize rather than size_t.  (#333310,
454         Morten Welinder)
455
456 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
457
458         * configure.in: Use AC_CACHE_CHECK for the nl_langinfo
459         check.  (#304517, Lőrinczy Zsigmond)
460
461 2006-12-27  Tor Lillqvist  <tml@novell.com>
462
463         * glib/gwin32.h
464         * glib/gwin32.c (get_package_directory_from_module)
465         (g_win32_get_package_installation_directory)
466         (g_win32_get_package_installation_subdirectory): Add const to
467         gchar* arguments. (#384523, Yevgen Muntyan)
468
469 2006-12-27  Ryan Lortie  <desrt@desrt.ca>
470
471         * glib/ghash.c: cache the value of the hash function
472         in the GHashNode.  this speeds up resizing the hash
473         table and it also allows a slight optimisation on
474         lookups.  (#388332)
475
476 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
477
478         * glib/gunicollate.c (g_utf8_collate_key): Don't modify
479         the current locale.  (#389300)
480
481 2006-12-26  Matthias Clasen  <mclasen@redhat.com>
482
483         * glib/gutf8.c: Add hints for locale-dependent interfaces.
484         * glib/gconvert.c: Add hints for locale-dependent interfaces.
485
486         * glib/gconvert.c (g_get_filename_charsets): Improve
487         formatting of docs.
488
489 2006-12-26  Behdad Esfahbod  <behdad@gnome.org>
490
491         * configure.in: Use libtool to determine shared library suffix.
492         (#357245)
493
494 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
495
496         * tests/run-collate-tests.sh:
497         * tests/unicode-collate.c: Silently skip tests if
498         we can't set LC_COLLATE to en_US.  (#336438)
499
500 2006-12-19  Matthias Clasen  <mclasen@redhat.com>
501
502         * glib/gkeyfile.c (g_key_file_is_key_name): Accept
503         '/', '+' and '.' in key names, since gnome-vfs uses
504         mime types as keys in some cache.
505
506         * tests/keyfile-test.c: Tests for the above.
507
508 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
509
510         * configure.in: Fix the broken poll test.  (#387260,
511         Christian Persch)
512
513         * glib/gmain.c (child_watch_helper_thread): Readd a
514         return which was removed as dead code a while ago.
515         icc may consider it dead, but gcc doesn't like non-void
516         functions without a return...  (#354707)
517
518         * tests/Makefile.am: Try a different fix for bug 346373.
519
520 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
521
522         Fix bug 161288:
523
524         * configure.in: Check for wcslen.
525
526         * glib/gnulib/vasnprintf.c: Handle wcslen missing.
527
528 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
529
530         * glib/gkeyfile.c: Accept '@' in locale names.
531
532         * glib/gkeyfile.c: Tighten up the check for allowed
533         key and group names.  (#343191, Tommi Komulainen)
534
535         * tests/keyfile-test.c: Test handling of key and group names.
536
537         * tests/Makefile.am: Don't use $RANDOM if the shell doesn't
538         have it.  (#346373, Thomas Klausner)
539
540 2006-12-17  Behdad Esfahbod  <behdad@gnome.org>
541
542         * glib/gstring.c: Improve docs about string functions taking a
543         length.  (#378727)
544
545 2006-12-17  Matthias Clasen  <mclasen@redhat.com>
546
547         * glib/gconvert.c:
548         * glib/gutf8.c (_g_charset_get_aliases): Put the G_GNUC_INTERNAL
549         where gcc doesn't complain about it.
550
551         * glib/ghash.c: Make ref_count an int to avoid compiler
552         warnings.
553
554         * configure.in: Use AC_LANG_SOURCE for the clock test.
555
556         * glib/gthreadpool.h:
557         * glib/gthreadpool.c (g_thread_pool_free): Don't use "wait"
558         as parameter name.  (#379207, Christian Biere)
559
560         * glib/gspawn.c: Refer to g_child_watch_add() in addition
561         to waitpid().
562
563         * glib/gstrfuncs.c (g_strndup, g_strnfill): Move docs
564         inline, and improve wording.  (#372598, Behdad Esfahbod)
565
566         * glib/gspawn.c: Add some pointers to the gdk_spawn_
567         variants.  (#338134, Federico Mena Quintero)
568
569         * configure.in: Make montonic clock test work again. Does
570         AC_COMPILE_IFELSE not get confdefs ? Also, move the clock
571         tests below the thread checks to fix #364663.
572
573         * tests/run-markup-tests.sh: Don't use diff -u  (#380801,
574         Marek Rouchal)
575
576         * glib/gspawn.c: Fix the recent fdwalk()-related changes
577         to not break mapping-test.  (#286838, Marco Barisione)
578
579         * glib/gstring.c (g_string_chunk_new): Don't shadow size.
580         (#386760, Kazuki IWAMOTO)
581
582 2006-12-16  Matthias Clasen  <mclasen@redhat.com>
583
584         * glib/gstring.c: Move more documentation inline.
585
586         * configure.in: Use AC_COMPILE_IFELSE for the monotonic
587         clock test.  (#362918, Han-Wen Nienhuys, Jeremy Lainé)
588
589         * glib/gstring.c: Move documentation inline.
590
591 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
592
593         * glib/giochannel.h: Make ref_count a gint to avoid
594         compiler warnings.  (#321977, Andrew Paprocki)
595
596         * configure.in: On Solaris, set CFLAGS and LDFLAGS that
597         work both with Sun cc and gcc.  (#315061, Lazlo Peter)
598
599         * glib/gspawn.c: Undefine READ_OK to fix the build on
600         old versions of Darwin.  (#327800)
601
602         * glib/glib.symbols:
603         * glib/gstring.[hc] (g_string_chunk_clear): Add a function
604         for clearing a GStringChunk. (#364608, Matt Barnes)
605
606         * glib/guniprop.c (interval_compare): Avoid a compiler
607         warning.
608
609         * glib/gspawn.c (do_exec): Call set_cloexec() with
610         the right parameters.  (#386252, Guillaume Desmottes)
611
612 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
613
614         Fix #357585, Padraig O'Briain.
615
616         * configure.in: Check for fdwalk.
617
618         * glib/gspawn.c (do_exec): Use fdwalk() to close all
619         file descriptors.
620
621         * glib/gspawn.c (fdwalk): Fallback implementation of
622         fdwalk.
623
624 2006-12-14  Matthias Clasen  <mclasen@redhat.com>
625
626         * glib/gconvert.c (open_converter): Don't use alloca
627         and avoid allocating memory for small keys that are
628         already cached.  (#172406, Morten Welinder)
629
630         * glib/gmain.c (g_child_watch_add_full): Improve the docs.
631         (#345569, Tim-Philipp Müller)
632
633         * glib/gkeyfile.c (g_key_file_add_group): If the group
634         is already there, make it current.  (#385910, Joe Halliwell)
635
636         * tests/keyfile-test.c: Add a test for duplicate groups/keys.
637
638 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
639
640         * m4macros/glib-gettext.m4: Require AC_CANONICAL_HOST in
641         GLIB_WITH_NLS.  (#385132, Laszlo Peter)
642
643 2006-12-12  Matthias Clasen  <mclasen@redhat.com>
644
645         * configure.in: Add a check for broken poll on Mac OS X.
646
647         * glib/gmain.c: Use poll emulation on OS X.  (#302672, Toby Peterson,
648         patch by Dave Vasilevsky)
649
650 2006-12-11  Matthias Clasen  <mclasen@redhat.com>
651
652         * glib/gatomic.c: Don't use local numeric labels in
653         inline assembler on AIX.  (#316434, Hans Rosenfeld)
654
655         * glib/gunicode.h (g_utf8_next_char): Cast to const char *,
656         not char *.  (#138153, Nikolai Weibull)
657
658 Wed Nov 22 16:09:13 2006  Tim Janik  <timj@gtk.org>
659
660         * glib/gmacros.h: added G_GNUC_MAY_ALIAS, suggested by Mathias
661         Hasselmann in bug #335341, fixes bug #335853.
662
663 2006-11-15  Matthias Clasen  <mclasen@redhat.com>
664
665         * m4macros/glib-gettext.m4: Apply a patch from James
666         Henstridge for compatibility with automake 2.60 (#343825)
667
668 2006-11-14  Behdad Esfahbod  <behdad@gnome.org>
669
670         * sanity_check: Replace bash-specific == with sh-understood =.
671         Fixes bug #373864.
672
673 2006-11-05  Hans Breuer  <hans@breuer.org>
674
675         * glib/makefile.msc.in : glib/ version not the gobject/
676         one I accidentially commited. Fixes bug #371074.
677
678 2006-11-05  Tor Lillqvist  <tml@novell.com>
679
680         * makefile.mingw
681         * gmodule/makefile.mingw.in
682         * glib/makefile.mingw.in
683         * gobject/makefile.mingw.in
684         * gthread/makefile.mingw.in
685         * tests/makefile.mingw.in: Remove from CVS. Haven't been
686         maintained or distributed for long.
687
688 2006-10-26  Pascal Terjan  <pterjan@linuxfr.org>
689
690         * glib/libcharset/localcharset.c: Fix small leak on failed
691         realloc in _g_locale_get_charset_aliases (#338582)
692
693 2006-10-16  Behdad Esfahbod  <behdad@gnome.org>
694
695         * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS).  (#362543,
696         Peter Kjellerstedt)
697
698 2006-10-15  Sebastian Wilhelmi  <seppi@seppi.de>
699
700         * tests/Makefile.am: Compile errorcheck-mutex-test with thread
701         libraries explicitly. (#74748, Javier Villavicencio)
702
703 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
704
705         Add a way to obtain Unicode script information.  (#348348,
706         Marco Barisione)
707
708         * glib/glib.symbols:
709         * glib/gunicode.h: Add GUnicodeScript enumeration and
710         g_unichar_get_script.
711
712         * glib/guniprop.c: Implement g_unichar_get_script.
713
714         * glib/gscripttable.h: Generated private header containing
715         script tables.
716
717         * glib/gen-script-table.pl: Script to generate gscripttable.h.
718
719         * glib/Makefile.am: Update
720
721 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
722
723         * tests/run-markup-tests.sh: Small portability fix.  (#347944,
724         Dan McMahill)
725
726 2006-10-07  Tor Lillqvist  <tml@novell.com>
727
728         * glib/gwin32.c (get_package_directory_from_module)
729         (g_win32_get_package_installation_directory): g_strdup the keys
730         that we are passed before adding them to the hash tables, to guard
731         against the caller freeing them. (#355955, Andreas Köhler)
732
733 2006-10-06  Matthias Clasen  <mclasen@redhat.com>
734
735         * glib/gtimer.c: Fix a typo.  (#359190)
736
737 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
738
739         * glib/Makefile.am:
740         * gobject/Makefile.am:
741         Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
742         (#358966)
743
744 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
745
746         * glib/gtimer.c (g_usleep): Use nsleep to implement
747         g_usleep on AIX.  (#321974, Andrew Paprocki)
748
749         * configure.in: Check for nsleep
750
751         * glib/gmain.c: Fix typos in doc comments.
752         (#358421, Tom Tromey)
753
754 2006-09-30  Matthias Clasen  <mclasen@redhat.com>
755
756         * glib/pltcheck.sh: A script to check PLT entries.
757         * glib/Makefile.am (TESTS): Run pltcheck.sh
758
759         * glib/*: Fix includes to correct some issues with
760         PLT entries.  (#354522, Behdad Esfahbod)
761
762 2006-09-17  Hans Breuer  <hans@breuer.org>
763
764         * glib/makefile.msc.in gobject/makefile.msc.in : better filtering
765         of G_GNUC_* stuff when generating .def files. Now also works with
766         newer (less tolerant) linkers, e.g. from vc2500e
767
768 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
769
770         * glib/gbacktrace.c: Assume string.h is available.
771         (#354523, Behdad Esfahbod)
772
773         * configure.in: Bump version to 2.13.0
774
775         * glib/glib.symbols:
776         * glib/gmain.[hc]: Add functions to create approximate
777         timeouts.  (#353942, Arjan van de Ven)
778
779         * glib/gstdio.c (g_rename): Initialize save_errno.
780         (#355206, Mike Edenfield)
781
782 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
783
784         * glib/gerror.c: Allocate GErrors using the slice allocator.
785         (#354054, Matt Barnes)
786
787 2006-09-02  Matthias Clasen  <mclasen@redhat.com>
788
789         * glib/gtimer.c: Forgotten HAVE_CLOCK_GETTIME.
790
791 2006-09-02  Tor Lillqvist  <tml@novell.com>
792
793         * glib/gutils.c (g_get_any_init_do): Correct C99ism (mixed
794         declarations and code) in Win32 ifdef branch. (#353903, Mike
795         Edenfield)
796
797 2006-09-01  Abel Cheung  <abel@oaka.org>
798
799         * configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
800
801 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
802
803         * configure.in: Check for CLOCK_MONOTONIC.
804
805         * glib/gtimer.c: Only use clock_gettime if we
806         have a monotonic clock.
807
808 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
809
810         * configure.in: Add missing includes to a few test
811         programs.  (#353580, Chris Wilson)
812
813 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
814
815         * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
816         va_end on caller-provided va_args.  (#353584, Chris Wilson)
817
818 2006-08-29  Tor Lillqvist  <tml@novell.com>
819
820         Remove support for Windows 9x/ME, as will be done also in Pango
821         and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
822         it's pretty pointless to keep the Win9x code in here either. If
823         somebody is interested, the code can always be found in older GLib
824         versions, and in CVS.
825
826         * glib/gdir.c
827         * glib/gfileutils.c
828         * glib/gspawn-win32-helper.c
829         * glib/gspawn-win32.c
830         * glib/gstdio.c
831         * glib/gutils.c
832         * glib/gwin32.c
833         * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
834         G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
835         branches, and any variables or static functions used only by the
836         Win9x branches.
837
838         * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
839         run on Win9x.
840
841 2006-08-27  Matthias Clasen  <mclasen@redhat.com>
842
843         * configure.in: Fix pthread compiler flag detection.
844
845         * glib/gtimer.c: Use Posix monotonic clocks instead of
846         gettimeofday when available.  (#336114, William Jon McCann)
847
848 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
849
850         * glib/gutils.h:
851         * glib/gscanner.c: Fix some typos.  (#351741, Kjartan Maraas)
852
853 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
854
855         * configure.in: Fix the pthread compiler flag detection.
856
857         * glib/gunicode.h:
858         * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
859         from gconvert.c, move it to gutf8.c, and export it privately.
860
861         * glib/gconvert.c (g_filename_display_name): Adjust callers.
862
863         * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
864         places to ensure error messages are valid UTF-8.  (#351853,
865         Simon Budig)
866
867 2006-08-22  Matthias Clasen <mclasen@redhat.com>
868
869         * Branch for 2.12