summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-23 16:06:51 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-23 16:06:51 +0000
commit5182eb80b4df101fda0776fc5a745b164845b748 (patch)
treec3742dd071072cb4ac8d621c668f3466de3d15ee /ChangeLog
parent0fffabe197432f295ecf6161cfa144c65e1a7c1b (diff)
2000-06-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@779 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 0a69af5fdc..0409bc408d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 23 22:34:51 2000 Katsuyuki Komatsu <komatsu@sarion.co.jp>
+
+ * bignum.c (rb_big_lshift): reorder xds assignment to avoid
+ reusing `x' as `len' by VC++ 6.0 SP3 compiler with -Ox switch.
+
Fri Jun 23 17:36:03 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
* stable version 1.4.5 released.