Issue #57 - Added string ports

This commit is contained in:
Justin Ethier 2016-08-26 23:35:22 -04:00
parent 25c4857eba
commit bc6d3ac3d0

View file

@ -1,5 +1,6 @@
# Next Release - Date TBD # Next Release - Date TBD
TODO: bytevector ports
TODO: SRFI 113, SRFI 117, a way to run tests for all new SRFI's, if possible. may want to port the (chibi test) library to cyclone TODO: SRFI 113, SRFI 117, a way to run tests for all new SRFI's, if possible. may want to port the (chibi test) library to cyclone
Features: Features:
@ -12,6 +13,7 @@ Features:
- Added SRFI 2, `and-let*` - Added SRFI 2, `and-let*`
- Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library. - Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library.
- Added ` let-values` and ` let*-values` to `(scheme base)`. - Added ` let-values` and ` let*-values` to `(scheme base)`.
- Added string ports to `(scheme base)` - `open-input-string`, `open-output-string`, and `get-output-string`.
- Modified the makefile to also search current working directories for headers and libraries. - Modified the makefile to also search current working directories for headers and libraries.
Bug Fixes: Bug Fixes: