This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
autodoc.pl: Add missing semi-colon
[perl5.git] / numeric.c
2020-09-04 Karl WilliamsonReorganize perlapi
2020-08-27 Karl Williamsonperlapi: Don't display certain flag values
2020-08-22 John LightseyAdd missing boundary check to grok_infnan
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-04-05 Karl Williamsonperlapi: Clarify grok_atoUV()
2020-01-23 Karl Williamsongrok_bin_oct_hex: Add some branch predictions
2020-01-23 Karl Williamsongrok_bin_oct_hex: Fix overflow approximation
2020-01-23 Karl WilliamsonAdd two more flags to grok_bin_oct_hex
2020-01-19 Karl Williamsonnumeric.c: White-space only
2020-01-19 Karl Williamsongrok_bin_oct_hex: Add two output flags
2020-01-19 Karl Williamsongrok_bin_oct_hex: Unroll loop one more iteration
2020-01-18 Karl WilliamsonRefactor grok_number_flags to speed it up
2020-01-14 Karl WilliamsonImprove performance of grok_bin_oct_hex()
2020-01-14 Karl Williamsonnumeric.c: Slight restructure grok_bin_oct_hex
2020-01-14 Karl Williamsonnumeric.c: White-space only
2020-01-14 Karl Williamsongrok_bin_oct_hex: better ovrflw accuracy; rmv loop...
2020-01-14 Karl Williamsonperlapi: Move documentation
2020-01-14 Karl Williamsonperlapi: Update grok_bin, _oct, _hex
2020-01-14 Karl Williamsonnumeric.c: Move function in the file
2020-01-14 Karl Williamsonnumeric.c: Fix typos in comments
2020-01-14 Karl Williamsongrok_bin_oct_hex(): Add branch prediction
2020-01-14 Karl WilliamsonCollapse grok_bin, _oct, _hex into one function
2020-01-08 Karl Williamsonperlapi: Perl_isinfnan: fix typo
2019-12-18 Karl WilliamsonAdd memCHRs() macro and use it
2019-12-17 Karl WilliamsonActually fix GH #17370
2019-12-17 Karl WilliamsonPATCH: GH #17367 read 1 beyond end of buffer
2019-11-30 Karl WilliamsonFix wrong apidoc line
2019-11-11 Tony Cookhandle s being updated without len being updated
2019-10-17 Steve HayThe VC6 Chainsaw Massacre
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.
next