-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* enc/trans/newline.trans (rb_universal_newline): swap src_encoding
and dst_encoding. * transcode.c (rb_econv_decorate_at): call get_transcoder_entry only once. (rb_econv_binmode): follow universal_newline change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
Wed Sep 10 01:05:00 2008 Tanaka Akira <[email protected]> | ||
|
||
* enc/trans/newline.trans (rb_universal_newline): swap src_encoding | ||
and dst_encoding. | ||
|
||
* transcode.c (rb_econv_decorate_at): call get_transcoder_entry only | ||
once. | ||
(rb_econv_binmode): follow universal_newline change. | ||
|
||
Wed Sep 10 00:01:36 2008 Tanaka Akira <[email protected]> | ||
|
||
* include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters