Organized missing bytevector functions

This commit is contained in:
Justin Ethier 2016-01-29 23:07:45 -05:00
parent 1c3e546be7
commit 28c3b8d6b6

View file

@ -124,7 +124,7 @@
;;;; ;;;;
; Possibly missing functions: ; Possibly missing functions:
; ;
; binary-port? ; ; byte vectors are not implemented yet:
; bytevector ; bytevector
; bytevector-append ; bytevector-append
; bytevector-copy ; bytevector-copy
@ -133,12 +133,20 @@
; bytevector-u8-ref ; bytevector-u8-ref
; bytevector-u8-set! ; bytevector-u8-set!
; bytevector? ; bytevector?
; get-output-bytevector
; make-bytevector
; open-input-bytevector
; open-output-bytevector
; read-bytevector
; read-bytevector!
; write-bytevector
;
; binary-port?
; complex? ; complex?
; define-record-type ; define-record-type
; define-values ; define-values
; denominator ; denominator
; eof-object ; eof-object
; get-output-bytevector
; get-output-string ; get-output-string
; guard ; guard
; import ; import
@ -153,11 +161,8 @@
; list->string ; list->string
; list->vector ; list->vector
; list-set! ; list-set!
; make-bytevector
; numerator ; numerator
; open-input-bytevector
; open-input-string ; open-input-string
; open-output-bytevector
; open-output-string ; open-output-string
; output-port-open? ; output-port-open?
; output-port? ; output-port?
@ -167,8 +172,6 @@
; raise-continuable ; raise-continuable
; rational? ; rational?
; rationalize ; rationalize
; read-bytevector
; read-bytevector!
; read-string ; read-string
; read-u8 ; read-u8
; record? ; record?
@ -178,7 +181,6 @@
; textual-port? ; textual-port?
; u8-ready? ; u8-ready?
; utf8->string ; utf8->string
; write-bytevector
; write-string ; write-string
; write-u8 ; write-u8
;;;; ;;;;