Skip to content
Snippets Groups Projects
Commit 4dc7cef6 authored by rtoy's avatar rtoy
Browse files

Clarify entry on realpart/imagpart bug. It's an x86-only problem, and

only happens in some situations.
parent 0aaa788e
No related branches found
No related tags found
No related merge requests found
...@@ -66,8 +66,9 @@ New in this release: ...@@ -66,8 +66,9 @@ New in this release:
Previously, it skipped over non-BMP codepoints. This also Previously, it skipped over non-BMP codepoints. This also
requires a fix in %COMPOSE to handle non-BMP codepoints requires a fix in %COMPOSE to handle non-BMP codepoints
correctly. The normalization test now passes. correctly. The normalization test now passes.
- REALPART and IMAGPART no longer incorrectly returns 0 instead of - On x86, REALPART and IMAGPART no longer incorrectly returns 0
the correct part of a complex number. instead of the correct part of a complex number in some
situations.
- The command line parser now correctly handles the case where - The command line parser now correctly handles the case where
"--" is the first command option. "--" is the first command option.
- build.sh was accidenally loading the site-init file, but it - build.sh was accidenally loading the site-init file, but it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment