summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-25 15:21:04 +0000
committerazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-25 15:21:04 +0000
commitd14c90ce69ccc8920509b57eb426d8893b312e0c (patch)
tree008116db9c3b904e53b5e998dbe9312ff56bface
parent64fabdb879d00d5cccb42e6317356a4ab15f8b29 (diff)
downloadruby-d14c90ce69ccc8920509b57eb426d8893b312e0c.tar.gz
ruby-d14c90ce69ccc8920509b57eb426d8893b312e0c.tar.xz
ruby-d14c90ce69ccc8920509b57eb426d8893b312e0c.zip
* include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match changes in bignum.c and array.c.
* ext/bigdecimal.c: moved BASE_FIG definition before it is used first time. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62d00812b..e248366a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Apr 21 01:09:14 2009 Alexander Zavorine <alexandre.zavorine@nokia.com>
+
+ * ext/bigdecimal.c: moved BASE_FIG definition before it is used
+ first time.
+
+ * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match
+ changes in bignum.c and array.c.
+
Sat Jul 25 17:49:03 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c (argf_eof): should not have reached EOF before trying to