Skip to content
New issue

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

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

Already on GitHub? # to your account

Test: fixing itoa implementation and clean-up of tests and test Makefile #8531

Merged
merged 3 commits into from
Apr 11, 2022

Commits on Apr 6, 2022

  1. Test: fixing itoa implementation, clean-up of tests and test runner

    Update itoa to be the same as newlib, fixing edgecase of abs(INT_MIN)
    Update WString.cpp:toString() integer conversions to use noniso funcs
    Remove legacy gcc versions from Makefile and allow overrides
    Don't fallback to c11 and c++11, source cannot support that
    mcspr committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    b1ae9ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f6dde9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    6239e89 View commit details
    Browse the repository at this point in the history