Open SRFIs instead of CHAR-SET-LIB and STRING-LIB.
This commit is contained in:
parent
6f7cd467f1
commit
038947a515
|
@ -415,7 +415,7 @@
|
||||||
(open scsh
|
(open scsh
|
||||||
scsh-utilities
|
scsh-utilities
|
||||||
let-opt
|
let-opt
|
||||||
string-lib
|
srfi-13
|
||||||
receiving
|
receiving
|
||||||
uri
|
uri
|
||||||
scheme)
|
scheme)
|
||||||
|
@ -457,7 +457,7 @@
|
||||||
receiving
|
receiving
|
||||||
|
|
||||||
ascii
|
ascii
|
||||||
char-set-lib
|
srfi-14
|
||||||
bitwise
|
bitwise
|
||||||
field-reader-package
|
field-reader-package
|
||||||
scheme)
|
scheme)
|
||||||
|
@ -467,8 +467,8 @@
|
||||||
(open defrec-package
|
(open defrec-package
|
||||||
receiving
|
receiving
|
||||||
|
|
||||||
string-lib
|
srfi-13
|
||||||
char-set-lib
|
srfi-14
|
||||||
uri
|
uri
|
||||||
scsh-utilities
|
scsh-utilities
|
||||||
httpd-error
|
httpd-error
|
||||||
|
@ -645,7 +645,7 @@
|
||||||
receiving ; receive
|
receiving ; receive
|
||||||
crlf-io ; write-crlf, read-crlf-line
|
crlf-io ; write-crlf, read-crlf-line
|
||||||
rfc822 ; read-rfc822-headers
|
rfc822 ; read-rfc822-headers
|
||||||
char-set-lib ; char-set-complement, char-set:whitespace
|
srfi-14 ; char-set-complement, char-set:whitespace
|
||||||
handle ; ignore-errors
|
handle ; ignore-errors
|
||||||
conditions ; condition-stuff
|
conditions ; condition-stuff
|
||||||
uri
|
uri
|
||||||
|
|
Loading…
Reference in New Issue