This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Elaborate on the IRIX and Tru64 failures.
[perl5.git] / numeric.c
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.
2014-07-23 Jarkko HietaniemiIntroduce maxend for paranoia. Also, comments.
2014-07-23 Jarkko HietaniemiDocument grok_atou as strtoul replacement.
2014-07-23 Jarkko HietaniemiImplement grok_atou as safe/strict atoi replacement.
2014-07-03 Tony Cook[perl #3330] warn on increment of an non number/non...
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-05 Karl Williamsonperlapi: Include general information
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl Williamsonnumeric.c: Remove unnecessary test
2014-06-05 Karl Williamsonnumeric.c: White-space only
2014-06-05 Karl WilliamsonMake sure locale set right for radix parsing
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-01-04 Karl Williamsonnumeric.c: White-space only
2014-01-04 Karl WilliamsonUse new macros to make sure LC_NUMERIC is correctly set
2014-01-01 Karl Williamsonnumeric.c: Use macros instead of strchr()
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-25 David Mitchell[perl #120426] atof() small value rounding errors
2013-11-26 Karl Williamsonperlapi: Refer to correct formal parameter name
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-09 Karl Williamsonnumeric.c: White-space only
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-10-17 Karl Williamsonnumeric.c: nit in comment
2012-12-23 Craig A. BerryProper IEEE overflow semantics for VMS.
2012-06-26 Jesse Luehrsadd comment about the atof change [perl #109318]
2012-06-26 Jesse Luehrsfix c++ compilation
2012-06-26 Jesse Luehrsuse a less broken test for locale radix in atof [perl...
2012-06-17 Karl Williamsonnumeric.c: Fix typo, clarify comment
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-01-21 Karl WilliamsonAdd :not_characters parameter to 'use locale'
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-07-03 Karl WilliamsonAdd flag to num groks to silence non-portable warnings
2010-10-03 Ed Allen Smith[perl #32380] numeric.c assumes that NV_DIG+2 will...
2010-07-27 Karl WilliamsonCorrect pod in numeric.c
2010-07-06 Bo LindberghCode for allowing uppercase X/B in hexadecimal/binary...
2010-04-15 David Mitchelluse cBOOL for bool casts
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-05-03 Andy LesterThe revenge of the consts
next