summaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-29 05:10:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-29 05:10:42 +0000
commitdf8f0f0f0f4c226ff45ae7bed2ec55b685c5c56f (patch)
tree8546241dd9e946b44ace45e8eef03cf479090ed1 /io.c
parent78ddee596259ca964c5540c38eab3e28f5ef82e3 (diff)
downloadruby-df8f0f0f0f4c226ff45ae7bed2ec55b685c5c56f.tar.gz
ruby-df8f0f0f0f4c226ff45ae7bed2ec55b685c5c56f.tar.xz
ruby-df8f0f0f0f4c226ff45ae7bed2ec55b685c5c56f.zip
* string.c (str_independent): should not clear str->orig here.
it's too early. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 03a21974a..e0feee93d 100644
--- a/io.c
+++ b/io.c
@@ -6,7 +6,7 @@
$Date$
created at: Fri Oct 15 18:08:59 JST 1993
- Copyright (C) 1993-2000 Yukihiro Matsumoto
+ Copyright (C) 1993-2001 Yukihiro Matsumoto
Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Copyright (C) 2000 Information-technology Promotion Agency, Japan