Skip to content

Conversation

@sfackler
Copy link
Member

BufferedWriter::inner flushes before returning the underlying writer.

BufferedWriter::write no longer flushes the underlying writer.

LineBufferedWriter::write flushes up to the last newline in the input
string, not the first.

BufferedWriter::inner flushes before returning the underlying writer.

BufferedWriter::write no longer flushes the underlying writer.

LineBufferedWriter::write flushes up to the *last* newline in the input
string, not the first.
bors added a commit that referenced this pull request Dec 1, 2013
BufferedWriter::inner flushes before returning the underlying writer.

BufferedWriter::write no longer flushes the underlying writer.

LineBufferedWriter::write flushes up to the *last* newline in the input
string, not the first.
@bors bors closed this Dec 1, 2013
@bors bors merged commit 26e57bb into rust-lang:master Dec 1, 2013
@sfackler sfackler deleted the buffered-fixes branch December 23, 2013 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants