summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-28 18:53:33 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-28 18:53:33 +0000
commit813d983154c5e237f1e4c1957917e054df6a69c7 (patch)
tree30b8d62e0c8711f128fd662bffc58ac9c31cb7f0 /ChangeLog
parentec5283e691a31d466099bc274169d3b0568ca840 (diff)
add ML index ([ruby-dev:37634]).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81643acdb8..c2d80166f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Mon Dec 29 03:43:25 2008 Koichi Sasada <ko1@atdot.net>
* ruby.c (process_options): set th->base_block only while
- it is needed.
+ it is needed. [ruby-dev:37634] [Bug #939]
* ruby.c (require_libraries): clear th->base_block before
require libraries.