summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 03:06:32 +0000
committertakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 03:06:32 +0000
commit32473078a1ae56d1b50125451708d227053f979c (patch)
tree725e9ca07bf7870bfe5b9086836aa67b9b439575 /ChangeLog
parentcaafabef16490aa081b26fc3bb8470026e99033e (diff)
downloadruby-32473078a1ae56d1b50125451708d227053f979c.tar.gz
ruby-32473078a1ae56d1b50125451708d227053f979c.tar.xz
ruby-32473078a1ae56d1b50125451708d227053f979c.zip
* math.c (math_gamma): fix incorrect comparison expression.
see also [ruby-dev:39709] [Bug #2381] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25836 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 623ba10a1..d3c34ffe9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 18 11:57:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
+
+ * math.c (math_gamma): fix incorrect comparison expression.
+ see also [ruby-dev:39709] [Bug #2381]
+
Wed Nov 18 11:37:05 2009 NARUSE, Yui <naruse@ruby-lang.org>
* io.c (rb_scan_open_args): move path encoding conversion