clamp the result to the time_t range, and document that. Remove the #ifdef
authorDan Winship <danw@src.gnome.org>
Thu, 7 Feb 2008 01:38:15 +0000 (01:38 +0000)
committerDan Winship <danw@src.gnome.org>
Thu, 7 Feb 2008 01:38:15 +0000 (01:38 +0000)
commit72d508a9a07c63d74e35019185be81c3d604f52f
tree7efbab0f14d21010629893f8995ebf8d167df844
parent00f1aa75f4257418411f561e8b160958aa628cdc
clamp the result to the time_t range, and document that. Remove the #ifdef

* libsoup/soup-date.c (soup_date_to_time_t): clamp the result to
the time_t range, and document that. Remove the #ifdef HAVE_TIMEGM
branch.

* configure.in: remove check for timegm

svn path=/trunk/; revision=1074
ChangeLog
configure.in
libsoup/soup-date.c