Alexandre Julliard pushed to branch master at wine / wine
Commits: 8e19a2e9 by Paul Gofman at 2024-10-10T23:14:40+02:00 ntdll/tests: Add more tests for printf format.
- - - - - 81766309 by Paul Gofman at 2024-10-10T23:14:40+02:00 ntdll: Fix passing char argument to pf_handle_string_format().
- - - - - 7ead8081 by Paul Gofman at 2024-10-10T23:14:40+02:00 ntdll: Output unrecognized format symbol in pf_vsnprintf().
- - - - - 8755c7cd by Paul Gofman at 2024-10-10T23:14:40+02:00 ntdll: Make 'l' modifier also affect char wideness.
- - - - - ba3ad995 by Paul Gofman at 2024-10-10T23:14:40+02:00 ntdll: Make 'h' take precedence over 'l' in pf_vsnprintf().
- - - - - 30c7287e by Paul Gofman at 2024-10-10T23:14:41+02:00 shlwapi: Use printf implementation from ntdll.
- - - - -
7 changed files:
- dlls/ntdll/printf.h - dlls/ntdll/tests/string.c - dlls/shlwapi/Makefile.in - dlls/shlwapi/shlwapi_main.c - dlls/shlwapi/tests/string.c - − dlls/shlwapi/wsprintf.c - dlls/user32/wsprintf.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5f6baf3a8dfea5cdd07f8c0fb88da...