From 64bfea681764868e2121ae68898b7eb820741e65 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/branches/ruby_1_8@6429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b191d3b7b..ea26b16fa 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