summaryrefslogtreecommitdiff
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* (perl #131526) don't go beyond the end of the NUL in my_atof2Tony Cook2017-08-231-2/+2
* numeric.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-1/+1
* PATCH: [perl #129766] Internal cleanup in numeric.cAndy Lester2016-10-181-12/+8
* vax-netbsd: avoid NV_INF/NV_NAN usesJarkko Hietaniemi2016-09-301-0/+7
* VAX: code changes for VAX floatsJarkko Hietaniemi2016-07-011-11/+24
* [perl #127474] fix operator precedence when (castflags & 2)Pip Cet2016-02-081-4/+4
* hexfp: Use Perl_fp_class_nzero unconditionally.Jarkko Hietaniemi2015-12-041-6/+4
* Have more fallbacks for our signbit() emulation.Jarkko Hietaniemi2015-12-031-1/+15
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-51/+51
* perlapi: Use F<> around file namesKarl Williamson2015-08-011-3/+3
* perlapi: Use C<> instead of I<> for parameter names, etcKarl Williamson2015-08-011-26/+26
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Change some locale manipulation macros in prep for APIKarl Williamson2015-03-191-3/+5
* grok_atoUV: don't make part of APIHugo van der Sanden2015-03-091-2/+1
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-36/+23
* add missing infnan context under thread/quadmath buildsLukas Mai2015-02-211-1/+1
* infnan: revert nan payload/signaling changesJarkko Hietaniemi2015-02-111-531/+161
* infnan: store the nan payload error in an optional SVJarkko Hietaniemi2015-02-111-20/+18
* infnan: separate the nan payload overflow and invalid messagesJarkko Hietaniemi2015-02-101-15/+34
* infnan: change the invalid nan message, add to perldiagJarkko Hietaniemi2015-02-101-5/+5
* infnan: "nan(1)cy" should numify to $NaN, but also warnJarkko Hietaniemi2015-02-101-1/+4
* infnan: the nan quiet/signaling bit is not enoughJarkko Hietaniemi2015-02-081-26/+34
* infnan: the x86 80-bit extended precision is specialJarkko Hietaniemi2015-02-081-3/+30
* infnan: API context jugglingJarkko Hietaniemi2015-02-081-3/+3
* infnan: grok_number* setting the infnan NV directlyJarkko Hietaniemi2015-02-081-161/+46
* infnan: add grok_nan and grok_nan_payloadJarkko Hietaniemi2015-02-081-0/+231
* infnan: add nan_payload_setJarkko Hietaniemi2015-02-081-0/+83
* infnan: add nan_is_signalingJarkko Hietaniemi2015-02-081-0/+35
* infnan: add nan_signaling_setJarkko Hietaniemi2015-02-081-0/+46
* infnan: add nan_hibyteJarkko Hietaniemi2015-02-081-0/+35
* [PATCH] fix PL_nan_u from leaking in every translation object on Win32 VCDaniel Dragan2015-02-041-0/+8
* infnan: even more comment tweaksJarkko Hietaniemi2015-01-281-6/+12
* infnan: comment tweaksJarkko Hietaniemi2015-01-281-9/+21
* infnan: restore 'Infinity' since lln.t expects it.Jarkko Hietaniemi2015-01-281-1/+11
* infnan: comment tweaksJarkko Hietaniemi2015-01-281-7/+10
* infnan: grok_infnan now needs contextJarkko Hietaniemi2015-01-281-4/+4
* infnan: actually use grok_hex() for nan payloadJarkko Hietaniemi2015-01-281-30/+47
* infnan: move grok_infnan before the grok_numberJarkko Hietaniemi2015-01-281-39/+39
* infnan: allow (silently) trailing whitespace.Jarkko Hietaniemi2015-01-281-11/+22
* infnan: Simplify inf parsing.Jarkko Hietaniemi2015-01-281-15/+5
* infnan: More elaborate nan parsing for C99-y nan(...)Jarkko Hietaniemi2015-01-281-1/+94
* infnan: Allow 1.#INF00 and 1.#IND00Jarkko Hietaniemi2015-01-281-2/+10
* 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