diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-27 03:07:55 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-27 03:07:55 +0000 |
| commit | f02b96a45e80d96ed381fa6d80119491633d68c7 (patch) | |
| tree | 38c42dd11fc5a3701300de08c526f2b69b1b4fe2 /ChangeLog | |
| parent | a0e339574d36ec2ccb6193e1cbd74ed01d7ad54a (diff) | |
| download | ruby-f02b96a45e80d96ed381fa6d80119491633d68c7.tar.gz ruby-f02b96a45e80d96ed381fa6d80119491633d68c7.tar.xz ruby-f02b96a45e80d96ed381fa6d80119491633d68c7.zip | |
* file.c (BUFCHECK): wrong condition. [ruby-core:16921]
* file.c (file_expand_buf): shouldn't use buflen for length of string.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue May 27 12:06:37 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * file.c (BUFCHECK): wrong condition. [ruby-core:16921] + + * file.c (file_expand_buf): shouldn't use buflen for length of string. + Mon May 26 18:24:48 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * file.c (BUFCHECK): no resize if enough room. |
