summaryrefslogtreecommitdiff
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing boundary check to grok_infnanJohn Lightsey2020-12-261-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
* numeric.c: Add #error caseKarl Williamson2019-05-241-0/+2
* Create Strtod()Karl Williamson2019-04-191-2/+101
* numeric.c: Change formal parameter to be constKarl Williamson2019-04-031-1/+1
* numeric.c: use new inRANGE macroKarl Williamson2019-03-291-10/+10
* my_atof3() Fix uncommon bug where it wrongly failsKarl Williamson2019-01-181-0/+1
* Fix preprocessor directive indentationDagfinn Ilmari Mannsåker2018-09-121-2/+2
* PATCH: [perl #41202] text->float gives wrong answersisyphus2018-08-091-8/+8
* numeric.c: Move some code aroundKarl Williamson2018-08-091-4/+4
* numeric.c: White-space onlyKarl Williamson2018-08-091-10/+11
* numeric.c: Quadmath now honors LC_numericKarl Williamson2018-08-091-9/+12
* Fix typo: IS_NUMBER_INFINITE -> IS_NUMBER_INFINITYTina Müller2018-07-171-2/+2
* Correct POD formatting error.James E Keenan2018-07-161-0/+2
* numeric.c: Silence compiler warningKarl Williamson2018-07-151-2/+2
* Fix uninitialized error in my_atof3()Karl Williamson2018-07-151-1/+21
* numeric.c: White-space onlyKarl Williamson2018-06-251-16/+18
* grok_atoUV: allow non-C strings and documentKarl Williamson2018-06-251-26/+48
* Create my_atof3()Karl Williamson2018-06-251-11/+19
* numeric.c: Refactor code to use only one RESTOREKarl Williamson2018-03-011-11/+23
* numeric.c: Remove duplicate PERL_ARGS_ASSERTKarl Williamson2018-01-301-3/+2