check for gmtime_r
authorDan Winship <danw@src.gnome.org>
Tue, 14 Jun 2005 16:40:23 +0000 (16:40 +0000)
committerDan Winship <danw@src.gnome.org>
Tue, 14 Jun 2005 16:40:23 +0000 (16:40 +0000)
commit0447e6791dfb19c2fae0daaba4c60abfac590180
tree167b21821e37f51b302b768b29146b9911012e4d
parent5069f32c25a4a1ef85b698d9cbd283418c8a8de7
check for gmtime_r

* configure.in: check for gmtime_r

* libsoup/soup-date.c: date/time-manipulation functions

* libsoup/soup-xmlrpc-message.c:
* libsoup/soup-xmlrpc-response.c: XMLRPC message classes, from
Mariano Suarez-Alvarez, Fernando Herrera, and Jeff Bailey.
[#300227]

* tests/date.c: soup-date test code

* tests/getbug.c: XMLRPC test code. (Should be switched to use
bugzilla.gnome.org once bgo supports XMLRPC.)

* TODO: XMLRPC is implemented now (but shares the problem with
SOAP that the API is not very good).
14 files changed:
ChangeLog
TODO
configure.in
libsoup/Makefile.am
libsoup/soup-date.c [new file with mode: 0644]
libsoup/soup-date.h [new file with mode: 0644]
libsoup/soup-xmlrpc-message.c [new file with mode: 0644]
libsoup/soup-xmlrpc-message.h [new file with mode: 0644]
libsoup/soup-xmlrpc-response.c [new file with mode: 0644]
libsoup/soup-xmlrpc-response.h [new file with mode: 0644]
tests/.cvsignore
tests/Makefile.am
tests/date.c [new file with mode: 0644]
tests/getbug.c [new file with mode: 0644]