Hi all, This is the second version of the patch to fix the missing _strtof_l functions.
As requested, I've added the corresponding redirections for _wcstof_l. I've also split the changes regarding _tcstof into its own commit. L. E. Segovia (3): crt/stdlib: Add missing _strtof_l function and redirections crt/tchar: add missing _tcstof redirection crt/stdlib: Add missing _wcstof_l function and redirections mingw-w64-crt/Makefile.am | 2 ++ mingw-w64-crt/stdio/_strtof_l.c | 28 ++++++++++++++++++++++++++++ mingw-w64-crt/stdio/_wcstof_l.c | 28 ++++++++++++++++++++++++++++ mingw-w64-headers/crt/stdlib.h | 2 ++ mingw-w64-headers/crt/tchar.h | 4 ++++ 5 files changed, 64 insertions(+) create mode 100644 mingw-w64-crt/stdio/_strtof_l.c create mode 100644 mingw-w64-crt/stdio/_wcstof_l.c -- 2.38.1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
