Path to this page:
Subject: CVS commit: pkgsrc/devel/guile-www
From: Thomas Klausner
Date: 2013-07-28 22:46:18
Message id: 20130728204618.A3B7796@cvs.netbsd.org
Log Message:
Update to 2.37:
- 2.37 | 2013-07-28
- dropped
- example program wwwcat
This trivial program is not so interesting.
- module â(www main)â
- proc â(www server-utils parse-request) read-first-lineâ
- proc â(www server-utils parse-request) read-headersâ
- proc â(www server-utils parse-request) skip-headersâ
- proc â(www server-utils parse-request) read-bodyâ
- proc â(www http) http:headâ
- proc â(www http) http:getâ
These were announced in Guile-WWW 2.34 (2012-03-29) NEWS.
- support for values in âreceive-responseâ spec
This was announced in Guile-WWW 2.36 (2012-11-22) NEWS.
- â(www url) url:addressâ more strict
- â(www url) url:unknownâ more strict
Contrary to the Guile-WWW 2.34 (2012-03-29) NEWS blurb, these
two procs are not being deleted. Instead, they persist and now
check their arg for the proper scheme (âmailtoâ and \
âunknownâ,
respectively) to better support the (thin) abstraction they
provide over the underlying data structure.
- bootstrap tools upgraded
- GNU Automake 1.13.4
- Guile-BAUX 20130705.0751.4969fb4
Files: