From c5eecbd9743b24e9845d1cbf041aa8a0f90ed079 Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 12 Nov 2012 15:34:48 +0900 Subject: [PATCH] add lines --- NEWS | 6 ++++++ vm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fb59d433..7136a0c0 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,12 @@ * Fixed the bug in Symbol#match and Symbol#=~ which does not return an index of the beginning of the match. * Fixed the bug in Symbol#succ and Symbol#next which returns a String object. + * Added the Complex#rationalize method. + * Fixed the bug in Complex#/ which raise an exception when passed Float 0.0. + * Fixed the bug in Complex.rect and Complex.polar which raises an + ArgumentError instead of TypeError if passed wrong value. + * Fixed the bug in Regexp.last_match which raise an IndexError if passed + index which is out of matched range. = RubyMotion 1.27 = diff --git a/vm b/vm index 7ecd27aa..499c55b7 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 7ecd27aa9b8a875c7970ab4667b1b9f5611f3ad4 +Subproject commit 499c55b7544d84554357eeaf969d2cdb1f6e5eeb