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

Add additional bounds checking in to_chars for floats #153

Merged
merged 27 commits into from
Feb 7, 2024
Merged

Commits on Feb 7, 2024

  1. Add non-finite values test

    mborland committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a98dccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    420646e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffbd977 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02c6070 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4171a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6b37f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd5c741 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff22c4b View commit details
    Browse the repository at this point in the history
  9. Add debug statement

    mborland committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    514e61c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92415b8 View commit details
    Browse the repository at this point in the history
  11. Fix __float128 sanity check

    mborland committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fe19e77 View commit details
    Browse the repository at this point in the history
  12. Ignore MSVC C4127

    mborland committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    1fb4a31 View commit details
    Browse the repository at this point in the history
  13. Change range for MSVC

    mborland committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    eeddadf View commit details
    Browse the repository at this point in the history
  14. Improve debug-ability

    mborland committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ed59b7b View commit details
    Browse the repository at this point in the history
  15. Fix comparison

    mborland committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2961650 View commit details
    Browse the repository at this point in the history
  16. Specialize __float128 test

    mborland committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    eec4f2c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b717e88 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    db41374 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f76d388 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    04952ae View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    094a8a7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4451f25 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4c2c3cf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1501c5a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    75a78f0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4d66615 View commit details
    Browse the repository at this point in the history
  27. Ignore MSVC warning C4127

    mborland committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    29be488 View commit details
    Browse the repository at this point in the history