[#237] object.c ruby.h (fwd) — Robert Skarwecki <skaav@...>

Hello everybody,

42 messages 2002/07/24
[#239] Re: [PATCH] object.c ruby.h (fwd) — GOTO Kentaro <gotoken@...> 2002/07/24

At Thu, 25 Jul 2002 00:02:28 +0900,

[#240] Re: [PATCH] object.c ruby.h (fwd) — Dave Thomas <Dave@...> 2002/07/24

GOTO Kentaro <gotoken@notwork.org> writes:

[#246] Re: [PATCH] object.c ruby.h (fwd) — GOTO Kentaro <gotoken@...> 2002/07/25

At Thu, 25 Jul 2002 05:05:46 +0900,

[#247] Re: [PATCH] object.c ruby.h (fwd) — Dave Thomas <Dave@...> 2002/07/25

GOTO Kentaro <gotoken@notwork.org> writes:

[#248] Re: [PATCH] object.c ruby.h (fwd) — nobu.nokada@... 2002/07/25

Hi,

[#249] Re: [PATCH] object.c ruby.h (fwd) — Dave Thomas <Dave@...> 2002/07/25

nobu.nokada@softhome.net writes:

[#250] Re: [PATCH] object.c ruby.h (fwd) — nobu.nokada@... 2002/07/25

Hi,

[#252] Re: [PATCH] object.c ruby.h (fwd) — GOTO Kentaro <gotoken@...> 2002/07/25

At Fri, 26 Jul 2002 03:11:02 +0900,

[#253] Re: [PATCH] object.c ruby.h (fwd) — Dave Thomas <Dave@...> 2002/07/25

GOTO Kentaro <gotoken@notwork.org> writes:

Re: [Fix] nil#to_f missing

From: nobu.nokada@...
Date: 2002-07-02 08:29:54 UTC
List: ruby-core #198
Hi,

At Tue, 2 Jul 2002 16:57:51 +0900,
Michal Rokos wrote:
> --- object.c	2002/06/28 14:39:59	1.80
> +++ object.c	2002/07/01 09:41:20
> @@ -951,35 +951,25 @@
>  	if (RFLOAT(val)->value <= (double)FIXNUM_MAX
>  	    && RFLOAT(val)->value >= (double)FIXNUM_MIN) {
> -	    break;
> +	    return val;

Why return the Float itself without calling to_int?

> --- parse.y	2002/06/28 14:39:59	1.196
> +++ parse.y	2002/07/01 09:41:55
> @@ -3036,7 +3036,7 @@
>      NODE *here;
>  {
>      int c, func, indent = 0;
> -    char *eos, *p;
> +    char *eos;
>      int len;
>      VALUE str = 0, line;

Sorry, it's my garbage.  Forgot to remove it when splitted
whole_match_p().

-- 
Nobu Nakada

In This Thread

Prev Next