diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-10 16:09:12 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-10 16:09:12 +0000 |
| commit | f9b1d4b174128bd92d35fe4b5b2556b57f799bfe (patch) | |
| tree | 5b8bcc55cfadcc1a915199ad5f1601eee0f3e2f9 /ChangeLog | |
| parent | 9cb7e8d4a8269a2992232f535ab9e3561d7ecbe9 (diff) | |
| download | ruby-f9b1d4b174128bd92d35fe4b5b2556b57f799bfe.tar.gz ruby-f9b1d4b174128bd92d35fe4b5b2556b57f799bfe.tar.xz ruby-f9b1d4b174128bd92d35fe4b5b2556b57f799bfe.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Sat Jun 10 18:02:40 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo + fixed: raize -> raise. [ruby-talk:196608] + +Sat Jun 10 17:49:53 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <usa@ruby-lang.org> * eval.c (rb_f_method_name, rb_f_callee_name): new functions. |
