diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-30 00:35:28 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-30 00:35:28 +0000 |
commit | 9761245a7a25e23f24f16ecc8f5902548bb72394 (patch) | |
tree | 4da7d18d9e8e2f21a7582c96c8bb983956678586 /ChangeLog | |
parent | 993a1b3626ab6000b9444712f555645160d8abe8 (diff) | |
download | ruby-9761245a7a25e23f24f16ecc8f5902548bb72394.tar.gz ruby-9761245a7a25e23f24f16ecc8f5902548bb72394.tar.xz ruby-9761245a7a25e23f24f16ecc8f5902548bb72394.zip |
* string.c (rb_str_update): get rid of SEGV at just allocated String.
[ruby-core:01812]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sun Nov 30 09:35:14 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (rb_str_update): get rid of SEGV at just allocated String. + [ruby-core:01812] + Fri Nov 28 23:19:34 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * gc.c (gc_mark): explicitly check mark recursion levels, instead |