This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlop: Nits
[perl5.git] / numeric.c
2014-09-10 Jarkko HietaniemiComment tweaks.
2014-09-10 Jarkko HietaniemiSeparate S_my_atof_infnan().
2014-09-08 Jarkko Hietaniemimodfl emulation via truncl (C99) and copysignl.
2014-09-06 Karl Williamsonnumeric.c: Comment tweak
2014-08-31 Jarkko Hietaniemi=for apidoc wrong api
2014-08-30 Jarkko Hietaniemiapidoc for Perl_isinfnan.
2014-08-27 Jarkko HietaniemiMake sprintf %c and chr() on inf/nan return the U+FFFD.
2014-08-26 Jarkko HietaniemiDetect false infinities.
2014-08-26 Jarkko HietaniemiOnly one successful exit from grok_infnan().
2014-08-25 Jarkko HietaniemiMore robust inf/nan recognition and generation.
2014-08-23 Jarkko HietaniemiThe less-than-zero branch needs to be the default always.
2014-08-22 Jarkko HietaniemiFix the PEEK_INFNAN (wrong macro arg name).
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-08-22 Jarkko HietaniemiIntroduce Perl_strtod (macro) to call strtold if long...
2014-08-22 Jarkko HietaniemiUse grok_infnan() if NV_INF and NV_NAN are defined.
2014-08-20 Jarkko HietaniemiSeparate grok_infnan() from grok_number().
2014-08-20 Jarkko HietaniemiPerl_signbit should return non-zero for -0.
2014-07-24 Jarkko HietaniemiShare common constants as file statics.
2014-07-24 Jarkko HietaniemiUse UV instead of Size_t.
2014-07-23 Jarkko Hietaniemiapidoc fixes, comment tweaks.
2014-07-23 Jarkko HietaniemiIntroduce maxend for paranoia. Also, comments.
2014-07-23 Jarkko HietaniemiDocument grok_atou as strtoul replacement.
2014-07-23 Jarkko HietaniemiImplement grok_atou as safe/strict atoi replacement.
2014-07-03 Tony Cook[perl #3330] warn on increment of an non number/non...
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-05 Karl Williamsonperlapi: Include general information
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl Williamsonnumeric.c: Remove unnecessary test
2014-06-05 Karl Williamsonnumeric.c: White-space only
2014-06-05 Karl WilliamsonMake sure locale set right for radix parsing
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-01-04 Karl Williamsonnumeric.c: White-space only
2014-01-04 Karl WilliamsonUse new macros to make sure LC_NUMERIC is correctly set
2014-01-01 Karl Williamsonnumeric.c: Use macros instead of strchr()
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-25 David Mitchell[perl #120426] atof() small value rounding errors
2013-11-26 Karl Williamsonperlapi: Refer to correct formal parameter name
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-09 Karl Williamsonnumeric.c: White-space only
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-10-17 Karl Williamsonnumeric.c: nit in comment
2012-12-23 Craig A. BerryProper IEEE overflow semantics for VMS.
2012-06-26 Jesse Luehrsadd comment about the atof change [perl #109318]
2012-06-26 Jesse Luehrsfix c++ compilation
2012-06-26 Jesse Luehrsuse a less broken test for locale radix in atof [perl...
2012-06-17 Karl Williamsonnumeric.c: Fix typo, clarify comment
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-01-21 Karl WilliamsonAdd :not_characters parameter to 'use locale'
2011-12-29 Father Chrysostomosdiag_listed_as galore
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.
next