-
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.
* pack.c (pack_unpack): string conversion should at the top of the
method. [ruby-dev:24439] * io.c (io_read): buffer should be frozen only after the length check. [ruby-dev:24440] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Oct 7, 2004
1 parent
2ed1cdb
commit 6299619
Showing
3 changed files
with
10 additions
and
2 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,11 @@ | ||
Thu Oct 7 12:55:04 2004 Yukihiro Matsumoto <[email protected]> | ||
|
||
* pack.c (pack_unpack): string conversion should at the top of the | ||
method. [ruby-dev:24439] | ||
|
||
* io.c (io_read): buffer should be frozen only after the length | ||
check. [ruby-dev:24440] | ||
|
||
Thu Oct 7 02:56:43 2004 Nobuyoshi Nakada <[email protected]> | ||
|
||
* ext/stringio/stringio.c: use FMODE_APPEND. | ||
|
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