Jesse Allen
|
c5dc38874a
|
msvcrt: More printf tests for I64 integer size support.
|
2005-12-26 13:01:49 +01:00 |
Jesse Allen
|
6c70942a05
|
msvcrt: Parse I, I32, and I64 integer size flags in printf.
|
2005-12-26 13:00:01 +01:00 |
Jesse Allen
|
180326bb0a
|
msvcrt: Fix printf sign flags.
Fix the printf sign flags so that '+' doesn't always override ' '
space alone. If they both appear, continue parsing and let '+' take
precedence.
|
2005-12-21 20:07:03 +01:00 |
Jesse Allen
|
39b725b799
|
msvcrt: Ignore PadZero when LeftAlign is true in printf conversions.
|
2005-12-20 11:49:05 +01:00 |
Jesse Allen
|
5c6311688c
|
msvcrt: Require exact uppercase and lowercase format in printf routines.
|
2005-12-19 21:26:46 +01:00 |
Mike McCormack
|
d160c8b926
|
Add some tests for _fcvt.
|
2005-11-24 19:23:10 +01:00 |
Vijay Kiran Kamuju
|
ecc633adb7
|
Added a test case for %0f and %.0f.
|
2005-10-27 12:25:18 +00:00 |
|
6cfcda9959
|
Add test for correctly interpreting %% printf format string conversion
specifier.
|
2005-05-11 12:00:34 +00:00 |
Mike McCormack
|
5def7dd337
|
Handle %ls in sprintf.
|
2005-03-05 10:46:46 +00:00 |
Mike McCormack
|
5b4327515e
|
Handle the printf %F format modifier.
|
2005-03-04 10:47:27 +00:00 |
Uwe Bonnes
|
0fb9ef68f3
|
Advance over * argument for precision.
Honor precision argument for strings.
|
2005-02-25 19:16:46 +00:00 |
Mike McCormack
|
2cc5f1e469
|
Add handling of %ws, %S and %C to _vns(w)printf, improve sprintf
tests.
|
2005-02-14 20:53:42 +00:00 |
Eric Pouech
|
d3b39fe3f2
|
Fixed file name when opening NUL.
|
2004-11-28 15:01:50 +00:00 |
Aneurin Price
|
97cc28ff0f
|
- Move printf tests from scanf.c to printf.c (and fix one on the
way).
- Add some more.
|
2004-11-04 21:03:30 +00:00 |