summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-29 07:19:18 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-29 07:19:18 +0000
commit31dfe94360f3b65516ed9963c81d1760bd9fd4b6 (patch)
tree3b03074a53dd587a0dd789230c62d0ab25f1a2eb /ChangeLog
parentac77385a9944a2661c41ace3348d596df96f281a (diff)
merges r21145 from trunk into ruby_1_9_1.
* cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com> in [ruby-core:20921]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa37e631a..486e0e3f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+Mon Dec 29 07:15:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com>
+ in [ruby-core:20921].
+
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. [ruby-dev:37634] [Bug #939]