Changeset 45908 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Jul 15, 2009, 7:18:38 AM (16 years ago)
Author:
Simon Hausmann
Message:

2009-07-15 Laszlo Gombos <Laszlo Gombos>

Reviewed by Dave Kilzer.

Turn off non-portable date manipulations for SYMBIAN
https://bugs.webkit.org/show_bug.cgi?id=27064

Introduce HAVE(TM_GMTOFF), HAVE(TM_ZONE) and HAVE(TIMEGM) guards
and place the rules for controlling the guards in Platform.h.
Turn off these newly introduced guards for SYMBIAN.

  • wtf/DateMath.cpp: (WTF::calculateUTCOffset):
  • wtf/DateMath.h: (WTF::GregorianDateTime::GregorianDateTime): (WTF::GregorianDateTime::operator tm):
  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r45907 r45908  
     12009-07-15  Laszlo Gombos  <[email protected]>
     2
     3        Reviewed by Dave Kilzer.
     4
     5        Turn off non-portable date manipulations for SYMBIAN
     6        https://bugs.webkit.org/show_bug.cgi?id=27064
     7
     8        Introduce HAVE(TM_GMTOFF), HAVE(TM_ZONE) and HAVE(TIMEGM) guards
     9        and place the rules for controlling the guards in Platform.h.
     10        Turn off these newly introduced guards for SYMBIAN.
     11
     12        * wtf/DateMath.cpp:
     13        (WTF::calculateUTCOffset):
     14        * wtf/DateMath.h:
     15        (WTF::GregorianDateTime::GregorianDateTime):
     16        (WTF::GregorianDateTime::operator tm):
     17        * wtf/Platform.h:
     18
    1192009-07-15  Norbert Leser  <[email protected]>
    220
Note: See TracChangeset for help on using the changeset viewer.