Skip to content

libc_replacements: add strtol and strtoul from newlib, fix strtod #679

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

Merged
merged 3 commits into from
Aug 10, 2015
Merged

libc_replacements: add strtol and strtoul from newlib, fix strtod #679

merged 3 commits into from
Aug 10, 2015

Conversation

kzyapkov
Copy link
Contributor

I've copied the strtol() and strtoul() functions from newlib, the only change is how we access errno.

strtod() will no longer cause a crash when callers don't care about endptr.

igrr added a commit that referenced this pull request Aug 10, 2015
libc_replacements: add strtol and strtoul from newlib, fix strtod
@igrr igrr merged commit bfd7ea3 into esp8266:esp8266 Aug 10, 2015
igrr added a commit that referenced this pull request Oct 29, 2015
libc_replacements: add strtol and strtoul from newlib, fix strtod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants