summaryrefslogtreecommitdiff
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* Comment tweak.Jarkko Hietaniemi2014-11-291-1/+1
* Fix misparse of "Ind" as NaN (long story...) [perl #122843]Jarkko Hietaniemi2014-10-201-1/+3
* Tru64: S_mulexp10 overflow help.Jarkko Hietaniemi2014-10-121-0/+11
* infnan: if the mulexp10 value goes to zero, return it.Jarkko Hietaniemi2014-10-121-0/+2
* [perl #12285] Fix str vs num inf/nan treatmentFather Chrysostomos2014-09-271-0/+27
* Fix -"-e1".Jarkko Hietaniemi2014-09-201-1/+1
* quadmath NV formatted I/O.Jarkko Hietaniemi2014-09-191-19/+45
* Comment tweaks.Jarkko Hietaniemi2014-09-091-8/+15
* Separate S_my_atof_infnan().Jarkko Hietaniemi2014-09-091-64/+73
* modfl emulation via truncl (C99) and copysignl.Jarkko Hietaniemi2014-09-071-1/+11
* numeric.c: Comment tweakKarl Williamson2014-09-061-1/+1
* =for apidoc wrong apiJarkko Hietaniemi2014-08-311-1/+1
* apidoc for Perl_isinfnan.Jarkko Hietaniemi2014-08-301-2/+9
* Make sprintf %c and chr() on inf/nan return the U+FFFD.Jarkko Hietaniemi2014-08-271-0/+16
* Detect false infinities.Jarkko Hietaniemi2014-08-261-4/+3
* Only one successful exit from grok_infnan().Jarkko Hietaniemi2014-08-261-7/+2
* More robust inf/nan recognition and generation.Jarkko Hietaniemi2014-08-241-61/+84
* The less-than-zero branch needs to be the default always.Jarkko Hietaniemi2014-08-231-2/+1
* Fix the PEEK_INFNAN (wrong macro arg name).Jarkko Hietaniemi2014-08-221-8/+11
* Add and use macros for case-insensitive comparisonKarl Williamson2014-08-221-22/+22
* Introduce Perl_strtod (macro) to call strtold if long doubles.Jarkko Hietaniemi2014-08-221-1/+1
* Use grok_infnan() if NV_INF and NV_NAN are defined.Jarkko Hietaniemi2014-08-221-27/+61
* Separate grok_infnan() from grok_number().Jarkko Hietaniemi2014-08-201-21/+112
* Perl_signbit should return non-zero for -0.Jarkko Hietaniemi2014-08-201-5/+7
* Share common constants as file statics.Jarkko Hietaniemi2014-07-241-9/+8
* Use UV instead of Size_t.Jarkko Hietaniemi2014-07-241-32/+27
* apidoc fixes, comment tweaks.Jarkko Hietaniemi2014-07-231-23/+26
* Introduce maxend for paranoia. Also, comments.Jarkko Hietaniemi2014-07-221-9/+14
* Document grok_atou as strtoul replacement.Jarkko Hietaniemi2014-07-221-4/+14
* Implement grok_atou as safe/strict atoi replacement.Jarkko Hietaniemi2014-07-221-0/+74
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2014-07-031-6/+29
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-5/+0
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-8/+4
* perlapi: Include general informationKarl Williamson2014-06-051-2/+2
* Add parameters to "use locale"Karl Williamson2014-06-051-2/+2
* numeric.c: Remove unnecessary testKarl Williamson2014-06-051-1/+1
* numeric.c: White-space onlyKarl Williamson2014-06-051-7/+7
* Make sure locale set right for radix parsingKarl Williamson2014-06-051-1/+6
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-2/+2
* numeric.c: White-space onlyKarl Williamson2014-01-041-20/+21
* Use new macros to make sure LC_NUMERIC is correctly setKarl Williamson2014-01-041-0/+4
* numeric.c: Use macros instead of strchr()Karl Williamson2014-01-011-20/+15
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-8/+8
* [perl #120426] atof() small value rounding errorsDavid Mitchell2013-12-251-0/+11
* perlapi: Refer to correct formal parameter nameKarl Williamson2013-11-251-1/+1
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-2/+2
* numeric.c: White-space onlyKarl Williamson2013-11-091-1/+1
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-2/+2
* numeric.c: nit in commentKarl Williamson2013-10-161-1/+1
* Proper IEEE overflow semantics for VMS.Craig A. Berry2012-12-231-1/+1