summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 10:25:42 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 10:25:42 +0000
commita8f7383a3964a786767f9c546aa173ca5718c107 (patch)
tree3b1f63a001ea3de4a13341a9c9020ce54970365d /ChangeLog
parent0ca24570bb9bee8460cd14afd00fbef8b7493498 (diff)
merges r20720 from trunk into ruby_1_9_1.
* ruby.c (process_options): fixed default_internal is nil. (closes #862) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20788 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 43e7ee172..01073c719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 13 15:55:37 2008 TAKAO Kouji <kouji@takao7.net>
+
+ * ruby.c (process_options): fixed default_internal is nil.
+ (closes #862)
+
Sat Dec 13 13:03:20 2008 Tadayoshi Funaba <tadf@dotrb.org>
* complex.c: use rb_usascii_str_new2 instead of rb_str_new2.