diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-11 11:13:05 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-11 11:13:05 +0000 |
commit | b7f162eaf5b98f1ac6f6936b96a5896138a63f0f (patch) | |
tree | 5661e011f03d46d7759b74493d891cc0d4e63f1c | |
parent | afc746a3d040b3c0321f7dfe32c1e94a7512c872 (diff) | |
download | ruby-b7f162eaf5b98f1ac6f6936b96a5896138a63f0f.tar.gz ruby-b7f162eaf5b98f1ac6f6936b96a5896138a63f0f.tar.xz ruby-b7f162eaf5b98f1ac6f6936b96a5896138a63f0f.zip |
* ChangeLog: correct auther name.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,8 +94,8 @@ Fri Aug 4 18:59:49 2006 Keiju Ishitsuka <keiju@ruby-lang.org> * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for [ruby-core: 7122]. and support for ruby1.8.X - -Fri Aug 4 14:02:14 2006 <nobu@ruby-lang.org> + +Fri Aug 4 14:02:14 2006 James Edward Gray II <james@grayproductions.net> * lib/date/format.rb (__strptime, strftime): allow multi-line patterns in Date#strftime the same as Time#strftime accepts. |