- 
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.