[all-commits] [llvm/llvm-project] 00637b: [libc] Add strftime_l (#127767)
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri Feb 21 10:50:55 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00637b7dfb15b6e4f94a29ac8ab9226d1e9c0788
https://github.com/llvm/llvm-project/commit/00637b7dfb15b6e4f94a29ac8ab9226d1e9c0788
Author: Petr Hosek <phosek at google.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M libc/config/baremetal/aarch64/entrypoints.txt
M libc/config/baremetal/arm/entrypoints.txt
M libc/config/baremetal/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/time.yaml
M libc/src/time/CMakeLists.txt
M libc/src/time/strftime.cpp
A libc/src/time/strftime_l.cpp
A libc/src/time/strftime_l.h
Log Message:
-----------
[libc] Add strftime_l (#127767)
This is a (no-op) locale version of strftime.
Fixes: https://github.com/llvm/llvm-project/issues/106630
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