summaryrefslogtreecommitdiff
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* numeric.c - change logical && to bitwise & in nantype testYves Orton2023-03-291-1/+1
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* numeric.: Rmv outdated conditionKarl Williamson2022-09-011-1/+1
* Change handy.h macro names to be C standard conformantKarl Williamson2022-06-121-10/+10
* numeric.c: Fix possible null pointer dereferencesTAKAI Kousuke2022-03-051-4/+4
* gh19010: add NOT_REACHEDHugo van der Sanden2022-03-041-1/+1
* gh19010: regularize handling of trailing whitespace on inf/nanHugo van der Sanden2022-03-041-15/+21
* gh19010: fix returns for Perl_grok_infnanHugo van der Sanden2022-03-041-78/+81
* numeric.c: Silence compiler warningKarl Williamson2021-07-251-1/+3
* numeric.c: White-space onlyKarl Williamson2021-07-251-7/+7
* Perl_my_atof3: disallow double signs for Inf/NaNTAKAI Kousuke2021-07-251-13/+11
* Perl_my_atof3: disallow double signs and spaces between a sign and numberTAKAI Kousuke2021-07-251-2/+7
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-110/+110
* perlapi: Add markupKarl Williamson2020-12-101-1/+1
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-3/+0
* remove dead code when using Perl_strtod for numeric conversionTony Cook2020-10-261-1/+7
* Document my_atofKarl Williamson2020-09-131-1/+12
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* perlapi: Don't display certain flag valuesKarl Williamson2020-08-271-6/+6
* Add missing boundary check to grok_infnanJohn Lightsey2020-08-211-3/+3
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* perlapi: Clarify grok_atoUV()Karl Williamson2020-04-041-2/+3
* grok_bin_oct_hex: Add some branch predictionsKarl Williamson2020-01-231-8/+8
* grok_bin_oct_hex: Fix overflow approximationKarl Williamson2020-01-231-4/+4
* Add two more flags to grok_bin_oct_hexKarl Williamson2020-01-231-2/+12
* numeric.c: White-space onlyKarl Williamson2020-01-191-20/+20
* grok_bin_oct_hex: Add two output flagsKarl Williamson2020-01-191-4/+11
* grok_bin_oct_hex: Unroll loop one more iterationKarl Williamson2020-01-181-4/+8
* Refactor grok_number_flags to speed it upKarl Williamson2020-01-181-98/+148
* Improve performance of grok_bin_oct_hex()Karl Williamson2020-01-131-45/+126
* numeric.c: Slight restructure grok_bin_oct_hexKarl Williamson2020-01-131-5/+9
* numeric.c: White-space onlyKarl Williamson2020-01-131-10/+14
* grok_bin_oct_hex: better ovrflw accuracy; rmv loop cond.Karl Williamson2020-01-131-16/+34
* perlapi: Move documentationKarl Williamson2020-01-131-1/+2
* perlapi: Update grok_bin, _oct, _hexKarl Williamson2020-01-131-34/+42
* numeric.c: Move function in the fileKarl Williamson2020-01-131-37/+37
* numeric.c: Fix typos in commentsKarl Williamson2020-01-131-2/+2
* grok_bin_oct_hex(): Add branch predictionKarl Williamson2020-01-131-2/+4
* Collapse grok_bin, _oct, _hex into one functionKarl Williamson2020-01-131-187/+92
* perlapi: Perl_isinfnan: fix typoKarl Williamson2020-01-071-1/+1
* Add memCHRs() macro and use itKarl Williamson2019-12-181-1/+1
* Actually fix GH #17370Karl Williamson2019-12-171-0/+3
* PATCH: GH #17367 read 1 beyond end of bufferKarl Williamson2019-12-171-0/+3
* Fix wrong apidoc lineKarl Williamson2019-11-301-1/+1
* handle s being updated without len being updatedTony Cook2019-11-121-1/+1
* The VC6 Chainsaw MassacreSteve Hay2019-10-171-7/+0
* numeric.c: Note that flag bit names are documentedKarl Williamson2019-09-021-0/+13
* (perl #134230) don't interpret 0x, 0b when numifying stringsTony Cook2019-08-261-0/+9
* numeric.c: Fix typo in podKarl Williamson2019-07-311-1/+1
* numeric.c: Use full name of function in definitionKarl Williamson2019-05-241-1/+1