summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-07 07:16:12 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-07 07:16:12 +0000
commit753450b7c4e4e3c8730c3337a72ab2cbed7b47cf (patch)
tree9decfbb2e895ea1b1e5e3fa7952794680138caa0 /ChangeLog
parentdfe4f687e143a7a8f157a56fc918aba591a4dde9 (diff)
* bignum.c (bigdivmod): wrong condition check for Bignum zero.
* bignum.c (Init_Bignum): need to add Bignum#div. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aae4574dcb..4c7b0482e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Oct 7 15:36:42 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * bignum.c (bigdivmod): wrong condition check for Bignum zero.
+
+ * bignum.c (Init_Bignum): need to add Bignum#div.
+
Sun Oct 6 06:11:19 2002 Minero Aoki <aamine@loveruby.net>
* eval.c (rb_load): should not pass block to the loaded file.
@@ -11,6 +17,13 @@ Fri Oct 4 14:23:08 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in (RUBY_MINGW32): backport from 1.7.
+Fri Oct 4 02:21:16 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * bignum.c (rb_big_rshift): num should be initialized by carry
+ bits if x is negative. (ruby-bugs-ja:PR#347)
+
+ * bignum.c (bigdivmod): len for bignum zero is 1, not 0.
+
Thu Oct 3 20:09:52 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* ext/tcltklib/tcltklib.c (invoke_queue_handler): make singleton