mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
31 lines
884 B
Plaintext
31 lines
884 B
Plaintext
2006-08-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* configure.in: Fix pthread compiler flag detection.
|
|
|
|
* glib/gtimer.c: Use Posix monotonic clocks instead of
|
|
gettimeofday when available. (#336114, William Jon McCann)
|
|
|
|
2006-08-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* glib/gutils.h:
|
|
* glib/gscanner.c: Fix some typos. (#351741, Kjartan Maraas)
|
|
|
|
2006-08-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* configure.in: Fix the pthread compiler flag detection.
|
|
|
|
* glib/gunicode.h:
|
|
* glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
|
|
from gconvert.c, move it to gutf8.c, and export it privately.
|
|
|
|
* glib/gconvert.c (g_filename_display_name): Adjust callers.
|
|
|
|
* glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
|
|
places to ensure error messages are valid UTF-8. (#351853,
|
|
Simon Budig)
|
|
|
|
2006-08-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
* Branch for 2.12
|
|
|