restored accidently overwritten code
This commit is contained in:
parent
1236b3dccd
commit
df1a40a361
|
@ -26,23 +26,23 @@
|
|||
;; source files are missing!?
|
||||
;;
|
||||
|
||||
;;; cheme-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
|
||||
;;; ; version stuff
|
||||
;;; ; UNESCAPE-URI
|
||||
;;; ge ; ERROR
|
||||
;;; ; Pretty-printer
|
||||
;;; 822
|
||||
;;; val ; EVAL-SAFELY
|
||||
;;; ; IGNORE-ERROR
|
||||
;;; ; SKIP-WHITESPACE
|
||||
;;; forms ; PARSE-HTML-FORM-QUERY
|
||||
;;;
|
||||
;;;
|
||||
;;;
|
||||
;;; (define-structure scheme-programs-package (export testprog
|
||||
;;; info2www)
|
||||
;;; (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
|
||||
;;; 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))
|
||||
|
|
Loading…
Reference in New Issue