[Webkit-unassigned] [Bug 24674] Crashes in !PLATFORM(MAC)'s formatLocaleDate, in very specific situations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 18 12:42:18 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24674





------- Comment #4 from gns at gnome.org  2009-03-18 12:42 PDT -------
(In reply to comment #3)
> (From update of attachment 28722 [review])
> > +#include <langinfo.h>
> 
> Is langinfo.h available on all the platforms we need to support, such as
> Windows? If not, then this needs to be inside an #if.

According to http://www.cygwin.com/cygwin-api/compatibility.html#std-susv3, it
should be available for windows. Since it's POSIX.1-2001, I'm pretty sure all
the unixy platforms will have it. Is there a canonical list of platforms we
need to support, by the way?

> Is this really the simplest possible solution?

I have put some thought on the problem, and couldn't find a solution that would
be simple, not impact the performance of the common case, and still work for
cases where the year needs to be offset. I'm open for ideas to try out, though.


-- 
Configure bugmail: https://bugs.webkit.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