(files "boole")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ guarantee-boolean
+ ;; END deprecated bindings
(false? not)
boolean/and
boolean/or
boolean?
false
for-all?
- guarantee-boolean
not
there-exists?
true))
(files "boot")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-unparser-method
+ guarantee-unparser-method
+ ;; END deprecated bindings
bracketed-unparser-method
default-object
default-object?
- error:not-unparser-method
gc-space-status
general-unparser-method
- guarantee-unparser-method
interrupt-bit/after-gc
interrupt-bit/gc
interrupt-bit/global-1
(files "fixart")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ guarantee-fixnum
+ guarantee-index-fixnum
+ guarantee-limited-index-fixnum
+ guarantee-negative-fixnum
+ guarantee-non-negative-fixnum
+ guarantee-non-positive-fixnum
+ guarantee-positive-fixnum
+ ;; END deprecated bindings
(exact-integer? int:integer?)
->flonum
fix:*
flo:y1
flo:yn
flo:zero?
- guarantee-fixnum
- guarantee-index-fixnum
- guarantee-limited-index-fixnum
- guarantee-negative-fixnum
- guarantee-non-negative-fixnum
- guarantee-non-positive-fixnum
- guarantee-positive-fixnum
index-fixnum?
int:*
int:+
(files "global")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-hook-list
+ guarantee-hook-list
+ ;; END deprecated bindings
%exit
%quit
(*the-non-printing-object* unspecific)
ephemeron?
eq?
error-procedure
- error:not-hook-list
eval
exit
false-procedure
for-each-interned-symbol
get-fixed-objects-vector
get-interrupt-enables
- guarantee-hook-list
hook-in-list?
hook-list?
hook/exit
(files "sfile")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-mime-token
+ error:not-mime-token-string
+ error:not-mime-type
+ error:not-mime-type-string
+ guarantee-init-file-specifier
+ guarantee-mime-token
+ guarantee-mime-token-string
+ guarantee-mime-type
+ guarantee-mime-type-string
+ ;; END deprecated bindings
<mime-type>
allocate-temporary-file
associate-pathname-type-with-mime-type
delete-file-no-errors
directory-file-names
disassociate-pathname-type-from-mime-type
- error:not-mime-token
- error:not-mime-token-string
- error:not-mime-type
- error:not-mime-type-string
file-access
file-directory?
file-eq?
file-writable?
file-writeable?
guarantee-init-file-directory
- guarantee-init-file-specifier
- guarantee-mime-token
- guarantee-mime-token-string
- guarantee-mime-type
- guarantee-mime-type-string
hard-link-file
init-file-specifier?
make-directory
(files "symbol")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
(symbol-append symbol)
error:not-interned-symbol
error:not-symbol
guarantee-interned-symbol
guarantee-symbol
guarantee-uninterned-symbol
+ ;; END deprecated bindings
intern
intern-soft
interned-symbol?
(files "udata")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ guarantee-promise
+ ;; END deprecated bindings
compiled-code-address->block
compiled-code-address->offset
compiled-code-address?
environment-extension-procedure
environment-extension?
force
- guarantee-promise
interpreter-return-address?
make-return-address
microcode-error
(files "vector")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ guarantee-vector
+ guarantee-vector-of-unique-symbols
+ ;; END deprecated bindings
for-each-vector-element
guarantee-subvector
- guarantee-vector
guarantee-vector-of-type
- guarantee-vector-of-unique-symbols
list->vector
make-initialized-vector
make-vector
(files "string")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
(guarantee-vector-8b guarantee-string)
+ error:not-string
+ error:not-xstring
+ guarantee-string
+ guarantee-string-index
+ guarantee-xstring
+ ;; END deprecated bindings
(set-vector-8b-length! set-string-length!)
(vector-8b-length string-length)
(vector-8b-maximum-length string-maximum-length)
camel-case-string->lisp
char->string
decorated-string-append
- error:not-string
- error:not-xstring
- guarantee-string
- guarantee-string-index
guarantee-substring
guarantee-substring-end-index
guarantee-substring-start-index
- guarantee-xstring
hexadecimal->vector-8b
legacy-string?
lisp-string->camel-case
(files "char")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
(error:not-wide-char error:not-unicode-char)
(guarantee-wide-char guarantee-unicode-char)
+ error:not-char
+ error:not-radix
+ error:not-unicode-char
+ error:not-unicode-scalar-value
+ guarantee-char
+ guarantee-radix
+ guarantee-unicode-char
+ guarantee-unicode-scalar-value
+ ;; END deprecated bindings
(wide-char? unicode-char?)
8-bit-char?
ascii->char
clear-char-bits
code->char
digit->char
- error:not-char
- error:not-radix
- error:not-unicode-char
- error:not-unicode-scalar-value
guarantee-8-bit-char
- guarantee-char
- guarantee-radix
- guarantee-unicode-char
- guarantee-unicode-scalar-value
integer->char
make-char
name->char
(files "chrset")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ (error:not-8-bit-alphabet error:not-8-bit-char-set)
+ (error:not-alphabet error:not-char-set)
+ (guarantee-8-bit-alphabet guarantee-8-bit-char-set)
+ (guarantee-alphabet guarantee-char-set)
+ error:not-8-bit-char-set
+ error:not-char-set
+ error:not-well-formed-scalar-value-list
+ error:not-well-formed-scalar-value-range
+ guarantee-8-bit-char-set
+ guarantee-char-set
+ guarantee-well-formed-scalar-value-list
+ guarantee-well-formed-scalar-value-range
+ ;; END deprecated bindings
(8-bit-alphabet? 8-bit-char-set?)
(<alphabet> <char-set>)
(alphabet char-set)
(alphabet->string char-set->string)
(alphabet-predicate char-set-predicate)
(alphabet? char-set?)
- (error:not-8-bit-alphabet error:not-8-bit-char-set)
- (error:not-alphabet error:not-char-set)
- (guarantee-8-bit-alphabet guarantee-8-bit-char-set)
- (guarantee-alphabet guarantee-char-set)
(string->alphabet string->char-set)
8-bit-char-set?
<char-set>
char-whitespace?
char-wsp?
chars->char-set
- error:not-8-bit-char-set
- error:not-char-set
- error:not-well-formed-scalar-value-list
- error:not-well-formed-scalar-value-range
- guarantee-8-bit-char-set
- guarantee-char-set
- guarantee-well-formed-scalar-value-list
- guarantee-well-formed-scalar-value-range
scalar-value-in-char-set?
scalar-values->alphabet
scalar-values->char-set
(files "contin")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-continuation
+ guarantee-continuation
+ ;; END deprecated bindings
call-with-current-continuation
continuation/block-thread-events?
continuation/control-point
continuation/dynamic-state
continuation?
- error:not-continuation
- guarantee-continuation
make-continuation
within-continuation)
(export (runtime thread)
(files "datime")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-decoded-time
+ error:not-time-zone
+ guarantee-decoded-time
+ guarantee-time-zone
+ ;; END deprecated bindings
(decode-universal-time universal-time->local-decoded-time)
(decoded-time->string decoded-time->rfc2822-string)
(encode-universal-time decoded-time->universal-time)
decoded-time/zone
decoded-time?
epoch
- error:not-decoded-time
- error:not-time-zone
file-time->global-ctime-string
file-time->global-iso8601-string
file-time->global-rfc2822-string
file-time->local-rfc2822-string
get-universal-time
global-decoded-time
- guarantee-decoded-time
- guarantee-time-zone
iso8601-string->decoded-time
iso8601-string->file-time
iso8601-string->universal-time
(files "uproc")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-compiled-procedure
+ error:not-compound-procedure
+ error:not-primitive-procedure
+ error:not-procedure
+ error:not-procedure-arity
+ error:not-thunk
+ guarantee-compiled-procedure
+ guarantee-compound-procedure
+ guarantee-primitive-procedure
+ guarantee-procedure
+ guarantee-procedure-arity
+ guarantee-thunk
+ ;; END deprecated bindings
%entity-extra
%entity-procedure
%set-entity-extra!
entity-extra
entity-procedure
entity?
- error:not-compiled-procedure
- error:not-compound-procedure
- error:not-primitive-procedure
- error:not-procedure
- error:not-procedure-arity
- error:not-thunk
- guarantee-compiled-procedure
- guarantee-compound-procedure
- guarantee-primitive-procedure
- guarantee-procedure
- guarantee-procedure-arity
guarantee-procedure-of-arity
- guarantee-thunk
implemented-primitive-procedure?
make-apply-hook
make-arity-dispatched-procedure
(files "uenvir")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ guarantee-environment
+ ;; END deprecated bindings
compiled-procedure/environment
environment-arguments
environment-assign!
environment?
(extend-ic-environment extend-top-level-environment)
extend-top-level-environment
- guarantee-environment
ic-environment?
interpreter-environment?
(make-null-interpreter-environment make-root-top-level-environment)
(files "fileio")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ with-input-from-binary-file
+ with-output-to-binary-file
+ ;; END deprecated bindings
call-with-append-file
call-with-binary-append-file
call-with-binary-input-file
open-i/o-file
open-input-file
open-output-file
- with-input-from-binary-file
with-input-from-file
- with-output-to-binary-file
with-output-to-exclusive-binary-file
with-output-to-exclusive-file
with-output-to-file)
(import (runtime population)
add-to-population!/unsafe)
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-hash-table
+ guarantee-hash-table
+ ;; END deprecated bindings
(eq-hash-table-type key-weak-eq-hash-table-type)
(eqv-hash-table-type key-weak-eqv-hash-table-type)
(hash-table-clear! hash-table/clear!)
equality-predicate?
eqv-hash
eqv-hash-mod
- error:not-hash-table
- guarantee-hash-table
hash-by-identity
hash-table->alist
hash-table-copy
(port/with-input-terminal-mode with-input-port-terminal-mode)
(port/with-output-blocking-mode with-output-port-blocking-mode)
(port/with-output-terminal-mode with-output-port-terminal-mode)
+ guarantee-i/o-port
+ guarantee-input-port
+ guarantee-output-port
+ guarantee-port
+ set-current-input-port!
+ set-current-output-port!
+ set-interaction-i/o-port!
+ set-notification-output-port!
+ set-trace-output-port!
+ with-input-from-port
+ with-interaction-i/o-port
+ with-notification-output-port
+ with-output-to-port
+ with-trace-output-port
;; END deprecated bindings
;; Temporary definition to satisfy R7RS
;; TODO(cph): provide a proper definition
close-port
current-input-port
current-output-port
- guarantee-i/o-port
- guarantee-input-port
- guarantee-output-port
- guarantee-port
i/o-port?
input-port-blocking-mode
input-port-open?
port/supports-coding?
port?
remove-textual-port-property!
- set-current-input-port!
- set-current-output-port!
set-input-port-blocking-mode!
set-input-port-terminal-mode!
- set-interaction-i/o-port!
- set-notification-output-port!
set-output-port-blocking-mode!
set-output-port-terminal-mode!
set-textual-port-property!
- set-trace-output-port!
textual-i/o-port?
textual-input-port?
textual-output-port?
set-textual-port-state!
textual-port-state
trace-output-port
- with-input-from-port
with-input-port-blocking-mode
with-input-port-terminal-mode
- with-interaction-i/o-port
- with-notification-output-port
with-output-port-blocking-mode
- with-output-port-terminal-mode
- with-output-to-port
- with-trace-output-port)
+ with-output-port-terminal-mode)
(export (runtime)
input-port-channel
output-port-channel)
(files "input")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ make-eof-object
+ read-substring!
+ ;; END deprecated bindings
(discard-char read-char)
(input-port/discard-char input-port/read-char)
char-ready?
input-port/read-string!
input-port/read-substring!
input-port/unread-char
- make-eof-object
peek-char
read
read-char
read-line
read-string
read-string!
- read-substring!
unread-char))
(define-package (runtime output-port)
(files "output")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
(flush-output flush-output-port)
+ write-substring
+ ;; END deprecated bindings
(write-shared write)
(write-simple write)
beep
write-line
write-string
write-strings-in-columns
- write-strings-in-paragraph
- write-substring)
+ write-strings-in-paragraph)
(initialization (initialize-package!)))
(define-package (runtime interrupt-handler)
(files "list")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-alist
+ error:not-circular-list
+ error:not-dotted-list
+ error:not-keyword-list
+ error:not-list
+ error:not-pair
+ error:not-unique-keyword-list
+ error:not-weak-list
+ guarantee-alist
+ guarantee-circular-list
+ guarantee-dotted-list
+ guarantee-keyword-list
+ guarantee-list
+ guarantee-pair
+ guarantee-unique-keyword-list
+ guarantee-weak-list
+ ;; END deprecated bindings
(improper-list? dotted-list?)
(list-search-negative find-non-matching-item)
(list-search-positive find-matching-item)
dotted-list? ;SRFI-1
eighth
encode-general-car-cdr
- error:not-alist
- error:not-circular-list
- error:not-dotted-list
- error:not-keyword-list
- error:not-list
- error:not-pair
error:not-restricted-keyword-list
- error:not-unique-keyword-list
- error:not-weak-list
except-last-pair
except-last-pair!
fifth
fourth
general-car-cdr
get-keyword-value
- guarantee-alist
- guarantee-circular-list
- guarantee-dotted-list
- guarantee-keyword-list
- guarantee-list
guarantee-list->length
guarantee-list-of-type
guarantee-list-of-type->length
- guarantee-pair
guarantee-restricted-keyword-list
- guarantee-unique-keyword-list
- guarantee-weak-list
iota ;SRFI-1
keep-matching-items
keep-matching-items!
(files "lambda-list")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
error:not-mit-lambda-list
error:not-r4rs-lambda-list
guarantee-mit-lambda-list
guarantee-r4rs-lambda-list
+ ;; END deprecated bindings
lambda-tag:aux
lambda-tag:key
lambda-tag:optional
microcode-id/machine-type
microcode-id/operating-system
microcode-id/operating-system-name
- microcode-id/operating-system-suffix
+ microcode-id/operating-system-suffix
microcode-id/operating-system-variant
microcode-id/stack-type
microcode-id/tty-x-size
(files "arith" "dragon4")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-complex
+ error:not-exact
+ error:not-exact-integer
+ error:not-exact-nonnegative-integer
+ error:not-exact-positive-integer
+ error:not-exact-rational
+ error:not-inexact
+ error:not-integer
+ error:not-negative
+ error:not-non-negative
+ error:not-non-positive
+ error:not-number
+ error:not-positive
+ error:not-rational
+ error:not-real
+ guarantee-complex
+ guarantee-exact
+ guarantee-exact-integer
+ guarantee-exact-nonnegative-integer
+ guarantee-exact-positive-integer
+ guarantee-exact-rational
+ guarantee-inexact
+ guarantee-integer
+ guarantee-negative
+ guarantee-non-negative
+ guarantee-non-positive
+ guarantee-number
+ guarantee-positive
+ guarantee-rational
+ guarantee-real
+ ;; END deprecated bindings
(-1+ complex:-1+)
(1+ complex:1+)
(abs complex:abs)
>=
atan
cube
- error:not-complex
- error:not-exact
- error:not-exact-integer
- error:not-exact-nonnegative-integer
- error:not-exact-positive-integer
- error:not-exact-rational
- error:not-inexact
- error:not-integer
- error:not-negative
- error:not-non-negative
- error:not-non-positive
- error:not-number
- error:not-positive
- error:not-rational
- error:not-real
exact-nonnegative-integer?
exact-positive-integer?
flo:nan?
flonum-unparser:normal-output
flonum-unparser:scientific-output
gcd
- guarantee-complex
- guarantee-exact
- guarantee-exact-integer
- guarantee-exact-nonnegative-integer
- guarantee-exact-positive-integer
- guarantee-exact-rational
- guarantee-inexact
- guarantee-integer
- guarantee-negative
- guarantee-non-negative
- guarantee-non-positive
- guarantee-number
- guarantee-positive
- guarantee-rational
- guarantee-real
inexact?
integer-divide-quotient
integer-divide-remainder
(files "parse")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
*parser-associate-positions?*
*parser-atom-delimiters*
*parser-canonicalize-symbols?*
*parser-keyword-style*
*parser-radix*
*parser-table*
+ ;; END deprecated bindings
define-bracketed-object-parser-method
param:parser-associate-positions?
param:parser-atom-delimiters
(files "partab")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
error:not-parser-table
guarantee-parser-table
+ ;; END deprecated bindings
make-parser-table
parser-table/copy
parser-table/entry
(files "pathnm")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-pathname
+ guarantee-pathname
+ ;; END deprecated bindings
*default-pathname-defaults*
->namestring
->pathname
directory-pathname?
enough-namestring
enough-pathname
- error:not-pathname
file-namestring
file-pathname
- guarantee-pathname
host-namestring
host/type-name
host=?
(files "io")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-channel
+ error:not-directory-channel
+ error:not-dld-handle
+ guarantee-channel
+ guarantee-directory-channel
+ guarantee-dld-handle
+ ;; END deprecated bindings
all-dld-handles
all-open-channels
channel-blocking
dld-loaded-file?
dld-lookup-symbol
dld-unload-file
- error:not-channel
- error:not-directory-channel
- error:not-dld-handle
file-open-append-channel
file-open-exclusive-output-channel
file-open-input-channel
file-open-io-channel
file-open-output-channel
find-dld-handle
- guarantee-channel
- guarantee-directory-channel
- guarantee-dld-handle
guarantee-valid-dld-handle
make-pipe
open-pty-master
(files "record")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-list-of-unique-symbols
+ error:not-record
+ error:not-record-type
+ guarantee-list-of-unique-symbols
+ guarantee-record
+ guarantee-record-type
+ ;; END deprecated bindings
%copy-record
%make-record
%record
define-structure/list-modifier
define-structure/vector-accessor
define-structure/vector-modifier
- error:not-list-of-unique-symbols
- error:not-record
- error:not-record-type
- guarantee-list-of-unique-symbols
- guarantee-record
- guarantee-record-type
list-of-unique-symbols?
make-define-structure-type
make-record-type
(files "rep")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-cmdl
+ error:not-repl
+ guarantee-cmdl
+ guarantee-repl
+ ;; END deprecated bindings
->environment
abort->nearest
abort->previous
cmdl?
condition-type:breakpoint
condition/breakpoint?
- error:not-cmdl
- error:not-repl
ge
- guarantee-cmdl
- guarantee-repl
hook/repl-eval
hook/repl-read
hook/repl-write
(files "stream")
(parent (runtime))
(export ()
- condition-type:illegal-stream-element
- empty-stream?
+ ;; BEGIN deprecated bindings
error:not-stream-pair
guarantee-stream-pair
+ ;; END deprecated bindings
+ condition-type:illegal-stream-element
+ empty-stream?
head
list->stream
make-prime-numbers-stream
(files "stringio")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ call-with-input-octets
+ call-with-output-octets
+ open-input-octets
+ open-output-octets
+ with-input-from-string
+ with-output-to-string
+ with-output-to-truncated-string
+ ;; END deprecated bindings
(call-with-output-string call-with-narrow-output-string)
(get-output-from-accumulator get-output-string!)
(make-accumulator-output-port open-narrow-output-string)
(open-wide-input-string open-input-string)
(string->input-port open-input-string)
(with-string-output-port call-with-narrow-output-string)
- call-with-input-octets
call-with-input-string
call-with-narrow-output-string
- call-with-output-octets
call-with-truncated-output-string
call-with-wide-output-string
get-output-string
get-output-string!
- open-input-octets
open-input-string
open-narrow-output-string
- open-output-octets
- open-wide-output-string
- with-input-from-string
- with-output-to-string
- with-output-to-truncated-string)
+ open-wide-output-string)
(initialization (initialize-package!)))
(define-package (runtime syntax)
(files "syntax")
(parent (runtime syntax))
(export ()
- <syntactic-closure>
- capture-syntactic-environment
- close-syntax
+ ;; BEGIN deprecated bindings
error:not-identifier
error:not-syntactic-closure
error:not-synthetic-identifier
guarantee-identifier
guarantee-syntactic-closure
guarantee-synthetic-identifier
+ ;; END deprecated bindings
+ <syntactic-closure>
+ capture-syntactic-environment
+ close-syntax
identifier->symbol
identifier=?
identifier?
(files "syntax-environment")
(parent (runtime syntax))
(export ()
+ ;; BEGIN deprecated bindings
error:not-syntactic-environment
guarantee-syntactic-environment
+ ;; END deprecated bindings
syntactic-environment?)
(export (runtime syntax)
->syntactic-environment
(files "sysmac")
(parent (runtime))
(export ()
+ ;; deprecated:
define-guarantee)
(export (runtime)
define-deferred
(files "unpars")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
*unparse-abbreviate-quotations?*
*unparse-compound-procedure-names?*
*unparse-primitives-by-name?*
error:not-unparser-table
guarantee-unparser-state
guarantee-unparser-table
+ ;; END deprecated bindings
make-unparser-table
param:unparse-abbreviate-quotations?
param:unparse-compound-procedure-names?
(files "thread-low" "thread")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ guarantee-thread
+ ;; END deprecated bindings
assert-thread-mutex-owned
block-thread-events
condition-type:no-current-thread
deregister-timer-event
detach-thread
exit-current-thread
- guarantee-thread
join-thread
lock-thread-mutex
make-thread-mutex
(parent (runtime))
(export ()
;; tag.scm:
+ ;; BEGIN deprecated bindings
+ guarantee-dispatch-tag
+ ;; END deprecated bindings
dispatch-tag-contents
dispatch-tag?
- guarantee-dispatch-tag
make-dispatch-tag
;; generic.scm:
(files "regsexp")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-compiled-regsexp
+ guarantee-compiled-regsexp
+ ;; END deprecated bindings
<compiled-regsexp>
compile-regsexp
compiled-regsexp?
condition-type:compile-regsexp
- error:not-compiled-regsexp
- guarantee-compiled-regsexp
regsexp-match-input-port
regsexp-match-string))
(files "unicode")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-utf16-be-string
+ error:not-utf16-high-surrogate
+ error:not-utf16-le-string
+ error:not-utf16-low-surrogate
+ error:not-utf16-string
+ error:not-utf32-be-string
+ error:not-utf32-le-string
+ error:not-utf32-string
+ error:not-utf8-string
+ error:not-wide-string
+ guarantee-utf16-be-string
+ guarantee-utf16-high-surrogate
+ guarantee-utf16-le-string
+ guarantee-utf16-low-surrogate
+ guarantee-utf16-string
+ guarantee-utf32-be-string
+ guarantee-utf32-le-string
+ guarantee-utf32-string
+ guarantee-utf8-string
+ guarantee-wide-string
+ ;; END deprecated bindings
(wide-string->utf16-be-string string->utf16-be-string)
(wide-string->utf16-le-string string->utf16-le-string)
(wide-string->utf16-string string->utf16-string)
call-with-utf8-input-string
call-with-utf8-output-string
combine-utf16-surrogates
- error:not-utf16-be-string
- error:not-utf16-high-surrogate
- error:not-utf16-le-string
- error:not-utf16-low-surrogate
- error:not-utf16-string
- error:not-utf32-be-string
- error:not-utf32-le-string
- error:not-utf32-string
- error:not-utf8-string
- error:not-wide-string
for-all-chars-in-string?
for-any-char-in-string?
- guarantee-utf16-be-string
- guarantee-utf16-high-surrogate
- guarantee-utf16-le-string
- guarantee-utf16-low-surrogate
- guarantee-utf16-string
- guarantee-utf32-be-string
- guarantee-utf32-le-string
- guarantee-utf32-string
- guarantee-utf8-string
- guarantee-wide-string
guarantee-wide-string-index
guarantee-wide-substring
make-wide-string
(files "url")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-partial-uri
+ error:not-uri-authority
+ error:not-uri-host
+ error:not-uri-path
+ error:not-uri-port
+ error:not-uri-scheme
+ error:not-uri-userinfo
+ guarantee-absolute-uri
+ guarantee-partial-uri
+ guarantee-relative-uri
+ guarantee-uri
+ guarantee-uri-authority
+ guarantee-uri-host
+ guarantee-uri-path
+ guarantee-uri-port
+ guarantee-uri-scheme
+ guarantee-uri-userinfo
+ ;; END deprecated bindings
(url:decode-string decode-component)
(url:match:escape matcher:pct-encoded)
(url:parse:hostport parser:hostport)
char-set:uri-segment-nc
char-set:uri-userinfo
encode-uri-path-segment
- error:not-partial-uri
- error:not-uri-authority
- error:not-uri-host
- error:not-uri-path
- error:not-uri-port
- error:not-uri-scheme
- error:not-uri-userinfo
- guarantee-absolute-uri
- guarantee-partial-uri
- guarantee-relative-uri
- guarantee-uri
- guarantee-uri-authority
- guarantee-uri-host
- guarantee-uri-path
- guarantee-uri-port
- guarantee-uri-scheme
- guarantee-uri-userinfo
make-uri
make-uri-authority
merge-uris
(files "rfc2822-headers")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-rfc2822-header
+ guarantee-rfc2822-header
+ ;; END deprecated bindings
all-rfc2822-headers
char-set:rfc2822-name
char-set:rfc2822-qtext
char-set:rfc2822-text
condition-type:rfc2822-parse-error
- error:not-rfc2822-header
first-rfc2822-header
- guarantee-rfc2822-header
make-rfc2822-header
parser:rfc2822-quoted-string
quote-rfc2822-text
(files "http-syntax")
(parent (runtime))
(export ()
- <http-header>
- char-set:http-text
- char-set:http-token
- convert-http-headers
- default-http-user-agent
+ ;; BEGIN deprecated bindings
error:not-http-header
error:not-http-status
error:not-http-text
error:not-http-token-string
error:not-http-version
guarantee-http-header
- guarantee-http-headers
guarantee-http-status
guarantee-http-text
guarantee-http-token
guarantee-http-token-string
guarantee-http-version
+ ;; END deprecated bindings
+ <http-header>
+ char-set:http-text
+ char-set:http-token
+ convert-http-headers
+ default-http-user-agent
+ guarantee-http-headers
http-header
http-header-name
http-header-parsed-value
(files "httpio")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
error:not-http-message
error:not-http-request
error:not-http-request-uri
guarantee-simple-http-request
guarantee-simple-http-request-uri
guarantee-simple-http-response
+ ;; END deprecated bindings
http-message-body
http-message-body-port
http-message-header
(files "structure-parser")
(parent (runtime))
(export ()
+ ;; BEGIN deprecated bindings
+ error:not-structure-parser-values
+ guarantee-structure-parser-values
+ ;; END deprecated bindings
apply-list-parser
apply-object-parser
apply-vector-parser
- error:not-structure-parser-values
- guarantee-structure-parser-values
list->structure-parser-values
list-parser
map-structure-parser-values