This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate whitespace before final semicolon.
[perl5.git] / numeric.c
2011-07-03 Karl WilliamsonAdd flag to num groks to silence non-portable warnings
2010-10-03 Ed Allen Smith[perl #32380] numeric.c assumes that NV_DIG+2 will...
2010-07-27 Karl WilliamsonCorrect pod in numeric.c
2010-07-06 Bo LindberghCode for allowing uppercase X/B in hexadecimal/binary...
2010-04-15 David Mitchelluse cBOOL for bool casts
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-05-03 Andy LesterThe revenge of the consts
2007-02-10 Andy Doughertysignbit detection (was [perl #39875] -0.0 loses signedn...
2006-02-24 Andy Lesterunused context warnings
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-28 Steve PetersAdd a new file, mathoms.c, to hold old code kept around...
2005-10-17 Steve HayMake some casts explicit to keep VC++ 7 happy
2005-08-18 Jarkko Hietaniemi5.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 LesterRandom cleanups #47
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2005-03-18 Andy LesterMore const parms
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-31 Marcus Holland-MoritzFix and update Perl_grok_* docs.
2003-04-29 Jarkko HietaniemiIf it's S_, it should be STATIC.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-15 Jarkko HietaniemiBig patch from Alan Burlison to make Solaris long doubl...
2003-04-10 Jarkko HietaniemiAdd an option for the grok_xxx() to silently ignore...
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-09-08 Allen SmithRe: [PATCH: perl #17849] (corrected) Long double bugs...
2002-08-18 Dave MitchellRe: 5.8.0 sprintf (?) problem with floats?
2002-06-21 Nick Ing-SimmonsIntegrate mainline
2002-06-20 Hugo van der SandenRe: perl v5.8.0 17303 on VMS_VAX V7.2
2002-06-09 Hugo van der SandenRe: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 --...
2002-06-08 Craig A. BerryRe: [PATCH] numeric.c:S_mulexp10 -- quit when you can
2002-06-07 Craig A. Berrynumeric.c:S_mulexp10 -- quit when you can
2002-05-24 Jarkko HietaniemiIn some (rare) platforms (such as UNICOS) using the...
2002-03-11 Paul Marquessmore warnings tidyup
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-11-12 Jeffrey Friedla few typo fixes
2001-09-10 Nicholas ClarkRe: the remaining bugs in \x escapes (was Re: [PATCH...
2001-09-05 Nicholas Clarkoct and hex in glorious 64 bit (with less bugs) (was...
2001-08-17 Craig A. BerryIEEE float tweak for VMS
2001-08-15 Jarkko HietaniemiAlso UNICOS is in the general case unable to silently
2001-08-15 Jarkko HietaniemiRe-establish the fp overflow detection for VAX VMS...
2001-08-07 Jarkko HietaniemiIgnore SIGFPE everywhere.
2001-08-05 Jarkko HietaniemiAvoid SIGFPE in Tru64.
2001-07-29 Jarkko HietaniemiBeginnings of better Inf and NaN support.
2001-07-18 Hugo van der SandenRe: [ID 20010716.005] numeric conversions in 5.7.[12...
2001-07-07 Nicholas ClarkRe: op/arith.t
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Nicholas Clarkgrok not grocking correctly
2001-06-28 Peter Prymmeravoid overflow in numeric.c:S_mulexp10() on VAX
2001-06-23 Nicholas ClarkRe: [PATCH] nuke strtol (was Re: One fix for strtoul...
2001-06-14 Nick Ing-SimmonsIntegrate mainline
2001-06-13 Hugo van der Sandensplitting util.c