Hi! include/ruby/win32.h assumes that __STRICT_ANSI__ isn’t set when it uses _controlfp() in rb_w32_pow(). This isn’t the case if you give, for example, -std=c99 to gcc. If __STRICT_ANSI__ is set, float.h won’t define _controlfp(), ...now (Nikolai Weibull)
On Wed, Feb 6, 2013 at 2:37 PM, rosenfeld (Rodrigo Rosenfeld Rosas) <rr.rosas@gmail.com> wrote:
> Lots of Denial-of-Service security vulnerabilities exploited in Ruby programs rely on symbols not being collected by garbage collector...now (Nikolai Weibull)
On Tue, Aug 7, 2012 at 2:34 AM, U.Nakamura <usa@garbagecollect.jp> wrote:
> However, it is very difficult to write safe code because there > are too many traps in the file system of Windows. > It's impossible for non-Windows pr...now (Nikolai Weibull)
On Fri, Jun 22, 2012 at 3:03 AM, drbrain (Eric Hodel) <drbrain@segment7.net> wrote:
> It is easy to create a clean-room DSL evaluation context now: > > m = Module.new do > extend SomeDSL > end > > m.instance_eval File.re...now (Nikolai Weibull)
On Thu, May 3, 2012 at 6:53 AM, Yusuke Endoh <mame@tsg.ne.jp> wrote: > 2012/5/3 Nikolai Weibull <now@bitwi.se>: >> so if you have a file that provides A::B and B has already been >> provided by another library, then defined? won’t wo...now (Nikolai Weibull)
On Thu, May 3, 2012 at 6:02 AM, mame (Yusuke Endoh) <mame@tsg.ne.jp> wrote: > > Issue #6376 has been updated by mame (Yusuke Endoh). > > Status changed from Open to Feedback > > Of course you know what is defined by the feature yo...now (Nikolai Weibull)