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