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