summaryrefslogtreecommitdiff
path: root/test-suite/tests/rdelim.test
Commit message (Expand)AuthorAgeFilesLines
* Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo2021-03-121-41/+1
* Handle CRLF and Unicode line endings in read-lineMike Gran2021-03-111-1/+41
* U+FFFD is the input substitution characterAndy Wingo2016-05-161-1/+1
* Decoding errors do not advance read pointerAndy Wingo2016-05-101-3/+2
* Merge branch 'stable-2.0'Mark H Weaver2014-09-301-2/+8
|\
| * rdelim: Speed up 'read-string' (aka. 'get-string-all'.)Ludovic Courtès2014-05-281-2/+8
* | String ports use UTF-8; ignore %default-port-encoding.Mark H Weaver2013-08-071-212/+210
|/
* add read-string and read-string! to (ice-9 rdelim)Andy Wingo2013-01-221-2/+55
* Make sure binary ports pass `binary-port?' regardless of the locale.Ludovic Courtès2011-04-221-4/+4
* Add `read-delimited' tests.Ludovic Courtès2011-02-101-1/+99
* Have `read-char' & co. throw to `decoding-error'.Ludovic Courtès2011-02-021-1/+24
* Rewrite `read-line' in terms of `scm_getc'.Ludovic Courtès2011-01-261-0/+76