[#7708] Bug in libsnmp-ruby1.8 — Hadmut Danisch <hadmut@...>

Hi,

8 messages 2006/04/11
[#7709] Re: Bug in libsnmp-ruby1.8 — Eric Hodel <drbrain@...7.net> 2006/04/11

On Apr 11, 2006, at 6:23 AM, Hadmut Danisch wrote:

[#7770] Re: possible defect in array.c — "Brown, Warren" <warrenbrown@...>

> rb_range_beg_len (in range.c) does set beg and len.

13 messages 2006/04/26
[#7771] Re: possible defect in array.c — "Pat Eyler" <rubypate@...> 2006/04/26

On 4/26/06, Brown, Warren <warrenbrown@aquire.com> wrote:

[PATCH] Precision#prec_f

From: "Gerardo Santana Gez Garrido" <gerardo.santana@...>
Date: 2006-04-08 21:50:34 UTC
List: ruby-core #7689
Small fix for the rdoc comments above prec_f. It says it returns an
Integer when it actually returns a Float.

--
Gerardo Santana
"Between individuals, as between nations, respect for the rights of
others is peace" - Don Benito Ju疵ez
http://santanatechnotes.blogspot.com/

Attachments (1)

prec_c.patch (349 Bytes, text/x-patch)
--- prec.c.orig	Sat Apr  8 16:45:23 2006
+++ prec.c	Sat Apr  8 16:45:59 2006
@@ -55,9 +55,9 @@
 
 /*
  *  call-seq:
- *    num.prec_f  =>  Integer
+ *    num.prec_f  =>  Float
  *
- *  Returns an +Float+ converted from _num_. It is equivalent 
+ *  Returns a +Float+ converted from _num_. It is equivalent 
  *  to <code>prec(Float)</code>.
  */
 

In This Thread

Prev Next