diff options
author | Emmanuele Bassi <ebassi@cvs.gnome.org> | 2006-03-23 02:54:29 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@src.gnome.org> | 2006-03-23 02:54:29 +0000 |
commit | 6db9ec40708a4ad60a11a21856a1d54a48b01abd (patch) | |
tree | 3bf85717b4903d7847fac54f356890ea2986f849 /ChangeLog.pre-2-10 | |
parent | 0028b643bc40b38d59cdd3c74a33ec3e282dd397 (diff) |
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.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1e2a8cd57..9234d7f5e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,17 @@ +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. + 2006-03-20 Vladimer Sichinava <vlsichinava@gmail.com> * configure.in: Added "ka" (Georgian) to ALL_LINGUAS |