From 09c645bc4de36ea2666c901b5814a1f06b6b8113 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 5 Jun 2004 02:33:01 +0000 Subject: * string.c (str_new4): should share shared instance if it already exists. [ruby-dev:23665] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b48b075a..8db05af59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 2 20:16:03 2004 Nobuyoshi Nakada + + * string.c (str_new4): should share shared instance if it already + exists. [ruby-dev:23665] + Wed Jun 2 12:41:53 2004 Yukihiro Matsumoto * io.c (rb_io_gets_m): set lastline ($_) even when read line is -- cgit