[Webkit-unassigned] [Bug 9651] MSVCRT time functions are too strict

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jul 10 20:15:41 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9651


bjoern.graf at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #9244 is|0                           |1
           obsolete|                            |
   Attachment #9351|                            |review?
               Flag|                            |




------- Comment #6 from bjoern.graf at gmail.com  2006-07-10 20:15 PDT -------
Created an attachment (id=9351)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=9351&action=view)
Custom implementaion of time functions in WTF, not inlined

This patch is the same as before with Darins comments applied. New to this
patch is the use of wcsftime over strftime and the minimal implementation of
wcsftime to support DateProtoFunc::callAsFunction() on Windows. While I am not
absolutely sure if the use of wcsftime is better than using strftime and let
the convertion from the system code page to Unicode be performed by UString it
feels more logical to get the Unicode string and save the conversion.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list