On Tue, 7 Jul 2026, LIU Hao wrote:
From 1ca1458313bcf2d13cf47c03398ad617c5298e58 Mon Sep 17 00:00:00 2001
From: LIU Hao <[email protected]>
Date: Mon, 6 Jul 2026 21:50:53 +0800
Subject: [PATCH] crt: Implement `_ispunct_l()` for MSVCRT
It is not exported from any MSVCRT.DLL; only from MSVCR80.DLL and later, and
also from UCRTBASE.DLL.
This closes https://github.com/mingw-w64/mingw-w64/issues/178.
Signed-off-by: LIU Hao <[email protected]>
---
mingw-w64-crt/Makefile.am | 1 +
mingw-w64-crt/ctype/_ispunct_l.c | 14 ++++++++++++++
2 files changed, 15 insertions(+)
create mode 100644 mingw-w64-crt/ctype/_ispunct_l.c
This looks reasonable to me, thanks.
// Martin
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public