restored accidently overwritten code

This commit is contained in:
interp 2002-08-26 08:33:04 +00:00
parent 1236b3dccd
commit df1a40a361
1 changed files with 20 additions and 20 deletions

View File

@ -26,23 +26,23 @@
;; source files are missing!?
;;
;;; cheme-programs-package (export testprog
;;; (define-structure scheme-programs-package (export testprog
;;; info2www)
;;; ; syscalls & INDEX
;;; ; WHEN, ? for COND
;;; ax ; Conditionals
;;; age ; Records
;;; kage ; Formatted HTML output
;;; ; REQUEST record type, HTTP-ERROR & reply codes
;;; (open scsh ; syscalls & INDEX
;;; condhax ; WHEN, ? for COND
;;; switch-syntax ; Conditionals
;;; defrec-package ; Records
;;; htmlout-package ; Formatted HTML output
;;; httpd-core ; REQUEST record type, HTTP-ERROR & reply codes
;;; ; version stuff
;;; ; UNESCAPE-URI
;;; ge ; ERROR
;;; ; Pretty-printer
;;; 822
;;; val ; EVAL-SAFELY
;;; ; IGNORE-ERROR
;;; ; SKIP-WHITESPACE
;;; forms ; PARSE-HTML-FORM-QUERY
;;;
;;;
;;;
;;; uri-package ; UNESCAPE-URI
;;; error-package ; ERROR
;;; pp ; Pretty-printer
;;; strings rfc822
;;; toothless-eval ; EVAL-SAFELY
;;; handle ; IGNORE-ERROR
;;; strings ; SKIP-WHITESPACE
;;; parse-html-forms ; PARSE-HTML-FORM-QUERY
;;; scheme)
;;; (files testprog
;;; info2www))