[PATCH 1/2]vbscript: Implemented builtin function CInt(try 2)

Zhan Jianyu nasa4836 at gmail.com
Fri Apr 19 23:55:50 CDT 2013


Due to the testbot's bug,  it fails to test my test.
But I have test this patch and it passes.
Here is the result:

https://testbot.winehq.org/JobDetails.pl?Key=25205


--

Regards,
Zhan Jianyu


On Sat, Apr 20, 2013 at 12:43 PM, Zhan Jianyu <nasa4836 at gmail.com> wrote:
> Thanks to Dmitry's and Jacek's suggestion.
>
> Comparaing to try 1, this patch reimplements the CInt using a
> new-introduced helper function banker_rounding(), and revise the test
> cases.
>
> ---
>  dlls/vbscript/global.c      |   86 ++++++++++++++++++++++++++++++++++++++++++-
>  dlls/vbscript/tests/api.vbs |   23 ++++++++++++
>  2 files changed, 107 insertions(+), 2 deletions(-)
>
>
> --
>
> Regards,
> Zhan Jianyu



More information about the wine-patches mailing list