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

Explicitly import locale modules #771

Merged
merged 1 commit into from
Sep 14, 2024

Commits on Sep 14, 2024

  1. Explicitly import locale modules

    The Darwin module is slowly being split up, and as it gets further along, it will stop importing some of the split-out modules like the one for locale.h that provides newlocale() and other locale API. However, there's a wrinkle that on platforms with xlocale, it's xlocale.h that provides most of the POSIX locale.h functions and not locale.h, so prefer the xlocale module when available.
    ian-twilightcoder committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8179534 View commit details
    Browse the repository at this point in the history