Go to file
Pali Rohár a764eb19da crt: crtdll and msvcrt10: Add support for C95 fgetws() function
Implement mingw-w64 emulation of fgetws() via fwscanf() with "%l[^\n]"
format to have C95+ compatibility.

Note that scanf format does not support specifying length of the string
buffer via additional argument (like printf format "*"), so specify length
of the buffer directly in the format generated by swprintf function.
Function fgetws() has to return also the trailing newline if there is a
place for it in buffer, so read it by additional fwscanf() call.

Signed-off-by: Martin Storsjö <martin@martin.st>
2024-11-15 23:54:27 +02:00
build-aux Regenerate configure with autoconf 2.72 2024-01-09 22:26:23 +08:00
COPYING.MinGW-w64
COPYING.MinGW-w64-runtime
mingw-w64-crt crt: crtdll and msvcrt10: Add support for C95 fgetws() function 2024-11-15 23:54:27 +02:00
mingw-w64-doc doc: ucrt-vs-msvcrt.txt: Update information about CRT options and links how to obtain UCRT 2024-09-02 23:17:51 +03:00
mingw-w64-headers headers: Fix _*tscanf and _*tprintf macros which expands to ISO C functions 2024-11-15 23:54:11 +02:00
mingw-w64-libraries winpthreads: also use SetThreadDescription to set thread name 2024-10-29 22:39:01 +08:00
mingw-w64-tools widl: Import Wine version wine-9.20. 2024-10-18 23:16:01 +02:00
.gitignore
aclocal.m4 Regenerate configure with autoconf 2.72 2024-01-09 22:26:23 +08:00
AUTHORS
config.h.in
configure Regenerate configure with autoconf 2.72 2024-01-09 22:26:23 +08:00
configure.ac
COPYING
DISCLAIMER
DISCLAIMER.PD
Makefile.am
Makefile.in