Check for timegm.
authorEmmanuele Bassi <ebassi@cvs.gnome.org>
Thu, 23 Mar 2006 02:54:29 +0000 (02:54 +0000)
committerEmmanuele Bassi <ebassi@src.gnome.org>
Thu, 23 Mar 2006 02:54:29 +0000 (02:54 +0000)
commit6db9ec40708a4ad60a11a21856a1d54a48b01abd
tree3bf85717b4903d7847fac54f356890ea2986f849
parent0028b643bc40b38d59cdd3c74a33ec3e282dd397
Check for timegm.

2006-03-23  Emmanuele Bassi  <ebassi@cvs.gnome.org>

* configure.in: Check for timegm.

* glib/gtimer.h:
* glib/gtimer.c:
* glib/glib.symbols:
* docs/reference/glib/glib-sections.txt: Added g_time_val_to_iso8601
and g_time_val_from_iso8601, to convert a GTimeVal to and from an
ISO 8601 encoded date.

* tests/testglib.c: Added test cases for g_time_val_to_iso8601()
and g_time_val_from_iso8601() functions.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
configure.in
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gtimer.c
glib/gtimer.h
tests/testglib.c