From f9b1d4b174128bd92d35fe4b5b2556b57f799bfe Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 10 Jun 2006 16:09:12 +0000 Subject: * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo fixed: raize -> raise. [ruby-talk:196608] * string.c (rb_str_ord): new method. * parse.y (rbracket): allow optional newline before closing brackets. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c02ce0fe2..830b787f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sat Jun 10 18:02:40 2006 Yukihiro Matsumoto + + * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo + fixed: raize -> raise. [ruby-talk:196608] + +Sat Jun 10 17:49:53 2006 Yukihiro Matsumoto + + * string.c (rb_str_ord): new method. + + * parse.y (rbracket): allow optional newline before closing + brackets. + Sat Jun 10 15:12:29 2006 NAKAMURA Usaku * eval.c (rb_f_method_name, rb_f_callee_name): new functions. -- cgit