LOGONLY mark 3a1937 NODOC since it's just a test addition
[p5sagit/p5-mst-13.2.git] / numeric.c
2010-04-15 David Mitchell use cBOOL for bool casts
2009-10-12 Nicholas Clark Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-25 Nicholas Clark Update copyright years.
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2007-11-07 Nicholas Clark Fix up copyright years for files modified in 2007.
2007-05-03 Andy Lester The revenge of the consts
2007-02-10 Andy Dougherty signbit detection (was [perl #39875] -0.0 loses signedn...
2006-02-24 Andy Lester unused context warnings
2006-01-08 Nicholas Clark Update copyright years (including some years where...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2005-10-31 Andy Lester Etta James presents: More consting
2005-10-28 Steve Peters Add a new file, mathoms.c, to hold old code kept around...
2005-10-17 Steve Hay Make some casts explicit to keep VC++ 7 happy
2005-08-18 Jarkko Hietaniemi 5.9.x (and 5.8.x): Symbian update
2005-08-17 Yitzchak Scott-Tho... Re: [perl #36654] Inconsistent treatment of NaN
2005-06-07 Andy Lester Random cleanups #47
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-30 Rafael Garcia-Suarez Update copyrights.
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