In metaconfig.git, the branch master has been updated <http://perl5.git.perl.org/metaconfig.git/commitdiff/b56a447ad8440d63a4d79ab58941c0c3b006d6db?hp=34a1cac6f6b4852b6f13e9642d8be540ce8fb268>
- Log ----------------------------------------------------------------- commit b56a447ad8440d63a4d79ab58941c0c3b006d6db Author: H.Merijn Brand - Tux <[email protected]> Date: Fri Apr 22 09:47:30 2016 +0200 cosmetic doc change ----------------------------------------------------------------------- Summary of changes: U/modified/d_longdbl.U | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/U/modified/d_longdbl.U b/U/modified/d_longdbl.U index abcf25c..51cf647 100644 --- a/U/modified/d_longdbl.U +++ b/U/modified/d_longdbl.U @@ -26,12 +26,15 @@ ?S:. ?S:longdblkind: ?S: This variable, if defined, encodes the type of a long double: -?S: 0 = double, 1 = IEEE 754 128-bit little endian, -?S: 2 = IEEE 754 128-bit big endian, 3 = x86 80-bit little endian, -?S: 4 = x86 80-bit big endian, 5 = double-double 128-bit little endian, -?S: 6 = double-double 128-bit big endian, -?S: 7 = 128-bit mixed double-double (64-bit LEs in BE), -?S: 8 = 128-bit mixed double-double (64-bit BEs in LE), +?S: 0 = double, +?S: 1 = IEEE 754 128-bit little endian, +?S: 2 = IEEE 754 128-bit big endian, +?S: 3 = x86 80-bit little endian, +?S: 4 = x86 80-bit big endian, +?S: 5 = double-double 128-bit little endian, +?S: 6 = double-double 128-bit big endian, +?S: 7 = 128-bit mixed double-double (64-bit LEs in BE), +?S: 8 = 128-bit mixed double-double (64-bit BEs in LE), ?S: -1 = unknown format. ?S:. ?C:HAS_LONG_DOUBLE: -- perl5 metaconfig repository
