[ros-bugs] [Bug 3018] roscalc bugs
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Sun Dec 28 01:30:40 CET 2008
http://www.reactos.org/bugzilla/show_bug.cgi?id=3018
Carlo Bramix <carlo.bramix at libero.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3366 is|0 |1
obsolete| |
--- Comment #6 from Carlo Bramix <carlo.bramix at libero.it> 2008-12-28 01:30:39 CET ---
Created an attachment (id=3371)
--> (http://www.reactos.org/bugzilla/attachment.cgi?id=3371)
New formatted write support - 2
Few little improvements:
1) when printing zero with %#g modifier, do not count integer part into
precision.
2) be sure that 'h' modifier is not specified when printing unicode strings.
3) now string I/O functions receive the number of chars to print directly from
a parameter instead of calculating it with strlen/wcslen calls. It may work
better with UNICODE_STRING and ANSI_STRING.
I have not used winetests.
I wrote a test programme myself: this test runs on Windows and it compares the
output of my print function with the output of CRT functions, by checking all
possible combinations of various flags and modifiers.
I attached the source of that programme here.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Ros-bugs
mailing list