OlderDiff < 20110208T212023Z < ThisDiff > 20110209T211837Z > NewerDiff
COMMIT Spec to ensure IO#readpartial works with multibyte characters. Closes #41. =================================================================== +++ 20110209T211837Z @@ 14943 @@ - 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 @@ 47249 @@ - 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 < 20110208T212023Z < ThisDiff > 20110209T211837Z > NewerDiff