[all-commits] [llvm/llvm-project] f00b32: [libc++] Reduce the dependency of the locale base ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Feb 20 05:39:04 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f00b32e2d0ee666d32f1ddd0c687e269fab95b44
https://github.com/llvm/llvm-project/commit/f00b32e2d0ee666d32f1ddd0c687e269fab95b44
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M libcxx/include/__locale_dir/locale_base_api.h
M libcxx/include/__locale_dir/support/bsd_like.h
M libcxx/include/__locale_dir/support/fuchsia.h
M libcxx/include/__locale_dir/support/no_locale/characters.h
M libcxx/include/__locale_dir/support/windows.h
A libcxx/test/libcxx/xopen_source.gen.py
Log Message:
-----------
[libc++] Reduce the dependency of the locale base API on the base system from the headers (#117764)
Many parts of the locale base API are only required when building the
shared/static library, but not from the headers. Document those
functions and carve out a few of those that don't work when
_XOPEN_SOURCE is defined to something old.
Fixes #117630
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list