2006-09-10 07:13:52 +02:00
|
|
|
2006-09-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-09-10 07:50:50 +02:00
|
|
|
* glib/gbacktrace.c: Assume string.h is available.
|
|
|
|
(#354523, Behdad Esfahbod)
|
|
|
|
|
2006-09-10 07:45:45 +02:00
|
|
|
* configure.in: Bump version to 2.13.0
|
|
|
|
|
2006-09-10 07:44:46 +02:00
|
|
|
* glib/glib.symbols:
|
|
|
|
* glib/gmain.[hc]: Add functions to create approximate
|
|
|
|
timeouts. (#353942, Arjan van de Ven)
|
|
|
|
|
2006-09-10 07:13:52 +02:00
|
|
|
* glib/gstdio.c (g_rename): Initialize save_errno.
|
|
|
|
(#355206, Mike Edenfield)
|
|
|
|
|
2006-09-03 08:03:39 +02:00
|
|
|
2006-09-03 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* glib/gerror.c: Allocate GErrors using the slice allocator.
|
|
|
|
(#354054, Matt Barnes)
|
|
|
|
|
2006-09-03 05:49:38 +02:00
|
|
|
2006-09-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* glib/gtimer.c: Forgotten HAVE_CLOCK_GETTIME.
|
|
|
|
|
2006-09-02 01:32:05 +02:00
|
|
|
2006-09-02 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* glib/gutils.c (g_get_any_init_do): Correct C99ism (mixed
|
|
|
|
declarations and code) in Win32 ifdef branch. (#353903, Mike
|
|
|
|
Edenfield)
|
|
|
|
|
2006-09-01 13:28:14 +02:00
|
|
|
2006-09-01 Abel Cheung <abel@oaka.org>
|
|
|
|
|
|
|
|
* configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
|
|
|
|
|
2006-09-01 08:08:23 +02:00
|
|
|
2006-09-01 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Check for CLOCK_MONOTONIC.
|
|
|
|
|
|
|
|
* glib/gtimer.c: Only use clock_gettime if we
|
|
|
|
have a monotonic clock.
|
|
|
|
|
2006-08-31 20:29:12 +02:00
|
|
|
2006-08-31 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Add missing includes to a few test
|
|
|
|
programs. (#353580, Chris Wilson)
|
|
|
|
|
2006-08-30 21:07:54 +02:00
|
|
|
2006-08-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
|
|
|
|
va_end on caller-provided va_args. (#353584, Chris Wilson)
|
|
|
|
|
2006-08-30 00:45:00 +02:00
|
|
|
2006-08-29 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
Remove support for Windows 9x/ME, as will be done also in Pango
|
|
|
|
and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
|
|
|
|
it's pretty pointless to keep the Win9x code in here either. If
|
|
|
|
somebody is interested, the code can always be found in older GLib
|
|
|
|
versions, and in CVS.
|
|
|
|
|
|
|
|
* glib/gdir.c
|
|
|
|
* glib/gfileutils.c
|
|
|
|
* glib/gspawn-win32-helper.c
|
|
|
|
* glib/gspawn-win32.c
|
|
|
|
* glib/gstdio.c
|
|
|
|
* glib/gutils.c
|
|
|
|
* glib/gwin32.c
|
|
|
|
* glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
|
|
|
|
G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
|
|
|
|
branches, and any variables or static functions used only by the
|
|
|
|
Win9x branches.
|
|
|
|
|
|
|
|
* glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
|
|
|
|
run on Win9x.
|
|
|
|
|
2006-08-28 05:01:33 +02:00
|
|
|
2006-08-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-08-28 05:54:28 +02:00
|
|
|
* configure.in: Fix pthread compiler flag detection.
|
|
|
|
|
2006-08-28 05:01:33 +02:00
|
|
|
* glib/gtimer.c: Use Posix monotonic clocks instead of
|
|
|
|
gettimeofday when available. (#336114, William Jon McCann)
|
|
|
|
|
2006-08-26 06:03:37 +02:00
|
|
|
2006-08-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* glib/gutils.h:
|
|
|
|
* glib/gscanner.c: Fix some typos. (#351741, Kjartan Maraas)
|
|
|
|
|
2006-08-26 05:44:45 +02:00
|
|
|
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-23 05:43:36 +02:00
|
|
|
2006-08-22 Matthias Clasen <mclasen@redhat.com>
|
2006-08-20 15:39:48 +02:00
|
|
|
|
2006-08-23 05:43:36 +02:00
|
|
|
* Branch for 2.12
|
2006-08-20 15:39:48 +02:00
|
|
|
|