gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [patch #8942] Patches to improve number value handling in


From: Nutchanon Wetchasit
Subject: [Gnash-commit] [patch #8942] Patches to improve number value handling in ExternalInterface
Date: Sun, 13 Mar 2016 12:59:59 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:25.8) Gecko/20151123 Firefox/31.9 PaleMoon/25.8.1

Follow-up Comment #1, patch #8942 (project gnash):

Current libgnashplugin marshall `double` value sent from NPRuntime
to `<number>` data using default iostream with no specific precision
<https://savannah.gnu.org/bugs/?47280#comment4>
specified. This causes precision loss as not enough decimal digits
were used to represent the value.

Patch 2 of 2:
See the attached
`0002_plugin-externalinterface-number-marshall-enough-digits.patch`.

This patch explicitly specifies iostream floating point precision to
`std::numeric_limits<double>::max_digits10` (C++ 11) which is
enough significands to accurately reproduce the original `double` value
(provided that receiver end's parser library implements the correct
rounding).

This partially fixes bug #47280.

Gnash: 0.8.11dev (patched against git a72afa5 9-Mar-2016) NPAPI
Browser: Iceweasel 10.0.12 (debian)
System: Debian GNU/Linux 7.0 Wheezy i386


(file #36619)
    _______________________________________________________

Additional Item Attachment:

File name: 0002_plugin-externalinterface-number-marshall-enough-digits.patch
Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8942>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]