This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.h: Remove obsolete macro
[perl5.git] / numeric.c
2019-09-03 Karl Williamsonnumeric.c: Note that flag bit names are documented
2019-08-25 Tony Cook(perl #134230) don't interpret 0x, 0b when numifying...
2019-07-31 Karl Williamsonnumeric.c: Fix typo in pod
2019-05-24 Karl Williamsonnumeric.c: Use full name of function in definition
2019-05-24 Karl Williamsonnumeric.c: Add #error case
2019-04-19 Karl WilliamsonCreate Strtod()
2019-04-04 Karl Williamsonnumeric.c: Change formal parameter to be const
2019-03-29 Karl Williamsonnumeric.c: use new inRANGE macro
2019-01-19 Karl Williamsonmy_atof3() Fix uncommon bug where it wrongly fails
2018-09-12 Dagfinn Ilmari Man... Fix preprocessor directive indentation
2018-08-09 sisyphusPATCH: [perl #41202] text->float gives wrong answer
2018-08-09 Karl Williamsonnumeric.c: Move some code around
2018-08-09 Karl Williamsonnumeric.c: White-space only
2018-08-09 Karl Williamsonnumeric.c: Quadmath now honors LC_numeric
2018-07-17 Tina MüllerFix typo: IS_NUMBER_INFINITE -> IS_NUMBER_INFINITY
2018-07-16 James E KeenanCorrect POD formatting error.
2018-07-15 Karl Williamsonnumeric.c: Silence compiler warning
2018-07-15 Karl WilliamsonFix uninitialized error in my_atof3()
2018-06-25 Karl Williamsonnumeric.c: White-space only
2018-06-25 Karl Williamsongrok_atoUV: allow non-C strings and document
2018-06-25 Karl WilliamsonCreate my_atof3()
2018-03-02 Karl Williamsonnumeric.c: Refactor code to use only one RESTORE
2018-01-31 Karl Williamsonnumeric.c: Remove duplicate PERL_ARGS_ASSERT
2018-01-31 Karl WilliamsonKeep PL_numeric_radix_sv always set
2018-01-31 Karl Williamsongrok_numeric_radix(): Avoid recalculating
2018-01-31 Karl Williamsonmy_atof(): Lock dot radix
2017-11-09 Karl Williamsonnumeric.c: Refactor #if #else in Perl_my_aotf
2017-11-09 Karl Williamsonnumeric.c: Rename some variables
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-10-24 Karl Williamsonnumeric.c: Add comment
2017-10-21 Aaron Cranenumeric.c: simplify cpp conditionals
2017-06-13 Tony Cook(perl #131526) don't go beyond the end of the NUL in...
2016-10-19 Yves Ortonnumeric.c: use new SvPVCLEAR and constant string friend...
2016-10-19 Andy LesterPATCH: [perl #129766] Internal cleanup in numeric.c
2016-09-30 Jarkko Hietaniemivax-netbsd: avoid NV_INF/NV_NAN uses
2016-07-02 Jarkko HietaniemiVAX: code changes for VAX floats
2016-02-07 Pip Cet[perl #127474] fix operator precedence when (castflags...
2015-12-05 Jarkko Hietaniemihexfp: Use Perl_fp_class_nzero unconditionally.
2015-12-04 Jarkko HietaniemiHave more fallbacks for our signbit() emulation.
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-08-01 Karl Williamsonperlapi: Use F<> around file names
2015-08-01 Karl Williamsonperlapi: Use C<> instead of I<> for parameter names...
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-09 Hugo van der Sandengrok_atoUV: don't make part of API
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-02-21 Lukas Maiadd missing infnan context under thread/quadmath builds
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-11 Jarkko Hietaniemiinfnan: store the nan payload error in an optional SV
2015-02-11 Jarkko Hietaniemiinfnan: separate the nan payload overflow and invalid...
2015-02-10 Jarkko Hietaniemiinfnan: change the invalid nan message, add to perldiag
2015-02-10 Jarkko Hietaniemiinfnan: "nan(1)cy" should numify to $NaN, but also...
2015-02-09 Jarkko Hietaniemiinfnan: the nan quiet/signaling bit is not enough
2015-02-09 Jarkko Hietaniemiinfnan: the x86 80-bit extended precision is special
2015-02-09 Jarkko Hietaniemiinfnan: API context juggling
2015-02-09 Jarkko Hietaniemiinfnan: grok_number* setting the infnan NV directly
2015-02-09 Jarkko Hietaniemiinfnan: add grok_nan and grok_nan_payload
2015-02-09 Jarkko Hietaniemiinfnan: add nan_payload_set
2015-02-09 Jarkko Hietaniemiinfnan: add nan_is_signaling
2015-02-09 Jarkko Hietaniemiinfnan: add nan_signaling_set
2015-02-09 Jarkko Hietaniemiinfnan: add nan_hibyte
2015-02-05 Daniel Dragan[PATCH] fix PL_nan_u from leaking in every translation...
2015-01-28 Jarkko Hietaniemiinfnan: even more comment tweaks
2015-01-28 Jarkko Hietaniemiinfnan: comment tweaks
2015-01-28 Jarkko Hietaniemiinfnan: restore 'Infinity' since lln.t expects it.
2015-01-28 Jarkko Hietaniemiinfnan: comment tweaks
2015-01-28 Jarkko Hietaniemiinfnan: grok_infnan now needs context
2015-01-28 Jarkko Hietaniemiinfnan: actually use grok_hex() for nan payload
2015-01-28 Jarkko Hietaniemiinfnan: move grok_infnan before the grok_number
2015-01-28 Jarkko Hietaniemiinfnan: allow (silently) trailing whitespace.
2015-01-28 Jarkko Hietaniemiinfnan: Simplify inf parsing.
2015-01-28 Jarkko Hietaniemiinfnan: More elaborate nan parsing for C99-y nan(...)
2015-01-28 Jarkko Hietaniemiinfnan: Allow 1.#INF00 and 1.#IND00
2014-11-29 Jarkko HietaniemiComment tweak.
2014-10-20 Jarkko HietaniemiFix misparse of "Ind" as NaN (long story...) [perl...
2014-10-13 Jarkko HietaniemiTru64: S_mulexp10 overflow help.
2014-10-13 Jarkko Hietaniemiinfnan: if the mulexp10 value goes to zero, return it.
2014-09-27 Father Chrysostomos[perl #12285] Fix str vs num inf/nan treatment
2014-09-21 Jarkko HietaniemiFix -"-e1".
2014-09-19 Jarkko Hietaniemiquadmath NV formatted I/O.
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.
next