Re: [perl #29299] [PATCH] MSWin32 Fix spawn stdout handling and PerlNum.get_string()

2004-05-02 Thread Leopold Toetsch
Ron Blaschke <[EMAIL PROTECTED]> wrote: > PerlNum.get_string() should print "-0.00" for the value -0.0, but > prints "0.00" on win32. get_string() now prints the sign symbol > itself, instead of relying on sn?printf. I'm not sure, if we shouldn't just one routine (string_from_num()) OTOH

[perl #29299] [PATCH] MSWin32 Fix spawn stdout handling and PerlNum.get_string()

2004-05-01 Thread via RT
# New Ticket Created by Ron Blaschke # Please include the string: [perl #29299] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=29299 > spawn on win32 should inherit the filehandles to the child process, because the child