diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-31 03:13:23 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-31 03:13:23 +0000 |
commit | 0f0658d08f3661ef9cc5fc7ee5ce952db0c657cd (patch) | |
tree | 22d787cac95b3a31a0ae59622798d5df6c65fc20 /ext/stringio | |
parent | 1f77ea8214fe9cc02e53fcb59b2de0ea88a436d8 (diff) |
* removed svn:keywords for compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/stringio')
-rw-r--r-- | ext/stringio/README | 4 | ||||
-rw-r--r-- | ext/stringio/stringio.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/stringio/README b/ext/stringio/README index c4031f7e97..190052309c 100644 --- a/ext/stringio/README +++ b/ext/stringio/README @@ -1,6 +1,6 @@ -*- rd -*- -$Author$ -$Date$ +$Author: nobu $ +$Date: 2002/02/19 13:16:24 $ =begin diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index a64aaf837c..09867009b5 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -2,8 +2,8 @@ stringio.c - - $Author$ - $Date$ + $Author: nobu $ + $Date: 2005/08/13 09:36:12 $ $RoughId: stringio.c,v 1.13 2002/03/14 03:24:18 nobu Exp $ created at: Tue Feb 19 04:10:38 JST 2002 |