[#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:

Re: Patch: code-cleanup (const...)

From: Stefan Huehner <stefan@...>
Date: 2006-04-26 19:15:02 UTC
List: ruby-core #7779
On Thu, Apr 27, 2006 at 02:50:14AM +0900, Sam Roberts wrote:
> On Tue, Apr 25, 2006 at 08:20:18PM +0900, Stefan Huehner wrote:
> >  
> > -VALUE
> > +static VALUE
> >  rb_ull2big(unsigned LONG_LONG n)
> >  {
> >      BDIGIT_DBL num = n;
> 
> A question - are you sure this needs to be static? It looks pretty
> useful!
> 

No. I just had not found any caller outside of bignum.c . If usefull we
could add a prototypes for these 2 and keep them exported.

Stefan

> >      return big;
> >  }
> >  
> > -VALUE
> > +static VALUE
> >  rb_ll2big(LONG_LONG n)
> >  {
> >      long neg = 0;
> 
> 

In This Thread

Prev Next