Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPR#7390: fix the caml_float_of_hex function #1528

Merged
merged 2 commits into from Dec 19, 2017

Commits on Dec 13, 2017

  1. MPR#7390: fix the caml_float_of_hex function

    - make sure the adjusted exponent does not overflow
    - return 0/inf instead of raising an exception for exponent values
      ≤INT_MIN or ≥INT_MAX.
    oandrieu committed Dec 13, 2017
    Copy the full SHA
    289c3a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. add some comment

    point out that the inclusive test for INT_MIN/INT_MAX is
    intentional because of Win64.
    oandrieu committed Dec 18, 2017
    Copy the full SHA
    1d1a953 View commit details
    Browse the repository at this point in the history