sunet/scheme/httpd
interp f972598f59 Remove module typed-optionals. We don't need it anymore.
Rename function TYPED-OPTONALS to OPTIONALS-FIRST and move its definition
  to the only module that uses it: sxml.scm
Use LET-OPTIONALS instead of OPTIONALS, as it does the job, too, and
  it ensures that the meaning of an argument depends only on its
  position and not on the amount of arguments in front of it.
  This commit removes a pitfall in calls to MAKE-TEXTAREA.
Nearly every example SUrflet continues to work unchanged, except of one
  line in admin-surflets.scm, thus updating it.
2003-07-09 17:18:57 +00:00
..
surflets Remove module typed-optionals. We don't need it anymore. 2003-07-09 17:18:57 +00:00
access-control.scm
cgi-server.scm
core.scm
error.scm
file-dir-handler.scm Fixed a bug preventing httpd from serving files with a recognised 2003-06-14 12:55:47 +00:00
handlers.scm
info-gateway.scm
logging.scm
options.scm
request.scm
response.scm Make MAKE-ERROR-RESPONSE work for "method not allowed" responses. 2003-04-22 13:49:49 +00:00
rman-gateway.scm
server.scm
seval.scm