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

String: compatibility with 64 bits scalars #7863

Merged
merged 9 commits into from
Feb 13, 2021

Commits on Feb 7, 2021

  1. String: compatibility with 64 bits scalars

    time_t is now 64 bits. Strig(time_t) was ambiguous
    tests added
    d-a-v committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    fa09a50 View commit details
    Browse the repository at this point in the history
  2. use a single div+mod facility

    d-a-v committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    8c4c363 View commit details
    Browse the repository at this point in the history
  3. fix host tests

    d-a-v committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    598491f View commit details
    Browse the repository at this point in the history
  4. remove generic udivmod

    d-a-v committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    fe0b14c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

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

Commits on Feb 10, 2021

  1. radix type, test with charconv

    d-a-v committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    54bbe23 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    0ebf7a7 View commit details
    Browse the repository at this point in the history
  2. remove charconv, add comment

    d-a-v committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    5c573cc View commit details
    Browse the repository at this point in the history
  3. fix corner case

    d-a-v committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    644ae09 View commit details
    Browse the repository at this point in the history