Skip to content

stdlib_noniso.cpp: fix dtostrf() handling of integral portion #289

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

Closed
wants to merge 1 commit into from

Conversation

eriknyquist
Copy link
Contributor

Checking only for > 10 here (rather than >= 10) means that numbers with a
leading '10' in the integral portion generate incorrect strings.

Checking only for > 10 here (rather than >= 10) means that numbers with a
leading '10' in the integral portion generate incorrect strings.
@eriknyquist
Copy link
Contributor Author

@calvinatintel @russmcinnis @bigdinotech @SidLeung please review

@bigdinotech
Copy link
Contributor

+1

@calvinatintel
Copy link
Contributor

Merge?

@calvinatintel
Copy link
Contributor

cherry-picked

@eriknyquist eriknyquist deleted the dtostrf_intfix branch May 10, 2017 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants