aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-16 08:56:45 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-16 08:56:45 +0000
commit50bcd83621bd313873141e3304c81273371afd6e (patch)
tree5eb50c992840e4a8713e0a242008c50124117754 /ChangeLog
parent3009bcb67967ebeb3450e771746336512eb03206 (diff)
downloadruby-50bcd83621bd313873141e3304c81273371afd6e.tar.gz
* numeric.c (fix_quo): typo. a patch from Shin-ichiro HARA
<sinara AT blade.nagaokaut.ac.jp> in [ruby-dev:33130] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20b41934ae..6ff17fbbcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 16 17:55:07 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * numeric.c (fix_quo): typo. a patch from Shin-ichiro HARA
+ <sinara AT blade.nagaokaut.ac.jp> in [ruby-dev:33130]
+
Wed Jan 16 17:36:26 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* test/test_delegate.rb: add new test file for delegate.rb.