aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-26 17:01:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-26 17:01:20 +0000
commitd0c78c8567a009626191ea1383599624e169966a (patch)
tree6b0066ce29a9d9d3661f74719f507c56303e8221 /ChangeLog
parent36e891304c0f1619808ff2d3afaf0920e23470c8 (diff)
downloadruby-d0c78c8567a009626191ea1383599624e169966a.tar.gz
* bignum.c (rb_cstr2inum): allow "0\n" and so on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c36eb928b..124f27a95d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 27 01:54:02 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
+
+ * bignum.c (rb_cstr2inum): allow "0\n" and so on.
+
Tue Dec 25 02:37:49 2001 Tanaka Akira <akr@m17n.org>
* lib/pp.rb, lib/prettyprint.rb: new files.