OlderDiff < 20110208T232621Z < ThisDiff > 20110209T231929Z > NewerDiff
COMMIT Spec to ensure IO#readpartial works with multibyte characters. Closes #41. =================================================================== +++ 20110209T231929Z @@ 14377 @@ - raises IOError on closed stream - reads at most the specified number of bytes - reads after ungetc with data in the buffer +- reads after ungetc with multibyte characters in the buffer - reads after ungetc without data in the buffer - discards the existing buffer content upon successful read - raises EOFError on EOF @@ 46102 @@ - raises IOError on closed stream - reads at most the specified number of bytes - reads after ungetc with data in the buffer +- reads after ungetc with multibyte characters in the buffer - reads after ungetc without data in the buffer - discards the existing buffer content upon successful read - raises EOFError on EOF
OlderDiff < 20110208T232621Z < ThisDiff > 20110209T231929Z > NewerDiff