msvcrt: pf_integer_conv for I64

Jesse Allen the3dfxdude at gmail.com
Thu Dec 22 11:32:29 CST 2005


Hi,
This patch adds support for I64 integer sizes.  It adds
pf_integer_conv which prints a requested number to a buffer including
precision and alternate formats but not the sign.  pf_fill is used to
print a number to a requested field size and adjustment, and has been
updated to print the sign for signed integers.  Therefore, with both
pf_integer_conv and pf_output_format_A, we are able to handle I64
integer sizes.  Test cases will follow.  Requires the last two printf
patches.

Changes:
Add pf_integer_conv and pf_is_integer_format
Update pf_fill to handle printing the sign for signed integers
Handle I64 integer sizes using pf_integer_conv and pf_output_format_A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pf_integer_conv6.diff
Type: application/octet-stream
Size: 3442 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20051222/491bc7ad/pf_integer_conv6-0001.obj


More information about the wine-patches mailing list