From c58f265b5bbf75eccc900c9015d71d0d618d372b Mon Sep 17 00:00:00 2001 From: sperber Date: Tue, 21 Jan 2003 16:16:56 +0000 Subject: [PATCH] Rename HTTPD-ERROR -> HTTPD-ERRORS. --- scheme/httpd/surflets/packages.scm | 2 +- scheme/packages.scm | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scheme/httpd/surflets/packages.scm b/scheme/httpd/surflets/packages.scm index 10a4772..4c9db7a 100644 --- a/scheme/httpd/surflets/packages.scm +++ b/scheme/httpd/surflets/packages.scm @@ -111,7 +111,7 @@ (surflet-handler/admin surflet-handler/admin-interface)) (open httpd-responses httpd-requests - httpd-error + httpd-errors uri ;URI-PATH-LIST->PATH tables ;HASH-TABLES define-record-types ;DEFINE-RECORD-TYPE diff --git a/scheme/packages.scm b/scheme/packages.scm index a9e2c65..91260ce 100644 --- a/scheme/packages.scm +++ b/scheme/packages.scm @@ -246,7 +246,7 @@ access-controller access-controlled-handler)) -(define-interface httpd-error-interface +(define-interface httpd-errors-interface (export http-error? http-error fatal-syntax-error? @@ -407,7 +407,7 @@ receiving (subset srfi-13 (string-index)) uri - httpd-error) + httpd-errors) (files (lib url))) (define-structure ftp-library ftp-library-interface @@ -575,7 +575,7 @@ handle-fatal-error httpd-read-options - httpd-error + httpd-errors httpd-logging httpd-requests httpd-responses @@ -600,12 +600,12 @@ (subset srfi-1 (any every)) httpd-responses httpd-requests - httpd-error + httpd-errors (subset srfi-13 (string-map)) ) (files (httpd access-control))) -(define-structure httpd-error httpd-error-interface +(define-structure httpd-errors httpd-errors-interface (open conditions signals handle scheme) (files (httpd error))) @@ -656,7 +656,7 @@ (subset srfi-1 (fold-right)) (subset srfi-13 (string-trim)) httpd-responses - httpd-error + httpd-errors ) (files (httpd handlers))) @@ -665,7 +665,7 @@ httpd-core httpd-requests httpd-responses - httpd-error + httpd-errors httpd-basic-handlers httpd-read-options url @@ -680,7 +680,7 @@ (define-structure httpd-seval-handlers httpd-seval-handlers-interface (open scheme-with-scsh ; syscalls & INDEX - httpd-error + httpd-errors httpd-requests ; v0.9-request httpd-responses httpd-logging ; http-log @@ -704,7 +704,7 @@ htmlout httpd-requests httpd-responses - httpd-error + httpd-errors url uri handle-fatal-error) @@ -714,7 +714,7 @@ (open scheme-with-scsh httpd-responses httpd-requests - httpd-error + httpd-errors conditions url uri @@ -739,7 +739,7 @@ httpd-requests httpd-responses httpd-basic-handlers ; HTTP-HOMEDIR, SERVE-ROOTED-FILE-PATH - httpd-error ; HTTP-ERROR + httpd-errors ; HTTP-ERROR httpd-file-directory-handlers ; dot-dot-check, copy-inport->outport sunet-version formats