Consting part 4
[p5sagit/p5-mst-13.2.git] / numeric.c
2005-03-25 Andy Lester Consting part 4
2005-03-24 Andy Lester Third consting batch
2005-03-18 Andy Lester More const parms
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-31 Marcus Holland-Moritz Fix and update Perl_grok_* docs.
2003-04-29 Jarkko Hietaniemi If it's S_, it should be STATIC.
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-15 Jarkko Hietaniemi Big patch from Alan Burlison to make Solaris long doubl...
2003-04-10 Jarkko Hietaniemi Add an option for the grok_xxx() to silently ignore...
2003-03-02 Hugo van der Sanden Reverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2002-09-08 Allen Smith Re: [PATCH: perl #17849] (corrected) Long double bugs...
2002-08-18 Dave Mitchell Re: 5.8.0 sprintf (?) problem with floats?
2002-06-21 Nick Ing-Simmons Integrate mainline
2002-06-20 Hugo van der Sanden Re: perl v5.8.0 17303 on VMS_VAX V7.2
2002-06-09 Hugo van der Sanden Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 --...
2002-06-08 Craig A. Berry Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
2002-06-07 Craig A. Berry numeric.c:S_mulexp10 -- quit when you can
2002-05-24 Jarkko Hietaniemi In some (rare) platforms (such as UNICOS) using the...
2002-03-11 Paul Marquess more warnings tidyup
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-11-12 Jeffrey Friedl a few typo fixes
2001-09-10 Nicholas Clark Re: the remaining bugs in \x escapes (was Re: [PATCH...
2001-09-05 Nicholas Clark oct and hex in glorious 64 bit (with less bugs) (was...
2001-08-17 Craig A. Berry IEEE float tweak for VMS
2001-08-15 Jarkko Hietaniemi Also UNICOS is in the general case unable to silently
2001-08-15 Jarkko Hietaniemi Re-establish the fp overflow detection for VAX VMS...
2001-08-07 Jarkko Hietaniemi Ignore SIGFPE everywhere.
2001-08-05 Jarkko Hietaniemi Avoid SIGFPE in Tru64.
2001-07-29 Jarkko Hietaniemi Beginnings of better Inf and NaN support.
2001-07-18 Hugo van der Sanden Re: [ID 20010716.005] numeric conversions in 5.7.[12...
2001-07-07 Nicholas Clark Re: op/arith.t
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Nicholas Clark grok not grocking correctly
2001-06-28 Peter Prymmer avoid overflow in numeric.c:S_mulexp10() on VAX
2001-06-23 Nicholas Clark Re: [PATCH] nuke strtol (was Re: One fix for strtoul...
2001-06-14 Nick Ing-Simmons Integrate mainline
2001-06-13 Hugo van der Sanden splitting util.c