[#7055] More on VC++ 2005 — Austin Ziegler <halostatue@...>

Okay. I've got Ruby compiling. I'm attempting to get everything in

17 messages 2006/01/05
[#7058] Re: More on VC++ 2005 — nobuyoshi nakada <nobuyoshi.nakada@...> 2006/01/06

Hi,

[#7084] mathn: ugly warnings — hadmut@... (Hadmut Danisch)

Hi,

22 messages 2006/01/10
[#7097] Re: mathn: ugly warnings — Daniel Berger <Daniel.Berger@...> 2006/01/10

Hadmut Danisch wrote:

[#7098] Design contracts and refactoring (was Re: mathn: ugly warnings) — mathew <meta@...> 2006/01/10

Daniel Berger wrote:

[#7118] Re: Design contracts and refactoring (was Re: mathn: ugly warnings) — mathew <meta@...> 2006/01/12

*Dean Wampler *<deanwampler gmail.com> writes:

[#7226] Fwd: Re: Question about massive API changes — "Sean E. Russell" <ser@...>

Hello,

23 messages 2006/01/28
[#7228] Re: Question about massive API changes — Caleb Tennis <caleb@...> 2006/01/28

>

Re: [PATCH] solaris 10 isinf and ruby_setenv fixes

From: ville.mattila@...
Date: 2006-01-21 17:17:44 UTC
List: ruby-core #7181
 Hello,

  I haven't seen these fixes in CVS.  Is there problem with these, I can
  refine them if needed. I forgot to mention that   they were against
ruby 1.8 CVS brachn.


>From: ville.mattila@stonesoft.com
>Date: 13.01.2006 14:56:10
>Subject: [PATCH]  solaris 10  isinf and ruby_setenv fixes
>
>Hello,
>
>Here is a patch that fixes two issues for me.
>1. The isinf is not regognized by autoconf library guesser, so it gets
>undefined and
>the missing/isinf.c is used, which will get compilation error.
>Solution is to force isinf to defined and -lm to be added to LIBS
>when solaris is configured.
>
>2.  ruby_setenv will cause random memory corruption. The solaris 10 man
>setnv:
>" ....
>If the application modifies environ or the pointers to which
>it  points,  the  behavior  of  setenv()  is  undefined. The
>setenv() function updates the  list  of  pointers  to  which
>environ points.
>...
>"
>Solution is to define HAVE_DO_NOT_MODIFY_ENVIRON and compile both
>solaris 10 and cygwin same way.
>
>I have tested this with on solaris 10 x86_64 with sun studio 11 compiler.
>The cygwin change is trivial but I haven't tested it.
>
>
>The patch is attached.
>
>(See attached file: solaris_10_env_isinf.patch)
>
> - solaris_10_env_isinf.patch



In This Thread

Prev Next