Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add call-with-input-bytevector, call-with-output-bytevector | Andy Wingo | 2021-01-12 | 1 | -19/+3 |
* | add read-string and read-string! to (ice-9 rdelim) | Andy Wingo | 2013-01-22 | 1 | -2/+2 |
* | fix string->bytevector for utf-8 and non-error conversion strategies | Andy Wingo | 2013-01-15 | 1 | -3/+6 |
* | Docstrings in (ice-9 iconv) | Andy Wingo | 2013-01-11 | 1 | -0/+7 |
* | Change iconv procedures to take optional instead of keyword arg | Andy Wingo | 2013-01-11 | 1 | -4/+7 |
* | add bytevector->string and string->bytevector in new (ice-9 iconv) module | Andy Wingo | 2013-01-11 | 1 | -0/+82 |