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.
This commit is contained in:
Emmanuele Bassi
2006-03-23 02:54:29 +00:00
committed by Emmanuele Bassi
parent 0028b643bc
commit 6db9ec4070
9 changed files with 251 additions and 12 deletions

View File

@@ -1155,6 +1155,8 @@ GTimeVal
g_get_current_time
g_usleep
g_time_val_add
g_time_val_from_iso8601
g_time_val_to_iso8601
<SUBSECTION>
GDate