summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-12 23:40:55 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-12 23:40:55 +0000
commit36ca5d708756108cb2004fe67b0b85f43811cb8f (patch)
tree6827e4f4203792782c4d68f6a6b4a2f90a844910 /ChangeLog
parentd7cbf727c19d813a27bc69aac807277362fcf5e8 (diff)
downloadruby-36ca5d708756108cb2004fe67b0b85f43811cb8f.tar.gz
ruby-36ca5d708756108cb2004fe67b0b85f43811cb8f.tar.xz
ruby-36ca5d708756108cb2004fe67b0b85f43811cb8f.zip
* complex.c (nucomp_canonicalization): renamed.
* ext/math/complex.c: followed the above change. * rational.c (nurat_canonicalization): renamed. * ext/math/rational.c: followed the above change. * configure.in: defines a new macro. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f82e5875..c0e89d23a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Sat Dec 13 08:35:14 2008 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * complex.c (nucomp_canonicalization): renamed.
+
+ * ext/math/complex.c: followed the above change.
+
+ * rational.c (nurat_canonicalization): renamed.
+
+ * ext/math/rational.c: followed the above change.
+
+ * configure.in: defines a new macro.
+
Sat Dec 13 01:10:03 2008 TAKAO Kouji <kouji@takao7.net>
* ext/readline/readline.c