Re: [svn:parrot] r36057 - in trunk: . config/auto config/auto/format config/gen/config_h include/parrot src t/compilers/imcc/syn t/op

2009-01-27 Thread Nicholas Clark
On Tue, Jan 27, 2009 at 10:24:46AM -0800, parti...@cvs.perl.org wrote: -gen_sprintf_call(tc, info, ch); -ts = cstr2pstr(tc); +/* check for Inf and NaN values */ +if (thefloat ==

Re: [svn:parrot] r36057 - in trunk: . config/auto config/auto/format config/gen/config_h include/parrot src t/compilers/imcc/syn t/op

2009-01-27 Thread jerry gay
On Tue, Jan 27, 2009 at 10:58, Nicholas Clark nw...@colon.colondot.net wrote: On Tue, Jan 27, 2009 at 10:24:46AM -0800, parti...@cvs.perl.org wrote: -gen_sprintf_call(tc, info, ch); -ts = cstr2pstr(tc); +/*

Re: [perl #37700] [TODO] Changing Default STDOUT/STDERR Filehandles for PIR Code

2009-01-27 Thread NotFound
On Wed, Dec 17, 2008 at 12:52 AM, chromatic chroma...@wgz.org wrote: On Tuesday 16 December 2008 15:40:32 Allison Randal via RT wrote: The simple solution is to add opcodes for 'setstdin', 'setstdout', and 'setstderr' that change the interpreter's stored FileHandle PMCs to a PMC passed in as

Re: [svn:parrot] r36057 - in trunk: . config/auto config/auto/format config/gen/config_h include/parrot src t/compilers/imcc/syn t/op

2009-01-27 Thread Andy Dougherty
On Tue, 27 Jan 2009, Nicholas Clark wrote: On Tue, Jan 27, 2009 at 10:24:46AM -0800, parti...@cvs.perl.org wrote: +else if (thefloat != thefloat) { The above is the valid test for a NaN. Note, Intel chose that the default optimiser setting on their compiler